summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update HTTPResponse documentation and add placeholder for HTTPMessage.Jeremy Hylton2009-03-311-4/+26
* Document public attributes of urllib.request.Request.Jeremy Hylton2009-03-311-40/+78
* Change email address.Jeremy Hylton2009-03-311-1/+1
* Simplify the Request class. The basic components of the parsedJeremy Hylton2009-03-314-125/+138
* Merged revisions 70800 via svnmerge fromHirokazu Yamamoto2009-03-313-4/+21
* Merged revisions 70802 via svnmerge fromRonald Oussoren2009-03-311-0/+11
* Fix segfaults when running test_exceptions with coverage tracing, caused by w...Georg Brandl2009-03-314-10/+114
* 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-314-2/+9
* Add new copydir_run_2to3() function, for use e.g. in test runners to transpar...Georg Brandl2009-03-311-0/+33
* Add example for new copydir_run_2to3().Georg Brandl2009-03-313-2/+29