| 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 | -1921/+0 |
|
|
* | Remove dead Windows code which no longer will compile. | Brett Cannon | 2012-05-04 | 1 | -4/+0 |
|
|
* | Issue14559: Fix build files old Microft compilers. | Amaury Forgeot d'Arc | 2012-04-13 | 1 | -0/+4 |
|
|
* | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+8 |
|
|
* | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 1 | -1913/+1913 |
|\ |
|
| * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 1 | -1817/+1817 |
|
|
| * | Updated VS8.0 project files with PCBuild/vs9to8.py. | Hirokazu Yamamoto | 2010-09-21 | 1 | -40/+48 |
|
|
* | | Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildin... | Hirokazu Yamamoto | 2010-11-04 | 1 | -16/+80 |
|
|
* | | Follows Python/fileutils.c addition. | Hirokazu Yamamoto | 2010-10-08 | 1 | -0/+8 |
|
|
* | | Updated PC/VS8.0 with PCBuild/vs9to8.py. | Hirokazu Yamamoto | 2010-09-13 | 1 | -50/+58 |
|
|
* | | Fix the VS8.0 build | Raymond Hettinger | 2010-08-06 | 1 | -0/+8 |
|
|
* | | Fix VS8.0 build by adding _time.h and _time.c to the project file. | Raymond Hettinger | 2010-08-01 | 1 | -0/+8 |
|
|
* | | Fix build on VS8. | Raymond Hettinger | 2010-07-31 | 1 | -1/+1 |
|
|
* | | Issue #9089: Remove intobject.h from MSVC project files. | Mark Dickinson | 2010-06-27 | 1 | -4/+0 |
|
|
* | | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -0/+8 |
|
|
* | | Merged revisions 77461 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -0/+4 |
|
|
* | | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 1 | -0/+8 |
|
|
* | | Updated MSVC project files to follow PyCObject removal (r73729) | Hirokazu Yamamoto | 2009-07-01 | 1 | -8/+0 |
|/ |
|
* | Added Objects/capsule.c to project files. | Hirokazu Yamamoto | 2009-05-06 | 1 | -0/+4 |
|
|
* | Merged revisions 72040 via svnmerge from | Eric Smith | 2009-04-27 | 1 | -0/+8 |
|
|
* | Add dtoc.[ch] to the VS8.0 project file. | Raymond Hettinger | 2009-04-17 | 1 | -0/+8 |
|
|
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 1 | -28/+32 |
|
|
* | Update project file. | Raymond Hettinger | 2009-03-04 | 1 | -0/+16 |
|
|
* | Merged revisions 68203 via svnmerge from | Martin v. Löwis | 2009-01-03 | 1 | -4/+0 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -8/+0 |
|
|
* | Ran svneol.py | Martin v. Löwis | 2008-06-13 | 1 | -1781/+1781 |
|
|
* | Merged revisions 64202 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -28/+32 |
|
|
* | On Windows, repair compilation of builtin modules _stringio and _pickle. | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -0/+8 |
|
|
* | Removed _stringio from Windows build. | Alexandre Vassalotti | 2008-06-12 | 1 | -4/+0 |
|
|
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 1 | -4/+0 |
|
|
* | Added Windows build config for _stringio and _pickle. | Alexandre Vassalotti | 2008-06-11 | 1 | -4/+12 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 1 | -4/+0 |
|
|
* | Fix the Windows build by removing references to the cStringIO module | Thomas Heller | 2008-06-10 | 1 | -8/+4 |
|
|
* | 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/+4 |
|
|
* | Added code to compile new _bytesio on Windows | Christian Heimes | 2008-05-07 | 1 | -0/+4 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -0/+4 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -0/+4 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -4/+0 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -4/+0 |
|
|
* | Merged revisions 59642-59665 via svnmerge from | Christian Heimes | 2008-01-02 | 1 | -0/+1769 |
|
|