| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #11750: The Windows API functions scattered in the _subprocess and | Antoine Pitrou | 2012-04-18 | 2 | -8/+4 |
|
|
* | Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows. | Kristján Valur Jónsson | 2012-04-15 | 2 | -14/+14 |
|\ |
|
| * | Make all socket related modules link with ws2_32.lib on windows, like | Kristján Valur Jónsson | 2012-04-15 | 2 | -14/+14 |
|
|
* | | Add MASM define to PGI and PGO builds | Martin v. Löwis | 2012-04-01 | 1 | -743/+743 |
|
|
* | | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 2 | -0/+764 |
|
|
* | | Remove non-existing file from pythoncore project. | krisvale | 2012-03-21 | 1 | -4/+0 |
|
|
* | | Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removed | Victor Stinner | 2012-03-13 | 1 | -8/+0 |
|
|
* | | Enable PGI/PGO builds for x64 python3.dll | Martin v. Löwis | 2012-03-04 | 1 | -6/+6 |
|
|
* | | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 3 | -0/+545 |
|
|
* | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
|
|
* | | | Issue #6715: Add module for compression using the LZMA algorithm. | Nadeem Vawda | 2011-11-29 | 4 | -0/+568 |
|
|
* | | | 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 |
|
|
* | | | Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array | Victor Stinner | 2011-09-28 | 1 | -0/+4 |
|
|
* | | | Issue #11743: Rewrite multiprocessing connection classes in pure Python. | Antoine Pitrou | 2011-05-09 | 1 | -12/+0 |
|
|
* | | | Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept | Antoine Pitrou | 2011-04-03 | 3 | -6/+6 |
|
|
* | | | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 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 | 34 | -14458/+14458 |
|\ \ \
| |/ / |
|
| * | | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 38 | -15905/+15905 |
| |\ \
| | |/ |
|
| | * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 35 | -14976/+14976 |
|
|
| | * | Merged revisions 85071-85072,85894,87132 via svnmerge from | Hirokazu Yamamoto | 2010-12-09 | 2 | -5/+5 |
|
|
| | * | Merged revisions 84763,85135 via svnmerge from | Hirokazu Yamamoto | 2010-10-08 | 2 | -2/+2 |
|
|
| | * | Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-... | Georg Brandl | 2010-10-06 | 1 | -0/+2 |
|
|
| | * | Merged revisions 84851 via svnmerge from | Hirokazu Yamamoto | 2010-09-18 | 1 | -24/+60 |
|
|
| | * | Merged revisions 84645 via svnmerge from | Hirokazu Yamamoto | 2010-09-09 | 2 | -6/+9 |
|
|
| | * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -64/+64 |
|
|
| | * | Merged revisions 77003 via svnmerge from | Martin v. Löwis | 2009-12-22 | 2 | -2/+2 |
|
|
| * | | Add updated .hgeol file and fix newlines in the 3.2 branch. | Georg Brandl | 2011-03-05 | 4 | -1447/+1447 |
|
|
* | | | More automated version replacement. | Georg Brandl | 2011-02-20 | 4 | -5/+5 |
|/ / |
|
* | | Upgrade to sqlite3 3.7.4. | Martin v. Löwis | 2010-12-17 | 2 | -2/+2 |
|
|
* | | Upgrade Tcl/Tk to 8.5.9. | Martin v. Löwis | 2010-12-17 | 1 | -2/+2 |
|
|
* | | issue 10683 | Kristján Valur Jónsson | 2010-12-13 | 1 | -0/+11 |
|
|
* | | Automate build for python3.dll. | Martin v. Löwis | 2010-12-05 | 2 | -343/+151 |
|
|
* | | I hope this will fix Win2008(x64) buildbot error. | Hirokazu Yamamoto | 2010-12-04 | 1 | -19/+25 |
|
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 3 | -0/+884 |
|
|
* | | issue 10501 | Kristján Valur Jónsson | 2010-11-22 | 2 | -23/+25 |
|
|
* | | Can build older OpenSSL in http://svn.python.org/projects/externals/ | Hirokazu Yamamoto | 2010-11-04 | 1 | -1/+1 |
|
|
* | | issue 9981 | Kristján Valur Jónsson | 2010-11-03 | 3 | -87/+48 |
|
|
* | | Updated readme.txt about OpenSSL. | Hirokazu Yamamoto | 2010-10-28 | 1 | -1/+1 |
|
|
* | | On Windows, remove compilation warnings with the zlib and gzip modules. | Amaury Forgeot d'Arc | 2010-10-17 | 2 | -8/+72 |
|
|
* | | Create fileutils.c/.h | Victor Stinner | 2010-10-07 | 1 | -0/+8 |
|
|
* | | Cosmetic fix for PCBuild/readme.txt. | Hirokazu Yamamoto | 2010-10-01 | 1 | -1/+1 |
|
|
* | | Now perl path with spaces can be used. | Hirokazu Yamamoto | 2010-09-28 | 1 | -4/+4 |
|
|
* | | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-24 | 5 | -22/+232 |
|
|
* | | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-21 | 1 | -5/+7 |
|
|
* | | Revert r84902 before committing better solution. | Hirokazu Yamamoto | 2010-09-21 | 1 | -5/+5 |
|
|
* | | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-19 | 1 | -5/+5 |
|
|
* | | regrtest.py now runs python in build/test_python_xxx. (deeper than here) | Hirokazu Yamamoto | 2010-09-18 | 1 | -1/+1 |
|
|