| Commit message (Expand) | Author | Age | Files | Lines |
* | * Issue #16113: Remove sha3 module again. | Martin v. Löwis | 2014-01-03 | 2 | -120/+2 |
|
|
* | Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. | Eric Snow | 2014-01-03 | 2 | -1/+30 |
|
|
* | Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor o... | Daniel Holth | 2014-01-03 | 1 | -1/+3 |
|
|
* | audioop: adpcm2lin() and lin2adpcm() now raises a TypeError instead of a | Victor Stinner | 2014-01-03 | 1 | -0/+5 |
|
|
* | asyncio: make PY34 symbol private (rename it to _PY34) | Victor Stinner | 2014-01-02 | 1 | -2/+2 |
|
|
* | Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. | Antoine Pitrou | 2014-01-02 | 2 | -0/+26 |
|
|
* | merge 3.3 (closes #20108) | Benjamin Peterson | 2014-01-02 | 1 | -1/+3 |
|\ |
|
| * | avoid parameter name clash (closes #20108) | Benjamin Peterson | 2014-01-02 | 1 | -1/+3 |
|
|
* | | Issue #20101: Merge with 3.3 | Zachary Ware | 2014-01-02 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #20101: Allow test_monotonic to pass on Windows machines on which | Zachary Ware | 2014-01-02 | 1 | -1/+2 |
|
|
* | | Update pip to the released 1.5 | Donald Stufft | 2014-01-02 | 3 | -16/+10 |
|
|
* | | (Merge 3.3) Issue #18829: Add tests for the csv module for invalid characters | Victor Stinner | 2014-01-02 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | Issue #18829: Add tests for the csv module for invalid characters (delimiter, | Victor Stinner | 2014-01-02 | 1 | -0/+13 |
|
|
* | | Issue #20055: Fix test_shutil under Windows with symlink privileges held. | Antoine Pitrou | 2014-01-01 | 1 | -13/+19 |
|\ \
| |/ |
|
| * | Issue #20055: Fix test_shutil under Windows with symlink privileges held. | Antoine Pitrou | 2014-01-01 | 1 | -13/+19 |
|
|
| * | Backporing the fix from Issue #12692 | Senthil Kumaran | 2013-12-29 | 2 | -0/+7 |
|
|
* | | Update setuptools to 2.0.2 | Donald Stufft | 2013-12-31 | 2 | -1/+1 |
|
|
* | | Update pip to 1.5rc4 | Donald Stufft | 2013-12-31 | 2 | -1/+1 |
|
|
* | | Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) | Zachary Ware | 2013-12-30 | 1 | -1/+1 |
|
|
* | | Issue19619: skip zlib error test when zlib not available | Zachary Ware | 2013-12-30 | 1 | -1/+2 |
|
|
* | | Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) | Zachary Ware | 2013-12-30 | 1 | -1/+1 |
|
|
* | | Fix breakage in TestSuite.countTestCases() introduced by issue #11798. | Antoine Pitrou | 2013-12-28 | 2 | -4/+43 |
|
|
* | | Issue #19918: Fix PurePath.relative_to() under Windows. | Antoine Pitrou | 2013-12-28 | 2 | -40/+65 |
|
|
* | | Export asyncio.iscoroutine[function]. | Guido van Rossum | 2013-12-28 | 1 | -0/+1 |
|
|
* | | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ... | Antoine Pitrou | 2013-12-28 | 2 | -0/+16 |
|\ \
| |/ |
|
| * | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ... | Antoine Pitrou | 2013-12-28 | 2 | -0/+17 |
|
|
| * | #18116: backport fix to 3.3 since real-world failure mode demonstrated. | R David Murray | 2013-12-27 | 3 | -46/+209 |
|
|
* | | Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. | Antoine Pitrou | 2013-12-28 | 1 | -2/+10 |
|
|
* | | Update bundled pip to 1.5rc3 | Donald Stufft | 2013-12-27 | 2 | -1/+1 |
|
|
* | | Issue #20046: Locale alias table no longer contains entities which can be | Serhiy Storchaka | 2013-12-26 | 2 | -426/+79 |
|
|
* | | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 2 | -3/+18 |
|\ \
| |/ |
|
| * | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 2 | -3/+18 |
|
|
* | | Issue #20067: Tkinter variables now work when wantobjects is false. | Serhiy Storchaka | 2013-12-26 | 2 | -9/+12 |
|\ \
| |/ |
|
| * | Issue #20067: Tkinter variables now work when wantobjects is false. | Serhiy Storchaka | 2013-12-26 | 2 | -9/+12 |
|
|
* | | - Issue #20070: Don't run test_urllib2net when network resources are not | doko@ubuntu.com | 2013-12-26 | 1 | -1/+2 |
|
|
* | | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been | Zachary Ware | 2013-12-26 | 1 | -34/+31 |
|\ \
| |/ |
|
| * | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been | Zachary Ware | 2013-12-26 | 1 | -33/+30 |
|
|
* | | test_debug in test_tkinter/test_text no longer fails when wantobjects is false. | Serhiy Storchaka | 2013-12-25 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | test_debug in test_tkinter/test_text no longer fails when wantobjects is false. | Serhiy Storchaka | 2013-12-25 | 1 | -2/+3 |
|
|
* | | Issue #19320: test_tcl no longer fails when wantobjects is false. | Serhiy Storchaka | 2013-12-25 | 1 | -13/+29 |
|\ \
| |/ |
|
| * | Issue #19320: test_tcl no longer fails when wantobjects is false. | Serhiy Storchaka | 2013-12-25 | 1 | -13/+29 |
|
|
* | | Issue #19020: Tkinter now uses splitlist() instead of split() in configure | Serhiy Storchaka | 2013-12-25 | 3 | -54/+31 |
|\ \
| |/ |
|
| * | Issue #19020: Tkinter now uses splitlist() instead of split() in configure | Serhiy Storchaka | 2013-12-25 | 3 | -54/+31 |
|
|
* | | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. | Serhiy Storchaka | 2013-12-25 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. | Serhiy Storchaka | 2013-12-25 | 1 | -0/+3 |
|
|
* | | #16832: s/integer/object/ in docs/docstring, and add whatsnew entry. | R David Murray | 2013-12-24 | 1 | -3/+3 |
|
|
* | | Issue #19744: improve ensurepip error when ssl is missing | Nick Coghlan | 2013-12-23 | 3 | -2/+77 |
|
|
* | | Issue #19728: fix ensurepip name clash with submodule | Nick Coghlan | 2013-12-23 | 4 | -91/+127 |
|
|
* | | Further increase tolerance for slow buildbots | Nick Coghlan | 2013-12-23 | 1 | -2/+2 |
|
|
* | | Issue #19734: ignore pip env vars in ensurepip._uninstall | Nick Coghlan | 2013-12-23 | 2 | -6/+29 |
|
|