| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #16769. Remove outdated Visual Studio project directories for VC6, VS7.1,... | Brian Curtin | 2013-01-25 | 35 | -10169/+0 |
|
|
* | Fix #14470. Remove mentions of w9xpopen on old versions of Visual Studio. | Brian Curtin | 2012-12-24 | 4 | -131/+0 |
|
|
* | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 1 | -1/+1 |
|
|
* | Bump version to 3.4.0 alpha 0. | Georg Brandl | 2012-09-29 | 2 | -14/+14 |
|
|
* | Remove dead Windows code which no longer will compile. | Brett Cannon | 2012-05-04 | 1 | -27/+0 |
|
|
* | Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows. | Kristján Valur Jónsson | 2012-04-15 | 1 | -4/+4 |
|\ |
|
| * | Make all socket related modules link with ws2_32.lib on windows, like | Kristján Valur Jónsson | 2012-04-15 | 1 | -4/+4 |
|
|
* | | 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 | 20 | -5255/+5255 |
|\ \
| |/ |
|
| * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 21 | -5530/+5530 |
| |\ |
|
| | * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 21 | -5518/+5518 |
|
|
| | * | Add updated .hgeol file and fix newlines in the 3.1 branch. | Georg Brandl | 2011-03-05 | 1 | -12/+12 |
|
|
| | * | Recorded merge of revisions 86117 via svnmerge from | Hirokazu Yamamoto | 2010-11-02 | 15 | -58/+58 |
|
|
| | * | Merged revisions 84644 via svnmerge from | Hirokazu Yamamoto | 2010-09-10 | 1 | -3/+3 |
|
|
| | * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -63/+63 |
|
|
| * | | Add updated .hgeol file and fix newlines in the 3.2 branch. | Georg Brandl | 2011-03-05 | 2 | -287/+287 |
|
|
* | | | Make svn:eol-style's more consistent | Antoine Pitrou | 2011-02-25 | 1 | -12/+12 |
|
|
* | | | More automated version replacement. | Georg Brandl | 2011-02-20 | 2 | -14/+14 |
|/ / |
|
* | | Defined Py_BUILD_CORE_MODULE also on VC7.1. | Hirokazu Yamamoto | 2010-11-02 | 15 | -58/+58 |
|
|
* | | Follows Python/fileutils.c addition. | Hirokazu Yamamoto | 2010-10-08 | 1 | -3/+6 |
|
|
* | | Applied r84870 to older compilers. | Hirokazu Yamamoto | 2010-09-18 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -63/+63 |
|
|
* | | 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 |
|
|
* | | Merged revisions 73998 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -275/+275 |
|
|
* | | 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 |
|/ |
|
* | #3791: remove last traces of bsddb. | Georg Brandl | 2009-06-04 | 4 | -112/+1 |
|
|
* | 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 |
|
|
* | Align the VS2003 and VS2005 build files with the VS2008 ones | Amaury Forgeot d'Arc | 2008-09-06 | 2 | -271/+0 |
|
|
* | Merged revisions 66167 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-02 | 2 | -13/+13 |
|
|
* | 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 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|