Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix. | Antoine Pitrou | 2014-01-02 | 1 | -0/+20 |
| | |||||
* | Issue #20101: Merge with 3.3 | Zachary Ware | 2014-01-02 | 1 | -1/+2 |
|\ | |||||
| * | Issue #20101: Allow test_monotonic to pass on Windows machines on which | Zachary Ware | 2014-01-02 | 1 | -1/+2 |
| | | | | | | | | | | | | time.get_clock_info('monotonic').resolution == 0.015600099999999999 This is just a workaround pending a real resolution to #20101. | ||||
* | | Update pip to the released 1.5 | Donald Stufft | 2014-01-02 | 1 | -8/+8 |
| | | |||||
* | | (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 | 1 | -0/+1 |
| | | |||||
* | | Issue19619: skip zlib error test when zlib not available | Zachary Ware | 2013-12-30 | 1 | -1/+2 |
| | | |||||
* | | Issue #19918: Fix PurePath.relative_to() under Windows. | Antoine Pitrou | 2013-12-28 | 1 | -28/+57 |
| | | |||||
* | | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵ | Antoine Pitrou | 2013-12-28 | 1 | -0/+11 |
|\ \ | |/ | | | | | 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 | 1 | -0/+12 |
| | | | | | | | | 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 | 2 | -1/+155 |
| | | | | | | | | | | | | | | | | | | | | 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 |
| | | |||||
* | | Issue #20046: Locale alias table no longer contains entities which can be | Serhiy Storchaka | 2013-12-26 | 1 | -0/+39 |
| | | | | | | | | calculated. Generalized support of the euro modifier. | ||||
* | | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+14 |
| | | |||||
* | | - 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. | ||||
* | | 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 #19744: improve ensurepip error when ssl is missing | Nick Coghlan | 2013-12-23 | 2 | -2/+62 |
| | | |||||
* | | Issue #19728: fix ensurepip name clash with submodule | Nick Coghlan | 2013-12-23 | 1 | -23/+60 |
| | | | | | | | | | | 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 | 1 | -0/+14 |
| | | |||||
* | | Close #19734: ignore pip env vars in ensurepip | Nick Coghlan | 2013-12-23 | 2 | -9/+13 |
| | | |||||
* | | 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 DeprecationWarnings in test suite | Antoine Pitrou | 2013-12-21 | 2 | -10/+10 |
| | | |||||
* | | Issue #18879: When a method is looked up on a temporary file, avoid closing ↵ | Antoine Pitrou | 2013-12-21 | 1 | -0/+17 |
|\ \ | |/ | | | | | 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 | 1 | -0/+17 |
| | | | | | | | | 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 |
| | | |||||
* | | 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 |
| | | |||||
| * | 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 | 1 | -0/+58 |
| | | | | | | | | 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 | 1 | -1/+3 |
| | | |||||
* | | Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in | Victor Stinner | 2013-12-19 | 1 | -0/+2 |
| | | | | | | | | | | Python 3.4 to log "uncatched" exceptions, instead of the dedicated _TracebackLogger class. | ||||
* | | Shorten lines. | Guido van Rossum | 2013-12-19 | 1 | -1/+2 |
| | | |||||
* | | Issue #5815: Fixed support for locales with modifiers. Fixed support for | Serhiy Storchaka | 2013-12-19 | 1 | -0/+58 |
| | | | | | | | | 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). |