summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Make test skipping message nicer, and remove the rather useless "overhead" pa...Antoine Pitrou2011-01-121-20/+10
* Remove the funky function annotation from numbers.py.Raymond Hettinger2011-01-121-1/+1
* Fix the expected memory use of utf-8 encoding. Also, release theAntoine Pitrou2011-01-121-3/+7
* Remove function annotations that slipped into _abcoll.Raymond Hettinger2011-01-121-4/+4
* Issue #10822: Fix test_posix:test_getgroups failure under Solaris. PatchAntoine Pitrou2011-01-121-1/+4
* don't segfault on deleting __abstractmethods__ #10892Benjamin Peterson2011-01-121-1/+5
* oops, wrong classBenjamin Peterson2011-01-121-7/+7
* move this test to test_descr; it's not abc specificBenjamin Peterson2011-01-122-7/+7
* Issue 10889: Support slicing and indexing of large ranges (no docs changes, s...Nick Coghlan2011-01-121-7/+86
* Add comment.Raymond Hettinger2011-01-111-1/+1
* Issue #5109: array.array constructor will now use fast code whenAlexander Belopolsky2011-01-111-0/+10
* Add entry for Barrier objects.Raymond Hettinger2011-01-111-3/+2
* Typo.Eric Smith2011-01-111-1/+1
* Issue 10556: test_zipimport_support implicitly imports too many modules (incl...Nick Coghlan2011-01-112-6/+23
* This should fix mktime test on WindowsAlexander Belopolsky2011-01-111-1/+2
* Make mktime test more robust.Alexander Belopolsky2011-01-111-3/+7
* Issue #1726687: time.mktime() will now correctly compute value oneAlexander Belopolsky2011-01-111-0/+13
* 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