summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite IOBase.readall to avoid costly string resizes, and plug a leakAntoine Pitrou2009-03-292-38/+21
* Plug another leak, and finally add a test for #1174606 (read() from /dev/zero).Antoine Pitrou2009-03-292-0/+17
* Fix leak in _fileio.c (patch by Hirokazu Yamamoto)Antoine Pitrou2009-03-291-0/+1
* Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from structMark Dickinson2009-03-294-50/+39
* Merged revisions 70682,70684 via svnmerge fromMark Dickinson2009-03-291-0/+9
* Merged revisions 70678 via svnmerge fromMark Dickinson2009-03-293-3/+3
* fix variable name #5595Benjamin Peterson2009-03-292-1/+3
* Blocked revisions 70672 via svnmergeBenjamin Peterson2009-03-290-0/+0
* Port r70672 to py3k. Add the ability to control the random seed used by regrt...Collin Winter2009-03-291-5/+18
* Restore a conditional I removed by mistake.Antoine Pitrou2009-03-291-1/+1
* Issue #1174606: Calling read() without arguments of an unbounded fileAntoine Pitrou2009-03-292-3/+17
* Issue #5592: make the encodefuncs symbol staticAntoine Pitrou2009-03-281-11/+11
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-2843-215/+359