- 10 Şub, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Add Grant Olson for patch provided to fix bug #678518
-
- 03 Şub, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
extension implemented flush() was fixed. Scott also rewrite the zlib test suite using the unittest module. (SF bug #640230 and patch #678531.) Backport candidate I think.
-
- 27 Ock, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(SF patch #675750, to fix SF bug #675552.)
-
- 15 Ock, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 07 Ock, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
state swaps in readline).
-
- 05 Ock, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 31 Ara, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 28 Ara, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
This can cause core dumps when Python runs. Python relies on the 754- (and C99-) mandated default "non-stop" mode for FP exceptions. This patch from Ben Laurie disables at least one FP exception on FreeBSD at Python startup time.
-
- 06 Ara, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 25 Kas, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 22 Kas, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
add globbing support, find modules by name instead of by file.
-
- 21 Kas, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 08 Kas, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
-
- 04 Kas, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 Eki, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 17 Eki, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 13 Eki, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 10 Eki, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
- 09 Eki, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
on the trunk.
-
- 30 Eyl, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 23 Eyl, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Eyl, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Eyl, 2002 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
for their contributions to the snake farm.
-
- 06 Eyl, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
original code, it still needs fiddling to make it work in general circumstances.
-
- 28 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
HTML tarball and use it to create a documentation tree readable and searchable with Apple Help Viewer. The documentation also shows up in Project Builder (if you add Python.framework to your project).
-
- 20 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
These were reported and fixed by Inyeol Lee in SF bug 595350. The endswith() bug was already fixed in 2.3, but this adds some more test cases.
-
- 19 Agu, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
There's really no point in a separate list of thank-you notes.
-
- 18 Agu, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 14 Agu, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 12 Agu, 2002 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Tim Peters yazdı
SF 560379: Karatsuba multiplication. Lots of things were changed from that. This needs a lot more testing, for correctness and speed, the latter especially when bit lengths are unbalanced. For now, the Karatsuba code gets invoked if and only if envar KARAT exists.
-
- 05 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The __delete__ method wrapper for descriptors was not supported (I added a test, too.) 2.2 bugfix candidate.
-
- 19 Tem, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 15 Tem, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-