summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-11/+43
|\ \ \ | |/ /
| * | Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-11/+43
| * | Don't use sebTest() in tests for issue #5815.Serhiy Storchaka2013-12-191-2/+1
| * | Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.Zachary Ware2013-12-191-65/+0
| * | Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-192-43/+133
* | | Issue #19946: use public API for multiprocessing start methodsNick Coghlan2013-12-201-6/+6
* | | asyncio: Clean up formatting.Guido van Rossum2013-12-192-4/+4
* | | Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor inVictor Stinner2013-12-192-7/+27
* | | Shorten lines.Guido van Rossum2013-12-192-3/+4
* | | Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-192-43/+133
* | | Fix the C definition of the sys._debugmallocstats() function: the function hasVictor Stinner2013-12-191-0/+3
* | | (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() nowVictor Stinner2013-12-191-0/+4
|\ \ \ | |/ /
| * | Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise aVictor Stinner2013-12-191-0/+4
* | | (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalidVictor Stinner2013-12-191-0/+5
|\ \ \ | |/ /
| * | Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-191-0/+5
* | | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-191-5/+39
|\ \ \ | |/ /
| * | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-191-5/+39
* | | Issue #19946: appropriately skip new multiprocessing testsNick Coghlan2013-12-191-9/+5