| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #16769. Remove outdated Visual Studio project directories for VC6, VS7.1,... | Brian Curtin | 2013-01-25 | 48 | -15481/+0 |
|
|
* | Fix #14470. Remove mentions of w9xpopen on old versions of Visual Studio. | Brian Curtin | 2012-12-24 | 2 | -581/+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 | 3 | -4/+4 |
|
|
* | Upgrade OpenSSL to 1.0.1c | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
|
|
* | merge 3.2 | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
|\ |
|
| * | Upgrade OpenSSL to 1.0.0j | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 |
|
|
| * | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 2 | -3/+3 |
|
|
* | | Relabel bzip2 filters. | Martin v. Löwis | 2012-05-14 | 1 | -2/+2 |
|
|
* | | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 1 | -1/+1 |
|
|
* | | Remove dead Windows code which no longer will compile. | Brett Cannon | 2012-05-04 | 1 | -4/+0 |
|
|
* | | Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows. | Kristján Valur Jónsson | 2012-04-15 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | Make all socket related modules link with ws2_32.lib on windows, like | Kristján Valur Jónsson | 2012-04-15 | 1 | -8/+8 |
|
|
* | | hg merge 3.2 | Amaury Forgeot d'Arc | 2012-04-13 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | 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 |
|\ \
| |/ |
|
| * | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+8 |
|
|
* | | Issue #11743: Rewrite multiprocessing connection classes in pure Python. | Antoine Pitrou | 2011-05-09 | 1 | -12/+0 |
|
|
* | | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 25 | -14193/+14193 |
|\ \
| |/ |
|
| * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 31 | -15107/+15107 |
| |\ |
|
| | * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 30 | -14876/+14876 |
|
|
| | * | Add updated .hgeol file and fix newlines in the 3.1 branch. | Georg Brandl | 2011-03-05 | 11 | -308/+308 |
|
|
| | * | Merged revisions 85071-85072,85894,87132 via svnmerge from | Hirokazu Yamamoto | 2010-12-09 | 1 | -6/+6 |
|
|
| | * | Merged revisions 84763,85135 via svnmerge from | Hirokazu Yamamoto | 2010-10-08 | 1 | -1/+1 |
|
|
| | * | Updated VS8.0 project files with PCBuild/vs9to8.py. | Hirokazu Yamamoto | 2010-09-21 | 9 | -93/+153 |
|
|
| | * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -64/+64 |
|
|
| * | | Add updated .hgeol file and fix newlines in the 3.2 branch. | Georg Brandl | 2011-03-05 | 13 | -1057/+1057 |
|
|
* | | | Make svn:eol-style's more consistent | Antoine Pitrou | 2011-02-25 | 7 | -143/+143 |
|
|
* | | | More automated version replacement. | Georg Brandl | 2011-02-20 | 3 | -4/+4 |
|/ / |
|
* | | Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildin... | Hirokazu Yamamoto | 2010-11-04 | 4 | -95/+120 |
|
|
* | | Can build older OpenSSL in http://svn.python.org/projects/externals/ | Hirokazu Yamamoto | 2010-11-04 | 1 | -1/+1 |
|
|
* | | Follows Python/fileutils.c addition. | Hirokazu Yamamoto | 2010-10-08 | 1 | -0/+8 |
|
|
* | | Now perl path with spaces can be used. | Hirokazu Yamamoto | 2010-09-28 | 1 | -6/+6 |
|
|
* | | Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py. | Hirokazu Yamamoto | 2010-09-28 | 1 | -24/+60 |
|
|
* | | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-24 | 5 | -20/+232 |
|
|
* | | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-21 | 1 | -2/+13 |
|
|
* | | Revert r84902 before committing better solution. | Hirokazu Yamamoto | 2010-09-21 | 1 | -4/+4 |
|
|
* | | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-19 | 1 | -4/+4 |
|
|
* | | Applied r84870 to older compilers. | Hirokazu Yamamoto | 2010-09-18 | 1 | -1/+1 |
|
|
* | | Cosmetic fix to project files. | Hirokazu Yamamoto | 2010-09-13 | 1 | -1/+1 |
|
|
* | | Updated PC/VS8.0 with PCBuild/vs9to8.py. | Hirokazu Yamamoto | 2010-09-13 | 9 | -91/+115 |
|
|
* | | 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 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -64/+64 |
|
|
* | | 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 |
|
|
* | | Merged revisions 73998 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -537/+537 |
|
|