- 18 Nov, 2006 3 commits
-
-
Martin v. Löwis authored
Will backport to 2.5.
-
Martin v. Löwis authored
if an exception occurs. Will backport to 2.5.
-
Martin v. Löwis authored
the parent window is withdrawn. This mirrors what dialog.tcl does. Will backport to 2.5.
-
- 17 Nov, 2006 1 commit
-
-
Andrew M. Kuchling authored
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 Nov, 2006 3 commits
-
-
Georg Brandl authored
a2b_qp() function, instead leave it in the string as quopri.decode() does.
-
Georg Brandl authored
to facilitate usage as a decorator.
-
Georg Brandl authored
-
- 15 Nov, 2006 2 commits
-
-
Georg Brandl authored
-
Walter Dörwald authored
-
- 12 Nov, 2006 5 commits
-
-
Martin v. Löwis authored
file name mangling. Will backport to 2.5.
-
Martin v. Löwis authored
Will backport to 2.5.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
HTTPConnection.request().
-
- 11 Nov, 2006 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 10 Nov, 2006 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Phillip J. Eby authored
installing .egg-info for a project that contains no modules or packages, while using --root (as in bdist_rpm).
-
- 09 Nov, 2006 6 commits
-
-
Andrew M. Kuchling authored
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 authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
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 authored
-
Martin v. Löwis authored
Will backport to 2.5.
-
- 08 Nov, 2006 9 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
"sorted".
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #1591996. Patch contributed by Neal Norwitz. Will backport.
-
- 07 Nov, 2006 5 commits
-
-
Andrew M. Kuchling authored
-
Thomas Heller authored
Will backport to release25-maint.
-
Thomas Heller authored
Will backport to release25-maint.
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
- 06 Nov, 2006 1 commit
-
-
Skip Montanaro authored
-