summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* typoBenjamin Peterson2009-04-041-1/+1
* Blocked revisions 70711,70713,70716,70719,70747,70772,70821,70830,70844,70873...Benjamin Peterson2009-04-040-0/+0
* Complete the first-pass at whatsnew.Raymond Hettinger2009-04-041-34/+50
* revert r71118 because it blocked an excess of revisionsBenjamin Peterson2009-04-040-0/+0
* More notes on 3.1 improvements.Raymond Hettinger2009-04-041-2/+57
* More updates to whatsnewRaymond Hettinger2009-04-041-0/+29
* Start building-up the whatsnew document for Py3.1Raymond Hettinger2009-04-041-2/+82
* Replace the localized min/max calls with normal if/elseRaymond Hettinger2009-04-041-4/+4
* Blocked revisions 71123 via svnmergeR. David Murray2009-04-040-0/+0
* Add helpful link.Raymond Hettinger2009-04-041-0/+6
* Blocked revisions 70176,70178,70197,70261,70267,70271,70273,70286,70290,70292...Benjamin Peterson2009-04-040-0/+0
* Update documentation for csv module to reflect changes in code,R. David Murray2009-04-042-121/+31
* fix name againBenjamin Peterson2009-04-041-1/+1
* fix nameBenjamin Peterson2009-04-041-1/+1
* fix this testBenjamin Peterson2009-04-031-4/+4
* fix namingBenjamin Peterson2009-04-031-3/+3
* Added Misc/NEWS entry for PEP 378.Eric Smith2009-04-031-0/+2
* os.path.listdir -> os.listdirBenjamin Peterson2009-04-031-1/+1
* update NEWSBenjamin Peterson2009-04-031-0/+2
* Py_BuildValue's 'c' code should use byte strings #5666Benjamin Peterson2009-04-034-7/+11
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-0310-88/+190
* Removed mixed tabs and whitespace.Eric Smith2009-04-031-96/+96
* Make http.server main program nicer for interactive use.Alexandre Vassalotti2009-04-031-4/+6
* Undocument the existence of the memo attribute and its main use-case.Alexandre Vassalotti2009-04-031-71/+0
* Optimize slicing of bytes and bytearray by avoiding useless copying.Alexandre Vassalotti2009-04-032-12/+10
* Emphasize that Unpickler.memo is not necessarily a dict.Alexandre Vassalotti2009-04-031-2/+3
* Add more examples in pickle documentation.Alexandre Vassalotti2009-04-031-27/+79
* Remove old reference to cPickle.Alexandre Vassalotti2009-04-031-9/+6
* Fix typo.Raymond Hettinger2009-04-031-2/+2
* Update a comment about why the __module__ can sometime be NULL.Alexandre Vassalotti2009-04-031-3/+6
* Localize the function lookup in timeit.Raymond Hettinger2009-04-031-2/+2
* Update docs for namedtuple's renaming change.Raymond Hettinger2009-04-021-1/+1
* Have namedtuple's field renamer assign names thatRaymond Hettinger2009-04-022-7/+7
* Blocked revisions 71070 via svnmergeAntoine Pitrou2009-04-020-0/+0
* In 3k this becomes an items() call.R. David Murray2009-04-023-1/+10
* A fix for Brett's fix for his fix. I think we got it right this time.R. David Murray2009-04-020-0/+0
* A fix for the fix for the svnmerge metadata.Brett Cannon2009-04-020-0/+0
* r71034 somehow deleted all of the metadata for svnmerge. This is my attempt t...Brett Cannon2009-04-020-0/+0
* Rewrap some long lines.Mark Dickinson2009-04-021-2/+4
* 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-023-1/+9
* Check that on a platform that is expected to have a case-insensitive filesystemBrett Cannon2009-04-021-1/+8
* Clarify that datetime strftime does not produce leap seconds and datetimeR. David Murray2009-04-021-2/+6
* Merged revisions 71031 via svnmerge fromBrett Cannon2009-04-023-4/+4
* Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo...Senthil Kumaran2009-04-022-5/+5
* First batch of signature documentation changes; using default argument syntax...Georg Brandl2009-04-027-18/+19
* remove unused variableBenjamin Peterson2009-04-021-1/+0
* rewrite error handling to make senseBenjamin Peterson2009-04-021-3/+7