| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+4 |
|\ |
|
| * | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+4 |
|
|
| * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 18 | -2569/+2569 |
| |\ |
|
| | * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 16 | -2352/+2352 |
|
|
| | * | Add updated .hgeol file and fix newlines in the 3.1 branch. | Georg Brandl | 2011-03-05 | 16 | -2352/+2352 |
|
|
| | * | Merged revisions 85071-85072,85894,87132 via svnmerge from | Hirokazu Yamamoto | 2010-12-09 | 2 | -17/+54 |
|
|
| | * | Recorded merge of revisions 86113 via svnmerge from | Hirokazu Yamamoto | 2010-11-02 | 16 | -64/+64 |
|
|
| | * | Merged revisions 73609 via svnmerge from | Hirokazu Yamamoto | 2009-06-28 | 1 | -24/+24 |
|
|
| * | | Add updated .hgeol file and fix newlines in the 3.2 branch. | Georg Brandl | 2011-03-05 | 18 | -2569/+2569 |
|
|
* | | | Issue #11743: Rewrite multiprocessing connection classes in pure Python. | Antoine Pitrou | 2011-05-09 | 1 | -8/+0 |
|
|
* | | | More automated version replacement. | Georg Brandl | 2011-02-20 | 2 | -4/+4 |
|/ / |
|
* | | Mention NASM which is needed to build openssl-1.0.0a original source. | Hirokazu Yamamoto | 2010-12-08 | 1 | -2/+10 |
|
|
* | | Can build older OpenSSL in http://svn.python.org/projects/externals/ | Hirokazu Yamamoto | 2010-11-04 | 1 | -1/+1 |
|
|
* | | Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp. | Hirokazu Yamamoto | 2010-11-02 | 2 | -8/+8 |
|
|
* | | Defined Py_BUILD_CORE_MODULE also on VC6. | Hirokazu Yamamoto | 2010-11-02 | 18 | -72/+72 |
|
|
* | | Updated readme.txt about OpenSSL. | Hirokazu Yamamoto | 2010-10-28 | 1 | -6/+4 |
|
|
* | | Follows Python/fileutils.c addition. | Hirokazu Yamamoto | 2010-10-08 | 1 | -0/+4 |
|
|
* | | Updated PC/VC6 openssl build script. (for openssl-1.0.0a) | Hirokazu Yamamoto | 2010-09-28 | 1 | -16/+42 |
|
|
* | | 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 |
|
|
* | | Updated VC6 files. | Hirokazu Yamamoto | 2010-09-09 | 3 | -14/+14 |
|
|
* | | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 1 | -0/+4 |
|
|
* | | Updated MSVC project files to follow PyCObject removal (r73729) | Hirokazu Yamamoto | 2009-07-01 | 1 | -4/+0 |
|
|
* | | Sorted file names. | Hirokazu Yamamoto | 2009-06-28 | 1 | -24/+24 |
|
|
* | | Bump Windows versions to 3.2. | Martin v. Löwis | 2009-06-27 | 2 | -4/+4 |
|/ |
|
* | 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/+4 |
|
|
* | Added Python/dtoa.c to project files. | Hirokazu Yamamoto | 2009-04-18 | 1 | -0/+4 |
|
|
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 1 | -24/+24 |
|
|
* | Merged revisions 70448 via svnmerge from | Hirokazu Yamamoto | 2009-03-18 | 3 | -58/+98 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -0/+16 |
|
|
* | Merged revisions 69494 via svnmerge from | Hirokazu Yamamoto | 2009-02-10 | 3 | -218/+218 |
|
|
* | Merged revisions 68468-68470 via svnmerge from | Hirokazu Yamamoto | 2009-01-10 | 4 | -18/+128 |
|
|
* | Merged revisions 68435 via svnmerge from | Hirokazu Yamamoto | 2009-01-09 | 2 | -8/+8 |
|
|
* | Merged revisions 68203 via svnmerge from | Martin v. Löwis | 2009-01-03 | 1 | -4/+0 |
|
|
* | More 3.0 -> 3.1 transistions | Christian Heimes | 2008-12-03 | 2 | -4/+4 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -4/+0 |
|
|
* | forgot to remove _bsddb description from readme.txt (VC6) | Hirokazu Yamamoto | 2008-09-06 | 1 | -54/+0 |
|
|
* | Follows to bsddb removal (VC6) | Hirokazu Yamamoto | 2008-09-04 | 2 | -114/+0 |
|
|
* | Merged revisions 65672 via svnmerge from | Hirokazu Yamamoto | 2008-08-14 | 2 | -0/+130 |
|
|
* | Issue #2065: VC6 related fix. | Hirokazu Yamamoto | 2008-08-14 | 5 | -40/+48 |
|
|
* | Merged revisions 64214 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-13 | 2 | -22/+10 |
|
|
* | 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 |
|
|
* | Attempt to fix the Windows build for _stringio and _pickle. | Alexandre Vassalotti | 2008-06-12 | 1 | -0/+12 |
|
|
* | Fix the Windows build by removing references to the cStringIO module | Thomas Heller | 2008-06-10 | 1 | -4/+0 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -2/+2 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -2/+2 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -2/+2 |
|
|