Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | | | | | | | | Also added refactoring and added basic tests for the argument parsing in both ensurepip._main and ensurepip._uninstall._main. | |||||
* | | 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 | |
| | | ||||||
* | | Close #19734: ignore pip env vars in ensurepip | Nick Coghlan | 2013-12-23 | 3 | -9/+21 | |
| | | ||||||
* | | merge 3.3 (#19563) | Benjamin Peterson | 2013-12-23 | 6 | -7/+7 | |
|\ \ | |/ | ||||||
| * | update Barry's email (#19563) | Benjamin Peterson | 2013-12-23 | 6 | -7/+7 | |
| | | ||||||
* | | Fix bootstrap issue by importing the cgi module lazily | Antoine Pitrou | 2013-12-22 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix bootstrap issue by importing the cgi module lazily | Antoine Pitrou | 2013-12-22 | 1 | -1/+1 | |
| | | ||||||
* | | Fix TypeError on "setup.py upload --show-response". | Antoine Pitrou | 2013-12-22 | 4 | -6/+26 | |
|\ \ | |/ | ||||||
| * | Fix TypeError on "setup.py upload --show-response". | Antoine Pitrou | 2013-12-22 | 4 | -6/+26 | |
| | | ||||||
| * | Issue #12226: HTTPS is now used by default when connecting to PyPI. | Antoine Pitrou | 2013-12-22 | 3 | -5/+5 | |
| |\ | ||||||
| | * | Issue #12226: HTTPS is now used by default when connecting to PyPI. | Antoine Pitrou | 2013-12-22 | 3 | -7/+7 | |
| | | | ||||||
| | * | Backout 265d369ad3b9. | Georg Brandl | 2013-11-04 | 1 | -2/+1 | |
| | | | ||||||
| | * | Backout d80207d15294. | Georg Brandl | 2013-11-04 | 1 | -31/+0 | |
| | | | ||||||
* | | | Fix urllib.request.build_opener mocking in test_distutils (should fix some ↵ | Antoine Pitrou | 2013-12-21 | 1 | -0/+2 | |
|\ \ \ | |/ / | | | | | | | random buildbot failures) | |||||
| * | | Fix urllib.request.build_opener mocking in test_distutils (should fix some ↵ | Antoine Pitrou | 2013-12-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | random buildbot failures) | |||||
* | | | Issue #20045: Fix "setup.py register --list-classifiers". | Antoine Pitrou | 2013-12-21 | 3 | -6/+25 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #20045: Fix "setup.py register --list-classifiers". | Antoine Pitrou | 2013-12-21 | 3 | -6/+25 | |
| | | | ||||||
| * | | Fix DeprecationWarnings in test suite | Antoine Pitrou | 2013-12-21 | 4 | -23/+23 | |
| | | | ||||||
* | | | Issue #18879: When a method is looked up on a temporary file, avoid closing ↵ | Antoine Pitrou | 2013-12-21 | 2 | -32/+81 | |
|\ \ \ | |/ / | | | | | | | the file before the method is possibly called. | |||||
| * | | Issue #18879: When a method is looked up on a temporary file, avoid closing ↵ | Antoine Pitrou | 2013-12-21 | 2 | -32/+81 | |
| | | | | | | | | | | | | the file before the method is possibly called. | |||||
* | | | merge | Christian Heimes | 2013-12-21 | 2 | -1/+60 | |
|\ \ \ | ||||||
| * | | | Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. | Antoine Pitrou | 2013-12-21 | 2 | -1/+60 | |
| | | | | ||||||
* | | | | Issue #16136: Remove VMS support and VMS-related code | Christian Heimes | 2013-12-21 | 1 | -2/+0 | |
|/ / / | ||||||
* | | | skip multiprocessing main handling test when Python is built without threads | Christian Heimes | 2013-12-21 | 1 | -0/+2 | |
| | | | ||||||
* | | | asyncio: Fix space in log message about poll time. | Guido van Rossum | 2013-12-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Upgrade pip to 1.5rc2 and setuptools to 2.0.1 | Donald Stufft | 2013-12-21 | 4 | -2/+2 | |
| | | | ||||||
* | | | Issue #19967: Defer the formating of the traceback in asyncio.Future destructor | Victor Stinner | 2013-12-20 | 1 | -11/+14 | |
| | | | ||||||
* | | | asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. | Guido van Rossum | 2013-12-20 | 2 | -2/+5 | |
| | | | ||||||
* | | | Update test.outstanding_bugs.py | Zachary Ware | 2013-12-20 | 1 | -72/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Update test.outstanding_bugs.py | Zachary Ware | 2013-12-20 | 1 | -72/+2 | |
| | | | ||||||
* | | | Issue #20034: Updated alias mapping to most recent locale.alias file | Serhiy Storchaka | 2013-12-20 | 1 | -11/+43 | |
|\ \ \ | |/ / | | | | | | | from X.org distribution using makelocalealias.py. | |||||
| * | | Issue #20034: Updated alias mapping to most recent locale.alias file | Serhiy Storchaka | 2013-12-20 | 1 | -11/+43 | |
| | | | | | | | | | | | | from X.org distribution using makelocalealias.py. | |||||
| * | | Don't use sebTest() in tests for issue #5815. | Serhiy Storchaka | 2013-12-19 | 1 | -2/+1 | |
| | | | ||||||
| * | | Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. | Zachary Ware | 2013-12-19 | 1 | -65/+0 | |
| | | | ||||||
| * | | Issue #5815: Fixed support for locales with modifiers. Fixed support for | Serhiy Storchaka | 2013-12-19 | 2 | -43/+133 | |
| | | | | | | | | | | | | locale encodings with hyphens. | |||||
* | | | Issue #19946: use public API for multiprocessing start methods | Nick Coghlan | 2013-12-20 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | This should appease the OpenIndiana buildbot. Also lengthened the worst case timeout to try to eliminate the inconsistent failure on one of the Windows 7 buildbots. | |||||
* | | | asyncio: Clean up formatting. | Guido van Rossum | 2013-12-19 | 2 | -4/+4 | |
| | | | ||||||
* | | | Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in | Victor Stinner | 2013-12-19 | 2 | -7/+27 | |
| | | | | | | | | | | | | | | | Python 3.4 to log "uncatched" exceptions, instead of the dedicated _TracebackLogger class. | |||||
* | | | Shorten lines. | Guido van Rossum | 2013-12-19 | 2 | -3/+4 | |
| | | | ||||||
* | | | Issue #5815: Fixed support for locales with modifiers. Fixed support for | Serhiy Storchaka | 2013-12-19 | 2 | -43/+133 | |
| | | | | | | | | | | | | locale encodings with hyphens. | |||||
* | | | Fix the C definition of the sys._debugmallocstats() function: the function has | Victor Stinner | 2013-12-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | no parameter | |||||
* | | | (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now | Victor Stinner | 2013-12-19 | 1 | -0/+4 | |
|\ \ \ | |/ / | | | | | | | raise a ValueError if num is negative (instead of raising a SystemError). | |||||
| * | | Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a | Victor Stinner | 2013-12-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | ValueError if num is negative (instead of raising a SystemError). | |||||
* | | | (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid | Victor Stinner | 2013-12-19 | 1 | -0/+5 | |
|\ \ \ | |/ / | | | | | | | isolation level (wrong type). | |||||
| * | | Issue #20026: Fix the sqlite module to handle correctly invalid isolation level | Victor Stinner | 2013-12-19 | 1 | -0/+5 | |
| | | | | | | | | | | | | (wrong type). |