summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Patch for Py3k with fallback for comparing unsortable sequences inMichael Foord2009-04-041-2/+2
* Skip test_recursionlimit_fatalerror under Windows because it generates an ann...Antoine Pitrou2009-04-041-0/+3
* #5391 make mmap work exclusively with bytesBenjamin Peterson2009-04-041-26/+20
* fix nameBenjamin Peterson2009-04-041-1/+1
* mark dictionary assertElementsSame test as an expected failureBenjamin Peterson2009-04-041-0/+3
* fix test_unittestBenjamin Peterson2009-04-041-2/+2
* Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge fromBenjamin Peterson2009-04-043-49/+587
* Update documentation for csv module to reflect changes in code,R. David Murray2009-04-041-1/+1
* fix this testBenjamin Peterson2009-04-031-4/+4
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-0/+11
* Have namedtuple's field renamer assign names thatRaymond Hettinger2009-04-021-6/+6
* In 3k this becomes an items() call.R. David Murray2009-04-021-0/+6
* Issue #5640: Fix _multibytecodec so that CJK codecs don't repeatHye-Shik Chang2009-04-021-0/+4
* Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo...Senthil Kumaran2009-04-021-4/+4
* add io and _pyio to test___all__Benjamin Peterson2009-04-021-0/+2
* Merged revisions 71014 via svnmerge fromBenjamin Peterson2009-04-021-4/+4
* make 'c' only accept bytes and 'C' only unicode #5499Benjamin Peterson2009-04-021-3/+3
* #5656: detect correct encoding of files when reporting coverage in trace.py, ...Georg Brandl2009-04-011-2/+3
* Merged revisions 70997 via svnmerge fromR. David Murray2009-04-011-0/+13
* Merged revisions 70979 via svnmerge fromBrett Cannon2009-04-011-8/+8
* Fix for issue5040. Adding support for unicode message passing and tests for u...Senthil Kumaran2009-04-011-0/+26
* Merged revisions 70975 via svnmerge fromBrett Cannon2009-04-011-22/+24
* Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.Raymond Hettinger2009-04-011-0/+25
* Merged revisions 70965 via svnmerge fromBrett Cannon2009-04-011-0/+35
* Remove redundant import of tkinter.R. David Murray2009-04-011-3/+0
* #5636: fix next -> __next__ in csv reader docs.Georg Brandl2009-04-011-1/+5
* Allow skipping of regression tests not supported on windows. This reduces no...Kristján Valur Jónsson2009-04-017-9/+13
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-011-0/+27
* Merged revisions 70931 via svnmerge fromJack Diederich2009-04-011-1/+13
* Merged revisions 70936 via svnmerge fromR. David Murray2009-04-011-0/+14
* Merged revisions 70930 via svnmerge fromR. David Murray2009-03-311-9/+4
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-3129-67/+120
* fix TextIOWrapper.read() when the buffer is not readable #5628Benjamin Peterson2009-03-311-0/+7
* Merged revisions 70879 via svnmerge fromHirokazu Yamamoto2009-03-311-4/+16
* Merged revisions 70779 via svnmerge fromR. David Murray2009-03-311-0/+1
* Merged revisions 70801,70809 via svnmerge fromJeremy Hylton2009-03-312-2/+26
* Simplify the Request class. The basic components of the parsedJeremy Hylton2009-03-312-5/+5
* Merged revisions 70800 via svnmerge fromHirokazu Yamamoto2009-03-311-0/+17
* Fix segfaults when running test_exceptions with coverage tracing, caused by w...Georg Brandl2009-03-311-0/+6
* merge 70783 to py3kJesse Noller2009-03-311-0/+4
* finalize the queue to resolve test issueJesse Noller2009-03-301-0/+2
* Issue #5604: non-ASCII characters in module name passed toGuido van Rossum2009-03-301-0/+71
* Fix for Issue4962, issue4675.Senthil Kumaran2009-03-302-0/+19
* Make sure time.strptime only accepts strings (and document the fact likeBrett Cannon2009-03-301-0/+5
* Merge 70717 to 30maintJesse Noller2009-03-301-0/+24
* Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge fromBenjamin Peterson2009-03-301-0/+1
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-302-61/+0
* Fix test_subprocess so that it works when launched from another directory thanAntoine Pitrou2009-03-291-2/+3
* Plug another leak, and finally add a test for #1174606 (read() from /dev/zero).Antoine Pitrou2009-03-291-0/+16
* Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from structMark Dickinson2009-03-291-48/+26