- 23 Kas, 2006 1 kayıt (commit)
-
-
Walter Dörwald yazdı
Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) SF bug #1601501.
-
- 21 Kas, 2006 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
and _CRT_NONSTDC_NO_DEPRECATE.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
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 Kas, 2006 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
close it.
-
Andrew M. Kuchling yazdı
-
- 18 Kas, 2006 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
if an exception occurs.
-
Martin v. Löwis yazdı
the parent window is withdrawn. This mirrors what dialog.tcl does.
-
- 17 Kas, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Backport of rev52776 from the trunk.]
-
- 16 Kas, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
a2b_qp() function, instead leave it in the string as quopri.decode() does. (backport from rev. 52765)
-
Georg Brandl yazdı
(backport from rev. 52762)
-
- 15 Kas, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 52754)
-
- 12 Kas, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
file name mangling.
-
Martin v. Löwis yazdı
-
- 11 Kas, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 52733)
-
Georg Brandl yazdı
(backport from rev. 52731)
-
- 10 Kas, 2006 4 kayıt (commit)
-
-
Phillip J. Eby yazdı
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 yazdı
-
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.
-
Andrew M. Kuchling yazdı
-
- 09 Kas, 2006 3 kayıt (commit)
-
-
Walter Dörwald yazdı
Replace C++ comment with C comment (fixes SF bug #1593525).
-
Andrew M. Kuchling yazdı
Both the Maildir and MH classes had this bug; the patch fixes both classes and adds a test.
-
Martin v. Löwis yazdı
-
- 08 Kas, 2006 3 kayıt (commit)
-
-
Georg Brandl yazdı
"sorted". (backport from rev. 52668)
-
Georg Brandl yazdı
(backport from rev. 52666)
-
Martin v. Löwis yazdı
Fixes #1591996. Patch contributed by Neal Norwitz.
-
- 07 Kas, 2006 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
-
Ronald Oussoren yazdı
-
- 06 Kas, 2006 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 04 Kas, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Bug #1588287: fix invalid assertion for `1,2` in debug builds.
-
Martin v. Löwis yazdı
bdist_rpm
-
- 02 Kas, 2006 2 kayıt (commit)
-
-
Thomas Heller yazdı
Fixes #1557890. Backported from trunk.
-
Thomas Heller yazdı
section with a link to the tutorial sections. Backported from trunk.
-
- 29 Eki, 2006 4 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
the tuple isn't used as the "exception arguments tuple". (backport from rev. 52535)
-
Georg Brandl yazdı
(backport from rev. 52532)
-
Georg Brandl yazdı
-