summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | mergeChristian Heimes2013-12-212-1/+60
|\ \ \
| * | | Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.Antoine Pitrou2013-12-212-1/+60
* | | | Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-2/+0
|/ / /
* | | skip multiprocessing main handling test when Python is built without threadsChristian Heimes2013-12-211-0/+2
* | | asyncio: Fix space in log message about poll time.Guido van Rossum2013-12-211-1/+1
* | | Upgrade pip to 1.5rc2 and setuptools to 2.0.1Donald Stufft2013-12-214-2/+2
* | | Issue #19967: Defer the formating of the traceback in asyncio.Future destructorVictor Stinner2013-12-201-11/+14
* | | asyncio: Export all abstract protocol and transport classes. Fixes issue #20029.Guido van Rossum2013-12-202-2/+5
* | | Update test.outstanding_bugs.pyZachary Ware2013-12-201-72/+2
|\ \ \ | |/ /
| * | Update test.outstanding_bugs.pyZachary Ware2013-12-201-72/+2