Victor Stinner
24e33acf8c
Issue #17206 : On Windows, increase the stack size from 2 MB to 4.2 MB to fix
a stack overflow in the marshal module (fix a crash in test_marshal).
Patch written by Jeremy Kloth.
13 years ago
Christian Heimes
59b2401070
Add _stat module to VS project file -- this time with the GUI instead of manually.
13 years ago
Christian Heimes
c77d9f38c2
Issue #11016 : Add C implementation of the stat module as _stat
13 years ago
Christian Heimes
c81549f476
Issue #15172 : Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows
13 years ago
Christian Heimes
46bebee25f
Issue #17134 : Add ssl.enum_cert_store() as interface to Windows' cert store.
13 years ago
Georg Brandl
84fc4ba67e
Closes #17962 : Build with OpenSSL 1.0.1e on Windows.
13 years ago
Antoine Pitrou
a85017fbe3
Issue #16694 : Add a pure Python implementation of the operator module.
Patch by Zachary Ware.
13 years ago
Serhiy Storchaka
e2cef885a2
Issue #16061 : Speed up str.replace() for replacing 1-character strings.
13 years ago
Martin v. Löwis
cc0b927b74
Issue #17425 : Build with openssl 1.0.1d on Windows.
13 years ago
Martin v. Loewis
5be6d74a0d
Issue #17425 : Build with openssl 1.0.0k on Windows.
13 years ago
Martin v. Loewis
18613e6e7b
Issue #17425 : Build against openssl 0.9.8y on Windows.
13 years ago
Martin v. Löwis
3f50bf652b
Drop support for Windows 2000; allow any XP API (but not Vista+).
Drop SDK version configuration for Tk compilation, to not bind it to W2k
anymore. Binding it to XP would conflict with Tk's own binding of tkMenu to W2k.
13 years ago
Brian Curtin
445ad997ab
Fix #14470 . Remove w9xpopen per PEP 11.
As stated in PEP 11, 3.4 removes code on Windows platforms where
COMSPEC points to command.com. The w9xpopen project in Visual Studio
was added to support that case, and there was a special case in subprocess
to cover that situation. This change removes the w9xpopen project from
the Visual Studio solution and removes any references to the w9xpopen
executable.
13 years ago
Andrew Svetlov
6b2cbeba58
Issue #16421 : allow to load multiple modules from the same shared object.
Patch by Václav Šmilauer.
13 years ago
Kristjan Valur Jonsson
abb0febd0a
Issue #16295 : Link "select" with ws2_32.lib, the winsock2 stub library.
13 years ago
Christian Heimes
58f11831fe
correct build configuration of sha3 project for debug builds
13 years ago
Christian Heimes
a4018a2afe
_sha3 was missing debug build targets. I used xxlimited.vcxproj as template. The project is now a copy of _multiprocessing.vcxproj with new GUID and without BaseAddress and ws2_32.lib
13 years ago
Christian Heimes
7f9dbaf1f8
fixed _sha3 VS project file
13 years ago
Christian Heimes
1b747d4f28
Issue #16133 : add Windows project file for _sha3 module. I choose to build _sha3 as a sparat module as it's rather large (190k for AMD64).
13 years ago
Georg Brandl
08a9012352
Bump version to 3.4.0 alpha 0.
13 years ago
Martin v. Löwis
4784e0267e
Output lib files for PGO build into PGO directory.
14 years ago
Martin v. Löwis
bddf7244f0
Drop PC\python_nt.h as it's not used.
Add input dependency on custom build step.
14 years ago
Martin v. Löwis
b4b92becf1
Issue #15511 : Drop explicit dependency on pythonxy.lib from amd64 configuration.
14 years ago
Martin v. Löwis
3234cc808c
Add missing PGI/PGO configurations for pywlauncher.
14 years ago
Martin v. Löwis
d49b323270
Issue #8847 : Disable COMDAT folding in Windows PGO builds.
Patch by Stefan Krah.
14 years ago
Martin v. Löwis
4c1730db7c
Issue #8847 : Disable COMDAT folding in Windows PGO builds.
Analysis by Victor Stinner. Patch by Stefan Krah.
14 years ago
Martin v. Löwis
33f8c3a901
Issue #8847 : Disable COMDAT folding in Windows PGO builds.
14 years ago
Martin v. Löwis
dbf616d9c3
Issue #15431 : Drop _freeze_importlib from all build configurations,
to prevent constant regeneration of importlib.h.
14 years ago
Martin v. Löwis
96d97ec9c0
Issue #15431 : Add _freeze_importlib project to regenerate importlib.h on Windows.
Patch by Kristján Valur Jónsson.
14 years ago
Martin v. Löwis
8ca5a840b3
Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe
14 years ago
Stefan Krah
318c56c001
Issue #15102 : Fix paths of python executables.
14 years ago
Martin v. Löwis
f52f527c76
Issue #15102 : find python.exe in OutDir, not SolutionDir.
14 years ago
Martin v. Löwis
d5ecd49af9
Issue #15102 : Use HOST_PYTHON only if it is set.
14 years ago
Martin v. Löwis
7c771ca413
Issue #15143 : Define _DEBUG when compiling resources.
14 years ago
Brian Curtin
6b2cf01744
Remove associator project - it's not needed
14 years ago
Martin v. Löwis
8559b3cecf
Build and bundle the 32-bit launcher in all configurations.
14 years ago
Martin v. Löwis
56bf6f8202
Add version resource.
14 years ago
Brian Curtin
9698bde3c2
Add associator
14 years ago
Brian Curtin
4bca286160
Add pywlauncher project
14 years ago
Brian Curtin
22bf8cbb5f
Add the pyw launcher
14 years ago
Brian Curtin
d029e5dc8c
Get 64-bit building
14 years ago
Brian Curtin
a7de612a48
Support 32-bit release building:
14 years ago
Brian Curtin
765dd11596
Initial changes to get the py launcher building
14 years ago
Kristján Valur Jónsson
e75ff35af2
Issue #15038 : Optimize python Locks on Windows
Extract cross-platform condition variable support into a separate file and
provide user-mode non-recursive locks for Windows.
14 years ago
Richard Oudkerk
9650d36498
Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj
14 years ago
Martin v. Löwis
c11eba87d1
Update to Tcl/Tk 8.5.11.
14 years ago
Kristjan Valur Jonsson
d2456556b2
Issue #14952 : Fix incorrect output dll names for win64/debug builds, causing
the dll importer on windows to fail.
14 years ago
Brian Curtin
5c2725d750
Update build.bat for VS2010
14 years ago
Kristján Valur Jónsson
a1df1cc767
Issue 14821:
If a dependency is expressed both in the .sln file and the .vcxproj file
msbuild is confused. Removing the .sln dependencies which are
deprecated anyway. See:
http://blogs.msdn.com/b/visualstudio/archive/2010/12/21/incorrect-solution-build-ordering-when-using-msbuild-exe.aspx
14 years ago
Kristján Valur Jónsson
77a1cf1622
Remove missing files from the PCbuild pythoncore project. This avoids a
"missing dependency", causing pythocore to be rebuilt every time.
14 years ago