summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merged revisions 70778 via svnmerge fromRonald Oussoren2009-03-302-4/+8
* "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...Barry Warsaw2009-03-305-84/+7
* 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-304-16/+117
* Fix for Issue4962, issue4675.Senthil Kumaran2009-03-303-2/+21
* Make sure time.strptime only accepts strings (and document the fact likeBrett Cannon2009-03-305-7/+25
* Remove merging leftover.Georg Brandl2009-03-301-1/+0
* Thorough review of importlib docs. Reviewed by Brett himself.Guido van Rossum2009-03-301-34/+50
* Fix for issue 5558Ronald Oussoren2009-03-301-3/+5
* Merged revisions 70746 via svnmerge fromRonald Oussoren2009-03-302-1/+7
* Merged revisions 70741 via svnmerge fromRonald Oussoren2009-03-302-5/+12
* Fix importlib.machinery.PathFinder.find_module() to essentially skip over NoneBrett Cannon2009-03-302-3/+23
* Enable "--with-computed-gotos" for the binary installerRonald Oussoren2009-03-301-1/+1
* Merged revisions 70737 via svnmerge fromRonald Oussoren2009-03-302-87/+148
* Merged revisions 70735 via svnmerge fromRonald Oussoren2009-03-301-2/+2
* Merged revisions 70730 via svnmerge fromRonald Oussoren2009-03-302-1/+5
* Merged revisions 70727 via svnmerge fromRonald Oussoren2009-03-302-109/+64
* fix bad NEWS mergeJesse Noller2009-03-301-30/+4
* Merge 70717 to 30maintJesse Noller2009-03-303-0/+55
* Add simple tests for __import__ for future optimizations to importlib.Brett Cannon2009-03-301-0/+82
* Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge fromBenjamin Peterson2009-03-304-8/+54
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-3017-77/+50
* Fix test_subprocess so that it works when launched from another directory thanAntoine Pitrou2009-03-291-2/+3
* Make life easier for non-CPython implementationsRaymond Hettinger2009-03-291-1/+1