- 11 May, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Barry Warsaw yazdı
binascii_a2b_qp() and binascii_b2a_qp() with calls to PyMem_Malloc() and PyMem_Free(). These won't return NULL unless the allocations actually fail, so it won't trigger a bogus memory error on some platforms <cough>AIX</cough> when passed a length of zero.
-
Greg Ward yazdı
avoid breaking the build on MkLinux (Linux 2.0).
-
- 10 May, 2004 3 kayıt (commit)
-
-
Barry Warsaw yazdı
Windows. Closes SF # 586899.
-
Fred Drake yazdı
-
Mark Hammond yazdı
implemented in patch [ 851736 ].
-
- 09 May, 2004 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
documented semantics.
-
Barry Warsaw yazdı
-
- 08 May, 2004 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Raymond Hettinger yazdı
Both cycle() and chain() were handling exceptions only when switching input sources. The patch makes the handle more immediate.
-
Raymond Hettinger yazdı
Both cycle() and chain() were handling exceptions only when switching input sources. The patch makes the handle more immediate.
-
- 07 May, 2004 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 06 May, 2004 7 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
(closes SF bug #817742)
-
Fred Drake yazdı
(closes SF bug #881707)
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 05 May, 2004 5 kayıt (commit)
-
-
Guido van Rossum yazdı
1.12 Added more Windows version names (thanks to Thomas Heller). Fixed bug in platform() cache (thanks to Brett Cannon). 1.10,1.11 Fixed a caching bug in platform.platform() where the argument of 'terse' was not taken into consideration when caching value.
-
Fred Drake yazdı
- describe __getnewargs__() (with index entry) (closes SF bug #873246)
-
Fred Drake yazdı
are enough subtleties to pickling that we don't want misunderstanding to spread because we don't provide all the information twice. The reference to the pickle module for information will have to suffice; at least only one portion of the docs will be out of date. ;-(
-
Fred Drake yazdı
constants (closes SF bug #837929)
-
Greg Ward yazdı
General cleanup of mixer docs, especially clarifying which exceptions are thrown when. Trim \platform{}, add \versionadded{}.
-
- 04 May, 2004 3 kayıt (commit)
-
-
Phillip J. Eby yazdı
http://mail.python.org/pipermail/python-dev/2003-September/037922.html for background. It appears I forgot to ever submit a bug report or patch.
-
Guido van Rossum yazdı
-
Mark Hammond yazdı
-
- 02 May, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes http://bugs.debian.org/229885
-
- 29 Nis, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 28 Nis, 2004 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 23 Nis, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 22 Nis, 2004 1 kayıt (commit)
-
-
Thomas Heller yazdı
which will create a windows installer containing only the Python debugging binaries. They will be installed alongside an existing Python installation, the location is read from the registry. This allows easy building and debugging of own compiled extensions.
-
- 20 Nis, 2004 2 kayıt (commit)
-
-
Hye-Shik Chang yazdı
a string or unicode object in sre.compile() when a different type pattern with the same value exists.
-
Hye-Shik Chang yazdı
a string or unicode object in sre.compile() when a different type pattern with the same value exists.
-
- 17 Nis, 2004 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
Fix typo.
-
- 16 Nis, 2004 1 kayıt (commit)
-
-
Thomas Heller yazdı
-