- 21 Kas, 2006 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
and _CRT_NONSTDC_NO_DEPRECATE. Will backport.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
The problem is that _DB_get_type() can't be called without the GIL because it calls a bunch of PyErr_* APIs when an error occurs. There were no other cases in this file that it was called without the GIL. Removing the BEGIN/END THREAD around _DB_get_type() made everything work. Will backport.
-
- 20 Kas, 2006 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
close it.
-
Georg Brandl yazdı
-
George Yoshida yazdı
-
- 19 Kas, 2006 5 kayıt (commit)
-
-
Neal Norwitz yazdı
There should be no functional changes. However, the error msgs are slightly different. Also verified that the module dict is not NULL on init.
-
Martin v. Löwis yazdı
in xmlrpclib.
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
arguments (even for -1). Fixes the last bit of #1359365.
-
Georg Brandl yazdı
-
- 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 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-