- 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 4 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Add instructions how to build tix - will probably be included in Python 2.3.4.
-
Skip Montanaro yazdı
-
- 15 Nis, 2004 3 kayıt (commit)
-
-
Thomas Heller yazdı
When loading the Python dll to run the postinstall script, try to load it from the install directory (as reported by the registry) in case it is not found on the default Loadlibrary search path. Fixes SF 935091: bdist_winist post-install script fails on non-admin Python Will port to the trunk later.
-
Thomas Heller yazdı
it from the install directory (as reported by the registry) in case it is not found on the default Loadlibrary search path. Fixes SF 935091: bdist_winist post-install script fails on non-admin Python Will port to the trunk later.
-
Fred Drake yazdı
-
- 14 Nis, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
Bug #934635: Fixed a bug where the configure script couldn't detect getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke)
-
- 11 Nis, 2004 2 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
Fixes for AF_UNIX support on OS/2: - return the full size of the sockaddr_un structure, without which bind() fails with EINVAL; - set test_socketserver to use a socket name that meets the form required by the underlying implementation; - don't bother exercising the forking AF_UNIX tests on EMX - its fork() can't handle the stress.
-