- 20 Dec, 2006 4 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Add length checking to single-file mailbox formats: before doing a flush() on a mailbox, seek to the end and verify its length is unchanged, raising ExternalClashError if the file's length has changed. This fix avoids potential data loss if some other process appends to the mailbox file after the table of contents has been generated; instead of overwriting the modified file, you'll get the exception. I also noticed that the self._lookup() call in self.flush() wasn't necessary (everything that sets self._pending to True also calls self.lookup()), and replaced it by an assertion. 2.5 backport candidate.
-
Georg Brandl authored
-
Raymond Hettinger authored
Needs to be backported.
-
- 19 Dec, 2006 9 commits
-
-
Georg Brandl authored
if a buffer given to frombuf() is invalid.
-
Vinay Sajip authored
Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple.
-
Andrew M. Kuchling authored
try...finally to ensure the lock is always released. This could use the 'with' statement, but the patch uses 'finally'. 2.5 backport candidate.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Also, the text for recvfrom told you to read recv() for an explanation of the 'flags' argument, but recv() just pointed you at the man page. Copied the man-page text to recvfrom(), recvfrom_into, recv_into to avoid the pointless redirection. I don't have LaTeX on this machine; hope my markup is OK.
-
Andrew M. Kuchling authored
instead of a more general XOR that has to construct a list. Slightly modified from Maurer's patch: the _strxor() function is no longer necessary at all.
-
Thomas Wouters authored
simple slices.
-
- 18 Dec, 2006 6 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #1616726] Fix description of generator.close(); if you raise some random exception, the exception is raised and doesn't trigger a RuntimeError
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 15 Dec, 2006 1 commit
-
-
Kurt B. Kaiser authored
2. Duplicate some old entries from Python's NEWS to IDLE's NEWS.txt M AutoCompleteWindow.py M NEWS.txt
-
- 14 Dec, 2006 3 commits
-
-
Andrew M. Kuchling authored
-
Vinay Sajip authored
-
George Yoshida authored
-
- 13 Dec, 2006 3 commits
-
-
Brett Cannon authored
manager that protects warnings.filter from being modified once the context is exited.
-
Brett Cannon authored
-
Brett Cannon authored
-
- 12 Dec, 2006 1 commit
-
-
Walter Dörwald authored
-
- 11 Dec, 2006 4 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
- 09 Dec, 2006 2 commits
-
-
Matthias Klose authored
-
Georg Brandl authored
to be created is already there.
-
- 08 Dec, 2006 5 commits
-
-
Georg Brandl authored
English output.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Port Georg's dictobject.c fix keys that were tuples got unpacked on the way to setting a KeyError (svn revision 52535, sf bug 1576657).
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 07 Dec, 2006 1 commit
-
-
Georg Brandl authored
remove reference to the old regex module in the former's doc.
-
- 06 Dec, 2006 1 commit
-
-
Brett Cannon authored
will have a '_files' attribute.
-