| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #19439: execute embedding tests on Windows | Nick Coghlan | 2013-11-03 | 1 | -0/+18 |
|
|
* | Update more configurations in pcbuild.sln. | Richard Oudkerk | 2013-10-18 | 1 | -0/+6 |
|
|
* | Update pcbuild.sln to build _overlapped. | Richard Oudkerk | 2013-10-18 | 1 | -16/+10 |
|
|
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+2 |
|
|
* | Fix #14470. Remove w9xpopen per PEP 11. | Brian Curtin | 2012-12-23 | 1 | -2/+0 |
|
|
* | Issue #16421: allow to load multiple modules from the same shared object. | Andrew Svetlov | 2012-12-14 | 1 | -0/+18 |
|
|
* | correct build configuration of sha3 project for debug builds | Christian Heimes | 2012-10-07 | 1 | -3/+4 |
|
|
* | Issue #16133: add Windows project file for _sha3 module. I choose to build _s... | Christian Heimes | 2012-10-06 | 1 | -0/+17 |
|
|
* | Add missing PGI/PGO configurations for pywlauncher. | Martin v. Löwis | 2012-08-24 | 1 | -0/+1 |
|
|
* | Issue #15431: Drop _freeze_importlib from all build configurations, | Martin v. Löwis | 2012-07-28 | 1 | -6/+0 |
|
|
* | Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Wind... | Martin v. Löwis | 2012-07-28 | 1 | -0/+16 |
|
|
* | Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe | Martin v. Löwis | 2012-06-26 | 1 | -24/+15 |
|
|
* | Remove associator project - it's not needed | Brian Curtin | 2012-06-21 | 1 | -2/+0 |
|
|
* | Build and bundle the 32-bit launcher in all configurations. | Martin v. Löwis | 2012-06-21 | 1 | -8/+8 |
|
|
* | Add associator | Brian Curtin | 2012-06-21 | 1 | -0/+14 |
|
|
* | Add the pyw launcher | Brian Curtin | 2012-06-20 | 1 | -0/+16 |
|
|
* | Get 64-bit building | Brian Curtin | 2012-06-20 | 1 | -2/+4 |
|
|
* | Initial changes to get the py launcher building | Brian Curtin | 2012-06-20 | 1 | -0/+14 |
|
|
* | Issue 14821: | Kristján Valur Jónsson | 2012-05-20 | 1 | -12/+0 |
|
|
* | Clean up the PCBuild project files, removing redundant settings and | Kristján Valur Jónsson | 2012-05-19 | 1 | -2/+2 |
|
|
* | Don't build xxlimited in debug mode. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
|
|
* | changeset: 76969:0cbe1099226d | Brian Curtin | 2012-05-13 | 1 | -6/+6 |
|
|
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -128/+56 |
|
|
* | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 1 | -0/+21 |
|
|
* | Enable PGI/PGO builds for x64 python3.dll | Martin v. Löwis | 2012-03-04 | 1 | -6/+6 |
|
|
* | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 1 | -0/+21 |
|
|
* | Issue #6715: Add module for compression using the LZMA algorithm. | Nadeem Vawda | 2011-11-29 | 1 | -0/+21 |
|
|
* | Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept | Antoine Pitrou | 2011-04-03 | 1 | -1/+1 |
|
|
* | Automate build for python3.dll. | Martin v. Löwis | 2010-12-05 | 1 | -11/+7 |
|
|
* | I hope this will fix Win2008(x64) buildbot error. | Hirokazu Yamamoto | 2010-12-04 | 1 | -19/+25 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+33 |
|
|
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-24 | 1 | -0/+23 |
|
|
* | Merged revisions 73998 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -537/+537 |
|
|
* | #3791: Remove bsddb from the Windows msi installer, | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -21/+0 |
|
|
* | Remove _bsddb project on py3k (_bsddb44 project remains and builds). As disc... | Mark Hammond | 2008-09-04 | 1 | -23/+0 |
|
|
* | Revert a bad change I made in r64209, which probably broke compilation on win64 | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -9/+17 |
|
|
* | Merged revisions 64202 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -17/+9 |
|
|
* | Merged revisions 64197 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -17/+17 |
|
|
* | Merged revisions 64123 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -0/+21 |
|
|
* | Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge... | Christian Heimes | 2008-05-08 | 1 | -0/+1 |
|
|
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 1 | -1/+0 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -4/+4 |
|
|
* | Merged revisions 62129,62131,62133 via svnmerge from | Trent Nelson | 2008-04-03 | 1 | -0/+29 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 1 | -0/+38 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Martin v. Löwis | 2008-02-29 | 1 | -0/+4 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Martin v. Löwis | 2008-02-29 | 1 | -0/+18 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -213/+396 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -0/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+14 |
|
|
* | Add AMD64 and Itanium configurationgs to ctypes; | Martin v. Löwis | 2006-03-10 | 1 | -8/+4 |
|
|