- 03 Dec, 2006 2 commits
-
-
Martin v. Löwis authored
the sock_addr_t storage out of the socket object. Will backport to 2.5.
-
Martin v. Löwis authored
-
- 02 Dec, 2006 1 commit
-
-
Raymond Hettinger authored
-
- 01 Dec, 2006 1 commit
-
-
Walter Dörwald authored
port the tests to unittest and add a few new tests.
-
- 30 Nov, 2006 1 commit
-
-
Guido van Rossum authored
-
- 29 Nov, 2006 1 commit
-
-
Armin Rigo authored
instead of just a dictionary. (backporting...)
-
- 28 Nov, 2006 1 commit
-
-
Thomas Heller authored
The contents of ffi_darwin.c must be compiled unless __APPLE__ is defined and __ppc__ is not. Will backport.
-
- 27 Nov, 2006 1 commit
-
-
Georg Brandl authored
-
- 26 Nov, 2006 1 commit
-
-
Georg Brandl authored
-
- 25 Nov, 2006 1 commit
-
-
Martin v. Löwis authored
Will backport to 2.5
-
- 24 Nov, 2006 1 commit
-
-
Thomas Heller authored
-
- 23 Nov, 2006 5 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Michael W. Hudson authored
(noticed this when writing the equivalent code for pypy)
-
Georg Brandl authored
-
Walter Dörwald authored
SF bug #1601501.
-
- 22 Nov, 2006 1 commit
-
-
Martin v. Löwis authored
avoid hard-coding pixel widths. Also make the text's scrollbar a child of the text frame, not the top widget.
-
- 21 Nov, 2006 4 commits
-
-
Martin v. Löwis authored
and _CRT_NONSTDC_NO_DEPRECATE. Will backport.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
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 Nov, 2006 3 commits
-
-
Andrew M. Kuchling authored
close it.
-
Georg Brandl authored
-
George Yoshida authored
-
- 19 Nov, 2006 5 commits
-
-
Neal Norwitz authored
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 authored
in xmlrpclib.
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
arguments (even for -1). Fixes the last bit of #1359365.
-
Georg Brandl authored
-
- 18 Nov, 2006 4 commits
-
-
Andrew M. Kuchling authored
-
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 1 commit
-
-
Martin v. Löwis authored
file name mangling. Will backport to 2.5.
-