summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Localize the function lookup in timeit.Raymond Hettinger2009-04-031-2/+2
* Have namedtuple's field renamer assign names thatRaymond Hettinger2009-04-022-7/+7
* In 3k this becomes an items() call.R. David Murray2009-04-022-1/+7
* importlib.test.source.test_abc_loader was making a bad assumption that all fileBrett Cannon2009-04-021-16/+21
* Make a test in importlib have a more robust test value.Brett Cannon2009-04-021-1/+1
* Give a more informative message on an importlib test upon failure.Brett Cannon2009-04-021-1/+3
* Issue #5640: Fix _multibytecodec so that CJK codecs don't repeatHye-Shik Chang2009-04-021-0/+4
* Check that on a platform that is expected to have a case-insensitive filesystemBrett Cannon2009-04-021-1/+8
* Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo...Senthil Kumaran2009-04-022-5/+5
* add io and _pyio to test___all__Benjamin Peterson2009-04-021-0/+2
* Merged revisions 71014 via svnmerge fromBenjamin Peterson2009-04-021-4/+4
* add SEEK_ constants to _pyioBenjamin Peterson2009-04-021-0/+1
* 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-012-11/+20
* Merged revisions 70997 via svnmerge fromR. David Murray2009-04-011-0/+13
* Merged revisions 70992,70995 via svnmerge fromBenjamin Peterson2009-04-011-1/+7
* barry has already been causing test breakageBenjamin Peterson2009-04-011-0/+1
* 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-013-13/+44
* Merged revisions 70975 via svnmerge fromBrett Cannon2009-04-011-22/+24
* Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.Raymond Hettinger2009-04-012-4/+28
* Merged revisions 70965 via svnmerge fromBrett Cannon2009-04-011-0/+35
* Remove redundant import of tkinter.R. David Murray2009-04-011-3/+0
* Merged revisions 70956 via svnmerge fromBrett Cannon2009-04-011-14/+11
* #5636: fix next -> __next__ in csv reader docs.Georg Brandl2009-04-012-2/+6
* 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-012-0/+32
* #5624: _winreg is winreg in Python 3.Georg Brandl2009-04-012-10/+10
* Merged revisions 70940 via svnmergeGeorg Brandl2009-04-011-1/+5
* Merged revisions 70931 via svnmerge fromJack Diederich2009-04-011-1/+13
* Merged revisions 70936 via svnmerge fromR. David Murray2009-04-012-8/+29
* Rip out a useless method that the superclass implements properly.Brett Cannon2009-04-011-19/+0
* An HTTPResponse is, by its nature, readable.Jeremy Hylton2009-04-011-0/+3
* 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-312-0/+8
* Merged revisions 70920,70922 via svnmerge fromTarek Ziadé2009-03-312-2/+4
* Merged revisions 70910 via svnmerge fromTarek Ziadé2009-03-313-2/+34
* Merged revisions 70886,70888-70892 via svnmerge fromTarek Ziadé2009-03-3113-58/+341
* Merged revisions 70879 via svnmerge fromHirokazu Yamamoto2009-03-311-4/+16
* Merged revisions 70779 via svnmerge fromR. David Murray2009-03-311-0/+1
* Per the language summit, the optional fastpath imports should use from-import...Raymond Hettinger2009-03-311-1/+1
* Make urllib use HTTP/1.1. It seems to work now, but hasn't beenJeremy Hylton2009-03-311-4/+0
* Merged revisions 70801,70809 via svnmerge fromJeremy Hylton2009-03-313-2/+29
* Simplify the Request class. The basic components of the parsedJeremy Hylton2009-03-314-125/+138
* 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
* The message for the exception when time.strptime was passed something otherBrett Cannon2009-03-311-1/+1
* merge 70792 to py3kJesse Noller2009-03-311-1/+1
* merge 70783 to py3kJesse Noller2009-03-311-0/+4