summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #10872: The repr() of TextIOWrapper objects now includes the modeAntoine Pitrou2011-01-092-4/+14
* #10874: test_urllib2 shouldn't use `is` operator for comparing stringsƁukasz Langa2011-01-091-1/+1
* Add missing line.Georg Brandl2011-01-091-0/+1
* #10869: do not visit root node twice in ast.increment_lineno().Georg Brandl2011-01-092-5/+10
* #5871: protect against header injection attacks.R. David Murray2011-01-092-1/+21
* Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_inte...Antoine Pitrou2011-01-081-0/+1
* Fix test_ssl after r87849Antoine Pitrou2011-01-082-32/+128
* Issue #10859: Make `contextlib.GeneratorContextManager` officiallyAntoine Pitrou2011-01-082-8/+8
* Issue #10042: Fixed the total_ordering decorator to handle cross-typeRaymond Hettinger2011-01-082-8/+32
* test_ssl: test SHA256 using sha256.tbs-internet.com instead of sha2.hboeck.deVictor Stinner2011-01-081-2/+2
* Issue #1777412: Remove all limits on tm_year from time.strftime()Victor Stinner2011-01-081-17/+19
* Issue #1777412: fix test_time for Mac OS X and OpenIndianaVictor Stinner2011-01-081-9/+14
* Issue #1777412: test large years value for strftime('%Y')Victor Stinner2011-01-081-5/+10
* Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900Victor Stinner2011-01-081-30/+70
* Fixed error handling branches. ThanksAlexander Belopolsky2011-01-081-1/+12
* Issue #1777412: extended year range of strftime down to 1000.Alexander Belopolsky2011-01-082-7/+7
* #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-074-55/+89
* Fix formatting of values with embedded newlines when rfc2047 encodingR. David Murray2011-01-072-3/+21
* Issue #10827: Changed the rules for 2-digit years. The time.asctimeAlexander Belopolsky2011-01-071-26/+36
* Get --coverage to be an acceptable flag for test.regrtest again.Brett Cannon2011-01-061-2/+2
* Further simplify gettmarg()Alexander Belopolsky2011-01-061-0/+1
* Issue #3839: wsgiref should not override a Content-Length header set byAntoine Pitrou2011-01-062-5/+14
* Remove doc for nonexisting parameter.Georg Brandl2011-01-061-3/+1
* Issue #1677694: Refactor and improve test_timeout. Original patch byAntoine Pitrou2011-01-061-56/+54
* Issue 10825: Minor updates to the test suite.Raymond Hettinger2011-01-064-10/+10
* Issue #10492: bdb.Bdb.run() only traces the execution of the codeVictor Stinner2011-01-061-0/+2
* test_atexit: fix code saving/restoring stdout and stderrVictor Stinner2011-01-051-1/+2
* test_imaplib: reap_server() closes the server when doneVictor Stinner2011-01-051-0/+1
* imaplib: IMAP4 constructor closes the socket on errorVictor Stinner2011-01-051-0/+11
* - time.accept2dyear = True is now equivalent to time.accept2dyear = 1Alexander Belopolsky2011-01-051-1/+41
* On Py3k, -tt and -3 are no-op and unsupported respectively.Georg Brandl2011-01-051-2/+2
* Issue #7995: When calling accept() on a socket with a timeout, the returnedAntoine Pitrou2011-01-052-1/+24
* Update tests and whatsnew for the 'quiet' flagRaymond Hettinger2011-01-051-1/+1
* Issue #5485: Add tests for the UseForeignDTD method of expat parser objects.Antoine Pitrou2011-01-051-5/+54
* test_time: assertEquals => assertEqualVictor Stinner2011-01-051-1/+1
* test_threading: use Popen.communicate() instead of .wait()Victor Stinner2011-01-051-3/+3
* regrtest: close the new stdout and restore the original stdout at exitVictor Stinner2011-01-051-1/+10
* Issue #10756: atexit normalizes the exception before displaying it.Victor Stinner2011-01-051-0/+8
* test_bytes: test PyBytes_FromFormat() using ctypesVictor Stinner2011-01-051-0/+21
* #10790: make append work when output codec is different from input codecR. David Murray2011-01-052-16/+14
* test_unicode: use ctypes to test PyUnicode_FromFormat()Victor Stinner2011-01-051-6/+20
* Fix test_time under WindowsAntoine Pitrou2011-01-041-1/+1
* In subprocess, wrap pipe fds before launching the child. Hopefully thisAntoine Pitrou2011-01-041-7/+21
* Fix the new bug introduced in the r87710 fix for issue 6643. DummyThreadGregory P. Smith2011-01-041-4/+13
* Fix exception catching.Georg Brandl2011-01-041-1/+1
* Issue #8013: Fix time.ctime test failure on 32-bit platforms.Alexander Belopolsky2011-01-041-1/+1
* Issue #8013: time.asctime and time.ctime no longer call system asctimeAlexander Belopolsky2011-01-041-17/+16
* Issue #10819: SocketIO.name property returns -1 when its closed, instead ofVictor Stinner2011-01-042-1/+10
* Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError ifVictor Stinner2011-01-041-1/+11
* Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-01-041-0/+18