summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound)Zachary Ware2013-12-301-1/+1
* Issue19619: skip zlib error test when zlib not availableZachary Ware2013-12-301-1/+2
* Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound)Zachary Ware2013-12-301-1/+1
* Fix breakage in TestSuite.countTestCases() introduced by issue #11798.Antoine Pitrou2013-12-282-4/+43
* Issue #19918: Fix PurePath.relative_to() under Windows.Antoine Pitrou2013-12-282-40/+65
* Export asyncio.iscoroutine[function].Guido van Rossum2013-12-281-0/+1
* Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-282-0/+16
|\
| * Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-282-0/+17
| * #18116: backport fix to 3.3 since real-world failure mode demonstrated.R David Murray2013-12-273-46/+209
* | Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin.Antoine Pitrou2013-12-281-2/+10
* | Update bundled pip to 1.5rc3Donald Stufft2013-12-272-1/+1
* | Issue #20046: Locale alias table no longer contains entities which can beSerhiy Storchaka2013-12-262-426/+79
* | Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-262-3/+18
|\ \ | |/
| * Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-262-3/+18
* | Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-262-9/+12
|\ \ | |/
| * Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-262-9/+12
* | - Issue #20070: Don't run test_urllib2net when network resources are notdoko@ubuntu.com2013-12-261-1/+2
* | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-34/+31
|\ \ | |/
| * Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-33/+30
* | test_debug in test_tkinter/test_text no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-2/+3
|\ \ | |/
| * test_debug in test_tkinter/test_text no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-2/+3
* | Issue #19320: test_tcl no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-13/+29
|\ \ | |/
| * Issue #19320: test_tcl no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-13/+29
* | Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-253-54/+31
|\ \ | |/
| * Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-253-54/+31
* | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-251-0/+3
|\ \ | |/
| * Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-251-0/+3
* | #16832: s/integer/object/ in docs/docstring, and add whatsnew entry.R David Murray2013-12-241-3/+3
* | Issue #19744: improve ensurepip error when ssl is missingNick Coghlan2013-12-233-2/+77
* | Issue #19728: fix ensurepip name clash with submoduleNick Coghlan2013-12-234-91/+127
* | Further increase tolerance for slow buildbotsNick Coghlan2013-12-231-2/+2
* | Issue #19734: ignore pip env vars in ensurepip._uninstallNick Coghlan2013-12-232-6/+29
* | Close #19734: ignore pip env vars in ensurepipNick Coghlan2013-12-233-9/+21
* | merge 3.3 (#19563)Benjamin Peterson2013-12-236-7/+7
|\ \ | |/
| * update Barry's email (#19563)Benjamin Peterson2013-12-236-7/+7
* | Fix bootstrap issue by importing the cgi module lazilyAntoine Pitrou2013-12-221-1/+1
|\ \ | |/
| * Fix bootstrap issue by importing the cgi module lazilyAntoine Pitrou2013-12-221-1/+1
* | Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-224-6/+26
|\ \ | |/
| * Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-224-6/+26
| * Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-223-5/+5
| |\
| | * Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-223-7/+7
| | * Backout 265d369ad3b9.Georg Brandl2013-11-041-2/+1
| | * Backout d80207d15294.Georg Brandl2013-11-041-31/+0
* | | Fix urllib.request.build_opener mocking in test_distutils (should fix some ra...Antoine Pitrou2013-12-211-0/+2
|\ \ \ | |/ /
| * | Fix urllib.request.build_opener mocking in test_distutils (should fix some ra...Antoine Pitrou2013-12-211-0/+2
* | | Issue #20045: Fix "setup.py register --list-classifiers".Antoine Pitrou2013-12-213-6/+25
|\ \ \ | |/ /
| * | Issue #20045: Fix "setup.py register --list-classifiers".Antoine Pitrou2013-12-213-6/+25
| * | Fix DeprecationWarnings in test suiteAntoine Pitrou2013-12-214-23/+23
* | | Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-212-32/+81
|\ \ \ | |/ /
| * | Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-212-32/+81