summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Blocked revisions 52388 via svnmergeThomas Heller2007-01-120-0/+0
* Blocked revisions 52945,53358 via svnmergeThomas Heller2007-01-120-0/+0
* SF #1486663 -- Allow keyword args in subclasses of set() and frozenset().Raymond Hettinger2007-01-112-2/+13
* - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).Matthias Klose2007-01-112-1/+3
* - Make the documentation match the code and the docstringMatthias Klose2007-01-111-1/+1
* Must update the version number on the extension module as well.Thomas Heller2007-01-101-1/+1
* Change the ctypes version number to "1.0.2".Thomas Heller2007-01-102-1/+3
* Merged revisions 53316 via svnmerge fromThomas Heller2007-01-091-0/+28
* Fix zero-length corner case for iterating over a mutating deque.Raymond Hettinger2007-01-083-3/+11
* Backported changes from trunk:Vinay Sajip2007-01-081-3/+6
* Backported change from trunk:Vinay Sajip2007-01-081-2/+2
* Added relativeCreated to Formatter doc (has been in the system for a long tim...Vinay Sajip2007-01-081-4/+9
* Re-implemented fix for #1531862 once again, in a way that works with Python 2...Peter Astrand2007-01-071-2/+6
* update to (c) years to include 2007Anthony Baxter2007-01-067-11/+12
* Revisions 52418,52841,52855 have already been merged.Thomas Heller2007-01-050-0/+0
* Blocked revisions 52945 via svnmergeThomas Heller2007-01-050-0/+0
* Mark changes already backported as merged, so "svnmerge avail" doesThomas Heller2007-01-050-0/+0
* Initialized merge tracking via "svnmerge" with revisions "1-51333" fromThomas Heller2007-01-050-0/+0
* [Bug #1622533] Make docstrings raw strings because they contain control chara...Andrew M. Kuchling2007-01-052-2/+2
* typo fixGregory P. Smith2007-01-051-1/+1
* Backport:Neal Norwitz2007-01-052-1/+5
* support linking the _bsddb extension module against BerkeleyDB 4.5Gregory P. Smith2007-01-056-8/+19
* Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,Martin v. Löwis2007-01-043-5/+37
* Fix stability of heapq's nlargest() and nsmallest().Raymond Hettinger2007-01-043-18/+16
* SF #1627373, fix typo in CarbonEvt.Neal Norwitz2007-01-041-1/+1
* For sets with cyclical reprs, emit '...' instead of recursing.Raymond Hettinger2006-12-293-4/+53
* Backport trunk checkin r51565:Thomas Wouters2006-12-293-1/+9
* SF bug #1623890, fix argument name in docstringNeal Norwitz2006-12-291-1/+1
* Remove a stray (old) macro name left around (I guess)Neal Norwitz2006-12-281-2/+0
* Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.Lars Gustäbel2006-12-273-0/+16
* Patch #1262036: Prevent TarFiles from being added to themselves underLars Gustäbel2006-12-233-30/+26
* Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()Lars Gustäbel2006-12-233-107/+167
* [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a di...Andrew M. Kuchling2006-12-222-0/+10
* [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in su...Andrew M. Kuchling2006-12-222-0/+22
* Fix wrong markup of an argument in a method signature.Thomas Heller2006-12-211-1/+1
* Mention the os.SEEK_* constantsAndrew M. Kuchling2006-12-213-9/+13
* [Bug #1619680] in_dll() arguments are documented in the wrong orderAndrew M. Kuchling2006-12-201-1/+1
* Backport doc changes from rev. 53112, 53115: use 'iterable' in variousAndrew M. Kuchling2006-12-201-43/+43
* Two grammar fixesAndrew M. Kuchling2006-12-201-2/+2
* Bug #1590891: random.randrange don't return correct value for big numberRaymond Hettinger2006-12-203-1/+11
* Updated documentation for findCaller() to indicate that a 3-tuple is now retu...Vinay Sajip2006-12-191-2/+4
* [Patch #1600491 from Jim Jewett] Describe how to build help files on WindowsAndrew M. Kuchling2006-12-191-0/+3
* Add NEWS itemAndrew M. Kuchling2006-12-191-0/+3
* [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPSAndrew M. Kuchling2006-12-191-2/+2
* Add forgotten NEWS item for previous commitAndrew M. Kuchling2006-12-181-0/+2
* [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for off...Andrew M. Kuchling2006-12-181-1/+1
* [Bug #1618083] Add missing word; make a few grammar fixesAndrew M. Kuchling2006-12-181-4/+4
* [Patch #1599256 from David Watson] check that os.fsync is available before us...Andrew M. Kuchling2006-12-141-1/+2
* Stripped whitespace from comma-separated values read from config fileVinay Sajip2006-12-141-4/+5
* Move errno imports back to individual functions.Georg Brandl2006-12-111-2/+3