| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Blocked revisions 52388 via svnmerge | Thomas Heller | 2007-01-12 | 0 | -0/+0 |
|
|
| * | Blocked revisions 52945,53358 via svnmerge | Thomas Heller | 2007-01-12 | 0 | -0/+0 |
|
|
| * | SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). | Raymond Hettinger | 2007-01-11 | 2 | -2/+13 |
|
|
| * | - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). | Matthias Klose | 2007-01-11 | 2 | -1/+3 |
|
|
| * | - Make the documentation match the code and the docstring | Matthias Klose | 2007-01-11 | 1 | -1/+1 |
|
|
| * | Must update the version number on the extension module as well. | Thomas Heller | 2007-01-10 | 1 | -1/+1 |
|
|
| * | Change the ctypes version number to "1.0.2". | Thomas Heller | 2007-01-10 | 2 | -1/+3 |
|
|
| * | Merged revisions 53316 via svnmerge from | Thomas Heller | 2007-01-09 | 1 | -0/+28 |
|
|
| * | Fix zero-length corner case for iterating over a mutating deque. | Raymond Hettinger | 2007-01-08 | 3 | -3/+11 |
|
|
| * | Backported changes from trunk: | Vinay Sajip | 2007-01-08 | 1 | -3/+6 |
|
|
| * | Backported change from trunk: | Vinay Sajip | 2007-01-08 | 1 | -2/+2 |
|
|
| * | Added relativeCreated to Formatter doc (has been in the system for a long tim... | Vinay Sajip | 2007-01-08 | 1 | -4/+9 |
|
|
| * | Re-implemented fix for #1531862 once again, in a way that works with Python 2... | Peter Astrand | 2007-01-07 | 1 | -2/+6 |
|
|
| * | update to (c) years to include 2007 | Anthony Baxter | 2007-01-06 | 7 | -11/+12 |
|
|
| * | Revisions 52418,52841,52855 have already been merged. | Thomas Heller | 2007-01-05 | 0 | -0/+0 |
|
|
| * | Blocked revisions 52945 via svnmerge | Thomas Heller | 2007-01-05 | 0 | -0/+0 |
|
|
| * | Mark changes already backported as merged, so "svnmerge avail" does | Thomas Heller | 2007-01-05 | 0 | -0/+0 |
|
|
| * | Initialized merge tracking via "svnmerge" with revisions "1-51333" from | Thomas Heller | 2007-01-05 | 0 | -0/+0 |
|
|
| * | [Bug #1622533] Make docstrings raw strings because they contain control chara... | Andrew M. Kuchling | 2007-01-05 | 2 | -2/+2 |
|
|
| * | typo fix | Gregory P. Smith | 2007-01-05 | 1 | -1/+1 |
|
|
| * | Backport: | Neal Norwitz | 2007-01-05 | 2 | -1/+5 |
|
|
| * | support linking the _bsddb extension module against BerkeleyDB 4.5 | Gregory P. Smith | 2007-01-05 | 6 | -8/+19 |
|
|
| * | Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, | Martin v. Löwis | 2007-01-04 | 3 | -5/+37 |
|
|
| * | Fix stability of heapq's nlargest() and nsmallest(). | Raymond Hettinger | 2007-01-04 | 3 | -18/+16 |
|
|
| * | SF #1627373, fix typo in CarbonEvt. | Neal Norwitz | 2007-01-04 | 1 | -1/+1 |
|
|
| * | For sets with cyclical reprs, emit '...' instead of recursing. | Raymond Hettinger | 2006-12-29 | 3 | -4/+53 |
|
|
| * | Backport trunk checkin r51565: | Thomas Wouters | 2006-12-29 | 3 | -1/+9 |
|
|
| * | SF bug #1623890, fix argument name in docstring | Neal Norwitz | 2006-12-29 | 1 | -1/+1 |
|
|
| * | Remove a stray (old) macro name left around (I guess) | Neal Norwitz | 2006-12-28 | 1 | -2/+0 |
|
|
| * | Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. | Lars Gustäbel | 2006-12-27 | 3 | -0/+16 |
|
|
| * | Patch #1262036: Prevent TarFiles from being added to themselves under | Lars Gustäbel | 2006-12-23 | 3 | -30/+26 |
|
|
| * | Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() | Lars Gustäbel | 2006-12-23 | 3 | -107/+167 |
|
|
| * | [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a di... | Andrew M. Kuchling | 2006-12-22 | 2 | -0/+10 |
|
|
| * | [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in su... | Andrew M. Kuchling | 2006-12-22 | 2 | -0/+22 |
|
|
| * | Fix wrong markup of an argument in a method signature. | Thomas Heller | 2006-12-21 | 1 | -1/+1 |
|
|
| * | Mention the os.SEEK_* constants | Andrew M. Kuchling | 2006-12-21 | 3 | -9/+13 |
|
|
| * | [Bug #1619680] in_dll() arguments are documented in the wrong order | Andrew M. Kuchling | 2006-12-20 | 1 | -1/+1 |
|
|
| * | Backport doc changes from rev. 53112, 53115: use 'iterable' in various | Andrew M. Kuchling | 2006-12-20 | 1 | -43/+43 |
|
|
| * | Two grammar fixes | Andrew M. Kuchling | 2006-12-20 | 1 | -2/+2 |
|
|
| * | Bug #1590891: random.randrange don't return correct value for big number | Raymond Hettinger | 2006-12-20 | 3 | -1/+11 |
|
|
| * | Updated documentation for findCaller() to indicate that a 3-tuple is now retu... | Vinay Sajip | 2006-12-19 | 1 | -2/+4 |
|
|
| * | [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows | Andrew M. Kuchling | 2006-12-19 | 1 | -0/+3 |
|
|
| * | Add NEWS item | Andrew M. Kuchling | 2006-12-19 | 1 | -0/+3 |
|
|
| * | [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS | Andrew M. Kuchling | 2006-12-19 | 1 | -2/+2 |
|
|
| * | Add forgotten NEWS item for previous commit | Andrew M. Kuchling | 2006-12-18 | 1 | -0/+2 |
|
|
| * | [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for off... | Andrew M. Kuchling | 2006-12-18 | 1 | -1/+1 |
|
|
| * | [Bug #1618083] Add missing word; make a few grammar fixes | Andrew M. Kuchling | 2006-12-18 | 1 | -4/+4 |
|
|
| * | [Patch #1599256 from David Watson] check that os.fsync is available before us... | Andrew M. Kuchling | 2006-12-14 | 1 | -1/+2 |
|
|
| * | Stripped whitespace from comma-separated values read from config file | Vinay Sajip | 2006-12-14 | 1 | -4/+5 |
|
|
| * | Move errno imports back to individual functions. | Georg Brandl | 2006-12-11 | 1 | -2/+3 |
|
|