summaryrefslogtreecommitdiff
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* Properly filter some recent additions in the Windows build files.Zachary Ware2013-12-113-2/+44
* Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on theZachary Ware2013-11-261-0/+48
|\
| * Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on theZachary Ware2013-11-261-0/+48
* | Add _opcode to Windows build envChristian Heimes2013-11-241-0/+1
* | Update Tcl/Tk to 8.6.1.Martin v. L?wis2013-11-233-9/+9
* | Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-1/+4
* | Update xz to 5.0.5.Martin v. L?wis2013-11-222-4/+4
* | Update SQLite to 3.8.1 on Windows.Martin v. L?wis2013-11-222-2/+2
* | Issue #16632: Enable DEP and ASLR on Windows.Christian Heimes2013-11-201-3/+2
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-202-0/+8
* | Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for...Christian Heimes2013-11-201-6/+6
|\ \ | |/
| * Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for...Christian Heimes2013-11-201-6/+6
| * Issue #19391: Clean up PCbuild/readme.txtZachary Ware2013-11-031-48/+26
| * Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware.Tim Golden2013-11-031-8/+8
| * Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.Tim Golden2013-10-291-1/+1
* | #19439: Update PCbuild/readme.txt with new sub-projectZachary Ware2013-11-051-0/+3
* | Close #19439: execute embedding tests on WindowsNick Coghlan2013-11-033-0/+201
* | Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware.Tim Golden2013-11-011-8/+8
* | Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.Tim Golden2013-10-271-1/+1
* | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.Serhiy Storchaka2013-10-262-0/+12
* | Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware)Tim Golden2013-10-251-259/+262
* | 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-2915-152/+331
|\ \ | |/ |/|
| * #18803: merge with 3.3.Ezio Melotti2013-08-2615-152/+331
| |\
| | * #18466: merge with 3.3.Ezio Melotti2013-08-171-1/+1
| | |\
| | * | Issue #18701: Remove support of old CPython versions (<3.0) from C code.Serhiy Storchaka2013-08-172-4/+0
| | * | Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fixVictor Stinner2013-07-071-1/+1
| | * | Add _stat module to VS project file -- this time with the GUI instead of manu...Christian Heimes2013-06-232-2/+5
| | * | 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 o...Christian Heimes2013-06-1413-147/+326
| | |\ \
| | | * | 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-1212-139/+318
| | | |\ \
| | | | * | Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-202-2/+2
| | | | * | 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-2410-137/+312
| | | | |\ \
| | | | | * | Drop support for Windows 2000; allow any XP API (but not Vista+).Martin v. L?wis2013-01-251-5/+1
| | | | | * | Fix #14470. Remove w9xpopen per PEP 11.Brian Curtin2012-12-234-307/+1
| | | | | * | Issue #16421: allow to load multiple modules from the same shared object.Andrew Svetlov2012-12-143-0/+249
| | | | | * | Merge with 3.3: Issue #16295: Link "select" with ws2_32, the winsock2 lib.Kristjan Valur Jonsson2012-10-226-5/+241
| | | | | |\ \
| | | | | | * | 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
| | | | | | * | fixed _sha3 VS project fileChristian Heimes2012-10-061-11/+2
| | | | | | * | Issue #16133: add Windows project file for _sha3 module. I choose to build _s...Christian Heimes2012-10-062-0/+223
| | | | | | * | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-294-5/+5
* | | | | | | | Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010Christian Heimes2013-09-291-4/+4
|/ / / / / / /
* | | | | | | #18803: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-261-1/+1
| |_|_|_|_|/ |/| | | | |