| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #16769. Remove outdated Visual Studio project directories for VC6, VS7.1,... | Brian Curtin | 2013-01-25 | 1 | -826/+0 |
|
|
* | Bump version to 3.4.0 alpha 0. | Georg Brandl | 2012-09-29 | 1 | -12/+12 |
|
|
* | Remove dead Windows code which no longer will compile. | Brett Cannon | 2012-05-04 | 1 | -27/+0 |
|
|
* | hg merge 3.2 | Amaury Forgeot d'Arc | 2012-04-13 | 1 | -0/+3 |
|\ |
|
| * | Issue14559: Fix build files old Microft compilers. | Amaury Forgeot d'Arc | 2012-04-13 | 1 | -0/+3 |
|
|
* | | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+3 |
|
|
* | | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 1 | -847/+847 |
|\ \
| |/ |
|
| * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 1 | -847/+847 |
| |\ |
|
| | * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 1 | -835/+835 |
|
|
| | * | Recorded merge of revisions 86117 via svnmerge from | Hirokazu Yamamoto | 2010-11-02 | 1 | -4/+4 |
|
|
| | * | Merged revisions 84644 via svnmerge from | Hirokazu Yamamoto | 2010-09-10 | 1 | -3/+3 |
|
|
* | | | More automated version replacement. | Georg Brandl | 2011-02-20 | 1 | -12/+12 |
|/ / |
|
* | | Defined Py_BUILD_CORE_MODULE also on VC7.1. | Hirokazu Yamamoto | 2010-11-02 | 1 | -4/+4 |
|
|
* | | Follows Python/fileutils.c addition. | Hirokazu Yamamoto | 2010-10-08 | 1 | -3/+6 |
|
|
* | | Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1) | Hirokazu Yamamoto | 2010-09-09 | 1 | -11/+17 |
|
|
* | | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -0/+3 |
|
|
* | | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 1 | -0/+3 |
|
|
* | | Updated MSVC project files to follow PyCObject removal (r73729) | Hirokazu Yamamoto | 2009-07-01 | 1 | -3/+0 |
|
|
* | | Bump Windows versions to 3.2. | Martin v. Löwis | 2009-06-27 | 1 | -12/+12 |
|/ |
|
* | Added Objects/capsule.c to project files. | Hirokazu Yamamoto | 2009-05-06 | 1 | -0/+3 |
|
|
* | Merged revisions 72040 via svnmerge from | Eric Smith | 2009-04-27 | 1 | -0/+3 |
|
|
* | Added Python/dtoa.c to project files. | Hirokazu Yamamoto | 2009-04-18 | 1 | -0/+3 |
|
|
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 1 | -9/+26 |
|
|
* | Merged revisions 68203 via svnmerge from | Martin v. Löwis | 2009-01-03 | 1 | -3/+0 |
|
|
* | More 3.0 -> 3.1 transistions | Christian Heimes | 2008-12-03 | 1 | -12/+12 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -3/+0 |
|
|
* | Merged revisions 66167 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-02 | 1 | -4/+4 |
|
|
* | On Windows, repair compilation of builtin modules _stringio and _pickle. | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -0/+6 |
|
|
* | Removed _stringio from Windows build. | Alexandre Vassalotti | 2008-06-12 | 1 | -3/+0 |
|
|
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 1 | -3/+0 |
|
|
* | Attempt to fix the Windows build for _stringio and _pickle. | Alexandre Vassalotti | 2008-06-12 | 1 | -0/+9 |
|
|
* | Fix the Windows build by removing references to the cStringIO module | Thomas Heller | 2008-06-10 | 1 | -3/+0 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | #2879: rename _winreg to winreg. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 1 | -0/+3 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -0/+3 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -0/+3 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -3/+0 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 1 | -0/+3 |
|
|
* | Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.c | Christian Heimes | 2008-01-04 | 1 | -0/+3 |
|
|
* | Fixed merge accident | Christian Heimes | 2008-01-02 | 1 | -38/+29 |
|
|
* | Merged revisions 59625-59627 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -174/+174 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -0/+806 |
|
|