summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix ref leaksBenjamin Peterson2009-04-021-0/+2
* add io and _pyio to test___all__Benjamin Peterson2009-04-021-0/+2
* Merged revisions 71014 via svnmerge fromBenjamin Peterson2009-04-021-4/+4
* add SEEK_ constants to _pyioBenjamin Peterson2009-04-021-0/+1
* make 'c' only accept bytes and 'C' only unicode #5499Benjamin Peterson2009-04-024-14/+15
* fix markupBenjamin Peterson2009-04-021-4/+3
* Explain a little about the explanation.Brett Cannon2009-04-011-0/+5
* Add a meta path importer example.Brett Cannon2009-04-011-7/+98
* #5656: detect correct encoding of files when reporting coverage in trace.py, ...Georg Brandl2009-04-013-11/+23
* 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