- 08 Dec, 2006 3 commits
-
-
Georg Brandl authored
English output. (backport from rev. 52970)
-
Thomas Heller authored
ctypes.util.find_library("m") so that we can see if it works on the buildbots.
-
Raymond Hettinger authored
rev 52964 sf 1576657 KeyError unpacks tuple arguments rev 52963 sf 1456209 obscure resizing vulnerability rev 52962 redundant calls to PyObject_Hash()
-
- 07 Dec, 2006 1 commit
-
-
Georg Brandl authored
remove reference to the old regex module in the former's doc. (backport from rev. 52951)
-
- 06 Dec, 2006 1 commit
-
-
Georg Brandl authored
(backport from rev. 52938)
-
- 05 Dec, 2006 1 commit
-
-
George Yoshida authored
Patch #1608758 (backport from r52917)
-
- 03 Dec, 2006 2 commits
-
-
Matthias Klose authored
-
Martin v. Löwis authored
the sock_addr_t storage out of the socket object.
-
- 02 Dec, 2006 1 commit
-
-
Raymond Hettinger authored
-
- 29 Nov, 2006 1 commit
-
-
Armin Rigo authored
-
- 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. Backport from trunk.
-
- 27 Nov, 2006 1 commit
-
-
Georg Brandl authored
(backport from rev. 52850)
-
- 26 Nov, 2006 1 commit
-
-
Georg Brandl authored
(backport from rev. 52845)
-
- 25 Nov, 2006 1 commit
-
-
Martin v. Löwis authored
-
- 24 Nov, 2006 1 commit
-
-
Thomas Heller authored
Backport from trunk.
-
- 23 Nov, 2006 2 commits
-
-
Georg Brandl authored
(backport from rev. 52833)
-
Walter Dörwald authored
Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) SF bug #1601501.
-
- 21 Nov, 2006 4 commits
-
-
Martin v. Löwis authored
and _CRT_NONSTDC_NO_DEPRECATE.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Bug #1599782: Fix segfault on bsddb.db.DB().type(). 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.
-
- 20 Nov, 2006 2 commits
-
-
Andrew M. Kuchling authored
close it.
-
Andrew M. Kuchling authored
-
- 18 Nov, 2006 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
if an exception occurs.
-
Martin v. Löwis authored
the parent window is withdrawn. This mirrors what dialog.tcl does.
-
- 17 Nov, 2006 1 commit
-
-
Andrew M. Kuchling authored
[Backport of rev52776 from the trunk.]
-
- 16 Nov, 2006 2 commits
-
-
Georg Brandl authored
a2b_qp() function, instead leave it in the string as quopri.decode() does. (backport from rev. 52765)
-
Georg Brandl authored
(backport from rev. 52762)
-
- 15 Nov, 2006 1 commit
-
-
Georg Brandl authored
(backport from rev. 52754)
-
- 12 Nov, 2006 2 commits
-
-
Martin v. Löwis authored
file name mangling.
-
Martin v. Löwis authored
-
- 11 Nov, 2006 2 commits
-
-
Georg Brandl authored
(backport from rev. 52733)
-
Georg Brandl authored
(backport from rev. 52731)
-
- 10 Nov, 2006 4 commits
-
-
Phillip J. Eby authored
installing .egg-info for a project that contains no modules or packages, while using --root (as in bdist_rpm). (Backport from trunk)
-
Andrew M. Kuchling authored
-
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.
-
Andrew M. Kuchling authored
-
- 09 Nov, 2006 2 commits
-
-
Walter Dörwald authored
Replace C++ comment with C comment (fixes SF bug #1593525).
-
Andrew M. Kuchling authored
Both the Maildir and MH classes had this bug; the patch fixes both classes and adds a test.
-