summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 70997 via svnmerge fromR. David Murray2009-04-011-0/+13
* Merged revisions 70992,70995 via svnmerge fromBenjamin Peterson2009-04-012-4/+16
* Add link to an alternative generator with a long-period.Raymond Hettinger2009-04-011-0/+4
* Merged revisions 70953 via svnmerge fromJesse Noller2009-04-011-0/+3
* Add some clarification to the importlib docs.Brett Cannon2009-04-011-4/+8
* 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-013-4/+30
* Merged revisions 70965 via svnmerge fromBrett Cannon2009-04-013-16/+67
* Remove redundant import of tkinter.R. David Murray2009-04-011-3/+0
* Merged revisions 70956 via svnmerge fromBrett Cannon2009-04-012-14/+15
* #5636: fix next -> __next__ in csv reader docs.Georg Brandl2009-04-013-8/+9
* Fix typo in configure line that caused the build installerRonald Oussoren2009-04-011-1/+1
* 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-0113-121/+168
* #5624: _winreg is winreg in Python 3.Georg Brandl2009-04-014-14/+16
* Merged revisions 70940 via svnmergeGeorg Brandl2009-04-011-1/+5
* Merged revisions 70931 via svnmerge fromJack Diederich2009-04-014-2/+64
* Merged revisions 70936 via svnmerge fromR. David Murray2009-04-014-8/+35
* 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-3130-67/+124
* fix TextIOWrapper.read() when the buffer is not readable #5628Benjamin Peterson2009-03-314-0/+15
* Improve examples for collections.deque()Raymond Hettinger2009-03-311-25/+23
* Merged revisions 70920,70922 via svnmerge fromTarek Ziadé2009-03-312-2/+4
* Run 2to3 over new script.Georg Brandl2009-03-311-4/+4
* Readd -n.Martin v. Löwis2009-03-311-1/+1
* Merged revisions 70910 via svnmerge fromTarek Ziadé2009-03-315-2/+41
* Merged revisions 70908 via svnmerge fromJesse Noller2009-03-314-0/+11
* Merged revisions 70886,70888-70892 via svnmerge fromTarek Ziadé2009-03-3113-58/+341
* Merged revisions 70879 via svnmerge fromHirokazu Yamamoto2009-03-312-5/+17
* Add missing label.Georg Brandl2009-03-311-0/+1
* #1717: fix-up docs for comparison in newtypes document.Georg Brandl2009-03-311-44/+47
* Merged revisions 70849,70852 via svnmerge fromJesse Noller2009-03-315-2/+18
* #5241: document missing A in regex howto.Georg Brandl2009-03-311-0/+13
* Blocked revisions 70858 via svnmergeGeorg Brandl2009-03-310-0/+0
* 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
* Fix a leaking "pathname" in import.cKristján Valur Jónsson2009-03-311-0/+1
* get_file() no longer leaks a FILE structure. If given a file descriptor, it ...Kristján Valur Jónsson2009-03-311-9/+19
* Forward-port of #992207 fix: document that the parser only accepts \\n newlin...Georg Brandl2009-03-311-12/+9
* Blocked revisions 70838 via svnmergeGeorg Brandl2009-03-310-0/+0
* Make urllib use HTTP/1.1. It seems to work now, but hasn't beenJeremy Hylton2009-03-311-4/+0
* #5548: do return the new module from PyMODINIT_FUNC functions.Georg Brandl2009-03-312-3/+5
* #5566: remove duplicate entry.Georg Brandl2009-03-311-13/+3
* Blocked revisions 70825 via svnmergeGeorg Brandl2009-03-310-0/+0
* Merged revisions 70801,70809 via svnmerge fromJeremy Hylton2009-03-314-22/+123