- 08 Ara, 2006 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
Port Georg's dictobject.c fix keys that were tuples got unpacked on the way to setting a KeyError (svn revision 52535, sf bug 1576657).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 07 Ara, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
remove reference to the old regex module in the former's doc.
-
- 06 Ara, 2006 2 kayıt (commit)
-
-
Brett Cannon yazdı
will have a '_files' attribute.
-
Georg Brandl yazdı
-
- 05 Ara, 2006 1 kayıt (commit)
-
-
George Yoshida yazdı
Patch #1608758
-
- 04 Ara, 2006 1 kayıt (commit)
-
-
George Yoshida yazdı
-
- 03 Ara, 2006 4 kayıt (commit)
-
-
Matthias Klose yazdı
-
Martin v. Löwis yazdı
for ordering, sorting, etc.
-
Martin v. Löwis yazdı
the sock_addr_t storage out of the socket object. Will backport to 2.5.
-
Martin v. Löwis yazdı
-
- 02 Ara, 2006 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Ara, 2006 1 kayıt (commit)
-
-
Walter Dörwald yazdı
port the tests to unittest and add a few new tests.
-
- 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 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-