- 18 Kas, 2006 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
Martin v. Löwis yazdı
if an exception occurs. Will backport to 2.5.
-
Martin v. Löwis yazdı
the parent window is withdrawn. This mirrors what dialog.tcl does. Will backport to 2.5.
-
- 17 Kas, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
This change looks massive but it's mostly a re-indenting after removing some try...finally blocks. Also adds a test case that does a pack() while the mailbox is locked; this test would have turned up bugs in the original code on some platforms. In both nmh and GNU Mailutils' implementation of MH-format mailboxes, no locking is done of individual message files when renaming them. The original mailbox.py code did do locking, which meant that message files had to be opened. This code was buggy on certain platforms (found through reading the code); there were code paths that closed the file object and then called _unlock_file() on it. Will backport to 25-maint once I see how the buildbots react to this patch.
-
- 16 Kas, 2006 3 kayıt (commit)
-
-
Georg Brandl yazdı
a2b_qp() function, instead leave it in the string as quopri.decode() does.
-
Georg Brandl yazdı
to facilitate usage as a decorator.
-
Georg Brandl yazdı
-
- 15 Kas, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Walter Dörwald yazdı
-
- 12 Kas, 2006 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
file name mangling. Will backport to 2.5.
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
HTTPConnection.request().
-
- 11 Kas, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 10 Kas, 2006 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Phillip J. Eby yazdı
installing .egg-info for a project that contains no modules or packages, while using --root (as in bdist_rpm).
-
- 09 Kas, 2006 6 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Two changes: Where possible, use link()/remove() to move files into a directory; this makes it easier to avoid overwriting an existing file. Use _create_carefully() to create files in tmp/, which uses O_EXCL. Backport candidate.
-
Walter Dörwald yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Both the Maildir and MH classes had this bug; the patch fixes both classes and adds a test. Will backport to 25-maint.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
- 08 Kas, 2006 9 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
"sorted".
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Fixes #1591996. Patch contributed by Neal Norwitz. Will backport.
-
- 07 Kas, 2006 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
Will backport to release25-maint.
-
Thomas Heller yazdı
Will backport to release25-maint.
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
-