| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | don't segfault on deleting __abstractmethods__ #10892 | Benjamin Peterson | 2011-01-12 | 1 | -1/+5 |
|
|
* | oops, wrong class | Benjamin Peterson | 2011-01-12 | 1 | -7/+7 |
|
|
* | move this test to test_descr; it's not abc specific | Benjamin Peterson | 2011-01-12 | 2 | -7/+7 |
|
|
* | Issue 10889: Support slicing and indexing of large ranges (no docs changes, s... | Nick Coghlan | 2011-01-12 | 1 | -7/+86 |
|
|
* | Add comment. | Raymond Hettinger | 2011-01-11 | 1 | -1/+1 |
|
|
* | Issue #5109: array.array constructor will now use fast code when | Alexander Belopolsky | 2011-01-11 | 1 | -0/+10 |
|
|
* | Add entry for Barrier objects. | Raymond Hettinger | 2011-01-11 | 1 | -3/+2 |
|
|
* | Typo. | Eric Smith | 2011-01-11 | 1 | -1/+1 |
|
|
* | Issue 10556: test_zipimport_support implicitly imports too many modules (incl... | Nick Coghlan | 2011-01-11 | 2 | -6/+23 |
|
|
* | This should fix mktime test on Windows | Alexander Belopolsky | 2011-01-11 | 1 | -1/+2 |
|
|
* | Make mktime test more robust. | Alexander Belopolsky | 2011-01-11 | 1 | -3/+7 |
|
|
* | Issue #1726687: time.mktime() will now correctly compute value one | Alexander Belopolsky | 2011-01-11 | 1 | -0/+13 |
|
|
* | Issue #10872: The repr() of TextIOWrapper objects now includes the mode | Antoine Pitrou | 2011-01-09 | 2 | -4/+14 |
|
|
* | #10874: test_urllib2 shouldn't use `is` operator for comparing strings | Ćukasz Langa | 2011-01-09 | 1 | -1/+1 |
|
|
* | Add missing line. | Georg Brandl | 2011-01-09 | 1 | -0/+1 |
|
|
* | #10869: do not visit root node twice in ast.increment_lineno(). | Georg Brandl | 2011-01-09 | 2 | -5/+10 |
|
|
* | #5871: protect against header injection attacks. | R. David Murray | 2011-01-09 | 2 | -1/+21 |
|
|
* | Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_inte... | Antoine Pitrou | 2011-01-08 | 1 | -0/+1 |
|
|
* | Fix test_ssl after r87849 | Antoine Pitrou | 2011-01-08 | 2 | -32/+128 |
|
|
* | Issue #10859: Make `contextlib.GeneratorContextManager` officially | Antoine Pitrou | 2011-01-08 | 2 | -8/+8 |
|
|
* | Issue #10042: Fixed the total_ordering decorator to handle cross-type | Raymond Hettinger | 2011-01-08 | 2 | -8/+32 |
|
|
* | test_ssl: test SHA256 using sha256.tbs-internet.com instead of sha2.hboeck.de | Victor Stinner | 2011-01-08 | 1 | -2/+2 |
|
|
* | Issue #1777412: Remove all limits on tm_year from time.strftime() | Victor Stinner | 2011-01-08 | 1 | -17/+19 |
|
|
* | Issue #1777412: fix test_time for Mac OS X and OpenIndiana | Victor Stinner | 2011-01-08 | 1 | -9/+14 |
|
|
* | Issue #1777412: test large years value for strftime('%Y') | Victor Stinner | 2011-01-08 | 1 | -5/+10 |
|
|
* | Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900 | Victor Stinner | 2011-01-08 | 1 | -30/+70 |
|
|
* | Fixed error handling branches. Thanks | Alexander Belopolsky | 2011-01-08 | 1 | -1/+12 |
|
|
* | Issue #1777412: extended year range of strftime down to 1000. | Alexander Belopolsky | 2011-01-08 | 2 | -7/+7 |
|
|
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. | R. David Murray | 2011-01-07 | 4 | -55/+89 |
|
|
* | Fix formatting of values with embedded newlines when rfc2047 encoding | R. David Murray | 2011-01-07 | 2 | -3/+21 |
|
|
* | Issue #10827: Changed the rules for 2-digit years. The time.asctime | Alexander Belopolsky | 2011-01-07 | 1 | -26/+36 |
|
|
* | Get --coverage to be an acceptable flag for test.regrtest again. | Brett Cannon | 2011-01-06 | 1 | -2/+2 |
|
|
* | Further simplify gettmarg() | Alexander Belopolsky | 2011-01-06 | 1 | -0/+1 |
|
|
* | Issue #3839: wsgiref should not override a Content-Length header set by | Antoine Pitrou | 2011-01-06 | 2 | -5/+14 |
|
|
* | Remove doc for nonexisting parameter. | Georg Brandl | 2011-01-06 | 1 | -3/+1 |
|
|
* | Issue #1677694: Refactor and improve test_timeout. Original patch by | Antoine Pitrou | 2011-01-06 | 1 | -56/+54 |
|
|
* | Issue 10825: Minor updates to the test suite. | Raymond Hettinger | 2011-01-06 | 4 | -10/+10 |
|
|
* | Issue #10492: bdb.Bdb.run() only traces the execution of the code | Victor Stinner | 2011-01-06 | 1 | -0/+2 |
|
|
* | test_atexit: fix code saving/restoring stdout and stderr | Victor Stinner | 2011-01-05 | 1 | -1/+2 |
|
|
* | test_imaplib: reap_server() closes the server when done | Victor Stinner | 2011-01-05 | 1 | -0/+1 |
|
|
* | imaplib: IMAP4 constructor closes the socket on error | Victor Stinner | 2011-01-05 | 1 | -0/+11 |
|
|
* | - time.accept2dyear = True is now equivalent to time.accept2dyear = 1 | Alexander Belopolsky | 2011-01-05 | 1 | -1/+41 |
|
|
* | On Py3k, -tt and -3 are no-op and unsupported respectively. | Georg Brandl | 2011-01-05 | 1 | -2/+2 |
|
|
* | Issue #7995: When calling accept() on a socket with a timeout, the returned | Antoine Pitrou | 2011-01-05 | 2 | -1/+24 |
|
|
* | Update tests and whatsnew for the 'quiet' flag | Raymond Hettinger | 2011-01-05 | 1 | -1/+1 |
|
|
* | Issue #5485: Add tests for the UseForeignDTD method of expat parser objects. | Antoine Pitrou | 2011-01-05 | 1 | -5/+54 |
|
|
* | test_time: assertEquals => assertEqual | Victor Stinner | 2011-01-05 | 1 | -1/+1 |
|
|
* | test_threading: use Popen.communicate() instead of .wait() | Victor Stinner | 2011-01-05 | 1 | -3/+3 |
|
|
* | regrtest: close the new stdout and restore the original stdout at exit | Victor Stinner | 2011-01-05 | 1 | -1/+10 |
|
|
* | Issue #10756: atexit normalizes the exception before displaying it. | Victor Stinner | 2011-01-05 | 1 | -0/+8 |
|
|