- 21 Ara, 2006 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Neal Norwitz yazdı
-
- 20 Ara, 2006 7 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
that should really be 'iterable'; this commit changes them. Did I miss any? Did I introduce any errors?
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
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 yazdı
-
Raymond Hettinger yazdı
Needs to be backported.
-
- 19 Ara, 2006 9 kayıt (commit)
-
-
Georg Brandl yazdı
if a buffer given to frombuf() is invalid.
-
Vinay Sajip yazdı
Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple.
-
Andrew M. Kuchling yazdı
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 yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
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 yazdı
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 yazdı
simple slices.
-
- 18 Ara, 2006 6 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[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 yazdı
-
Andrew M. Kuchling yazdı
-
- 15 Ara, 2006 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
2. Duplicate some old entries from Python's NEWS to IDLE's NEWS.txt M AutoCompleteWindow.py M NEWS.txt
-
- 14 Ara, 2006 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Vinay Sajip yazdı
-
George Yoshida yazdı
-
- 13 Ara, 2006 3 kayıt (commit)
-
-
Brett Cannon yazdı
manager that protects warnings.filter from being modified once the context is exited.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
- 12 Ara, 2006 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 11 Ara, 2006 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
- 09 Ara, 2006 2 kayıt (commit)
-
-
Matthias Klose yazdı
-
Georg Brandl yazdı
to be created is already there.
-
- 08 Ara, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
English output.
-
Raymond Hettinger yazdı
-