summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Update more configurations in pcbuild.sln.Richard Oudkerk2013-10-181-0/+6
|
* Update pcbuild.sln to build _overlapped.Richard Oudkerk2013-10-181-16/+10
|
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-172-0/+236
|
* Issue #19130: mention historic VS 2008 build dir, tooChristian Heimes2013-09-291-0/+2
|\
| * Issue #19130: mention historic VS 2008 build dir, tooChristian Heimes2013-09-291-0/+2
| |
* | Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010Christian Heimes2013-09-291-4/+4
|\ \ | |/
| * Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010Christian Heimes2013-09-291-4/+4
| |
* | #18803: merge with 3.3.Ezio Melotti2013-08-251-1/+1
|\ \ | |/
| * #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-251-1/+1
| |
* | #18466: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\ \ | |/
| * #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
| |
* | Issue #18701: Remove support of old CPython versions (<3.0) from C code.Serhiy Storchaka2013-08-162-4/+0
| |
* | Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fixVictor Stinner2013-07-071-1/+1
| | | | | | | | | | a stack overflow in the marshal module (fix a crash in test_marshal). Patch written by Jeremy Kloth.
* | Add _stat module to VS project file -- this time with the GUI instead of ↵Christian Heimes2013-06-232-2/+5
| | | | | | | | manually.
* | Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-221-1/+2
| |
* | Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 ↵Christian Heimes2013-06-141-2/+5
|\ \ | |/ | | | | on Windows
| * Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 ↵Christian Heimes2013-06-141-2/+5
| | | | | | | | on Windows
* | Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.Christian Heimes2013-06-091-8/+8
| |
* | merge with 3.3Georg Brandl2013-05-122-2/+2
|\ \ | |/
| * Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-122-2/+2
| |
* | Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-202-2/+2
| | | | | | | | Patch by Zachary Ware.
* | Issue #16061: Speed up str.replace() for replacing 1-character strings.Serhiy Storchaka2013-04-132-0/+4
| |
* | #17425: merge 3.3Martin v. Löwis2013-03-242-2/+2
|\ \ | |/
| * Issue #17425: Build with openssl 1.0.1d on Windows.Martin v. Löwis2013-03-242-2/+2
| |
* | Drop support for Windows 2000; allow any XP API (but not Vista+).Martin v. Löwis2013-01-251-5/+1
| | | | | | | | | | 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.
* | Fix #14470. Remove w9xpopen per PEP 11.Brian Curtin2012-12-234-307/+1
| | | | | | | | | | | | | | | | | | 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.
* | Issue #16421: allow to load multiple modules from the same shared object.Andrew Svetlov2012-12-143-0/+249
| | | | | | | | Patch by Václav Šmilauer.
* | Merge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib.Kristjan Valur Jonsson2012-10-221-8/+8
|\ \ | |/
| * Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library.Kristjan Valur Jonsson2012-10-221-8/+8
| |
* | correct build configuration of sha3 project for debug buildsChristian Heimes2012-10-071-3/+4
| |
* | _sha3 was missing debug build targets. I used xxlimited.vcxproj as template. ↵Christian Heimes2012-10-071-25/+46
| | | | | | | | The project is now a copy of _multiprocessing.vcxproj with new GUID and without BaseAddress and ws2_32.lib
* | fixed _sha3 VS project fileChristian Heimes2012-10-061-11/+2
| |
* | Issue #16133: add Windows project file for _sha3 module. I choose to build ↵Christian Heimes2012-10-062-0/+223
| | | | | | | | _sha3 as a sparat module as it's rather large (190k for AMD64).
* | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-294-5/+5
|/
* Output lib files for PGO build into PGO directory.Martin v. Löwis2012-08-241-0/+1
|
* Drop PC\python_nt.h as it's not used.Martin v. Löwis2012-08-241-6/+7
| | | | Add input dependency on custom build step.
* Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.Martin v. Löwis2012-08-241-4/+0
|
* Add missing PGI/PGO configurations for pywlauncher.Martin v. Löwis2012-08-242-1/+46
|
* Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-013-12/+12
| | | | Patch by Stefan Krah.
* Issue #15431: Drop _freeze_importlib from all build configurations,Martin v. Löwis2012-07-281-6/+0
| | | | to prevent constant regeneration of importlib.h.
* Issue #15431: Add _freeze_importlib project to regenerate importlib.h on ↵Martin v. Löwis2012-07-283-0/+231
| | | | | | Windows. Patch by Kristján Valur Jónsson.
* Create PGInstrument/PGUpdate configurations for py.exe and pyw.exeMartin v. Löwis2012-06-263-24/+203
|
* Issue #15102: Fix paths of python executables.Stefan Krah2012-06-242-12/+12
|
* Issue #15102: find python.exe in OutDir, not SolutionDir.Martin v. Löwis2012-06-231-1/+1
|
* Issue #15102: Use HOST_PYTHON only if it is set.Martin v. Löwis2012-06-231-2/+2
|
* Issue #15143: Define _DEBUG when compiling resources.Martin v. Löwis2012-06-221-0/+3
|
* Remove associator project - it's not neededBrian Curtin2012-06-213-118/+0
|
* Build and bundle the 32-bit launcher in all configurations.Martin v. Löwis2012-06-211-8/+8
|
* Add version resource.Martin v. Löwis2012-06-211-0/+5
|
* Add associatorBrian Curtin2012-06-213-0/+130
|