| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ | | | | | | | (delimiter, escapechar, quotechar) | ||||
| | * | Issue #18829: Add tests for the csv module for invalid characters (delimiter, | Victor Stinner | 2014-01-02 | 1 | -0/+13 |
| | | | | | | | | | escapechar, quotechar) | ||||
| * | | Issue #20055: Fix test_shutil under Windows with symlink privileges held. | Antoine Pitrou | 2014-01-01 | 1 | -13/+19 |
| |\ \ | |/ | | | | | Patch by Vajrasky Kok. | ||||
| | * | Issue #20055: Fix test_shutil under Windows with symlink privileges held. | Antoine Pitrou | 2014-01-01 | 1 | -13/+19 |
| | | | | | | | | | Patch by Vajrasky Kok. | ||||
| | * | 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 |
| |\ \ | |/ | | | | | rather than silently let them emit clear text data. | ||||
| | * | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵ | Antoine Pitrou | 2013-12-28 | 2 | -0/+17 |
| | | | | | | | | | rather than silently let them emit clear text data. | ||||
| | * | #18116: backport fix to 3.3 since real-world failure mode demonstrated. | R David Murray | 2013-12-27 | 3 | -46/+209 |
| | | | | | | | | | | | | | | | | | | | | | In issue 20074 it was pointed out that getpass would fail with a traceback if stdin was, for example /dev/null, which is a non-unlikely scenario. Also backported the tests from issue 17484 as modified by issue 18116. (What I really did was copy getpass.py and test_getpass.py from their state on tip as of 17bd04fbf3d3). | ||||
| * | | 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 |
| | | | | | | | | | calculated. Generalized support of the euro modifier. | ||||
| * | | 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 |
| | | | | | | | | | enabled. | ||||
| * | | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been | Zachary Ware | 2013-12-26 | 1 | -34/+31 |
| |\ \ | |/ | | | | | disabled since 3.0 due to the changes in listcomp handling. | ||||
| | * | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been | Zachary Ware | 2013-12-26 | 1 | -33/+30 |
| | | | | | | | | | disabled since 3.0 due to the changes in listcomp handling. | ||||
| * | | 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 |
| |\ \ | |/ | | | | | methods. | ||||
| | * | Issue #19020: Tkinter now uses splitlist() instead of split() in configure | Serhiy Storchaka | 2013-12-25 | 3 | -54/+31 |
| | | | | | | | | | methods. | ||||
| * | | 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 |
| | | | | |||||
