- 30 Kas, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Kas, 2006 1 kayıt (commit)
-
-
Armin Rigo yazdı
instead of just a dictionary. (backporting...)
-
- 28 Kas, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
The contents of ffi_darwin.c must be compiled unless __APPLE__ is defined and __ppc__ is not. Will backport.
-
- 27 Kas, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 26 Kas, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 25 Kas, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport to 2.5
-
- 24 Kas, 2006 1 kayıt (commit)
-
-
Thomas Heller yazdı
-
- 23 Kas, 2006 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Michael W. Hudson yazdı
(noticed this when writing the equivalent code for pypy)
-
Georg Brandl yazdı
-
Walter Dörwald yazdı
SF bug #1601501.
-
- 22 Kas, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
avoid hard-coding pixel widths. Also make the text's scrollbar a child of the text frame, not the top widget.
-
- 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().
-