- 01 Eyl, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Andrew Gaul.) Fixes a minor leak.
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
- 31 Agu, 2003 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Clarified the meaning of non-overlapping in patterns with zero length matches.
-
Raymond Hettinger yazdı
(Contributed by Christos Georgiou.) Reference the symbol definitions in the stat module.
-
Raymond Hettinger yazdı
For smaller datasets, it is not always true the increasing the compression level always results in better compression. Removed the test which made this invalid assumption.
-
Raymond Hettinger yazdı
-
- 30 Agu, 2003 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(Revised from the original patch contributed by Michal Pasternak.) Also, make a couple minor fixups elsewhere.
-
Raymond Hettinger yazdı
(Contributed by Walter Dörwald). * Convert three test modules to unittest format. * Expanded coverage in test_structseq.py. * Raymond added a new test in test_sets.py
-
Raymond Hettinger yazdı
When the indents were set to longer than the width and long word breaking was enabled, an infinite loop would result because the inner loop did not assure that at least one character was stripped off on every pass.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 29 Agu, 2003 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
Avoid Armin Rigo's dastardly exercise in re-entrancy.
-
Andrew M. Kuchling yazdı
Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check mustn't prevent the meta-bit check at the end
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[Bug #776542] open_https() generates a bad Authorization header because it calls .putheader() wrongly. Reported by Steffen Ries.
-
Andrew M. Kuchling yazdı
actually occurred in 2.2. Move the description to whatsnew22.tex. [Bugfix candidate -- I'll backport to 2.3 (another 2.2 bugfix seems unlikely)
-
Fred Drake yazdı
-
Brett Cannon yazdı
Closes bug #796149 . Will be backported.
-
- 28 Agu, 2003 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
database environments to use shared memory on systems supporting it.
-
Jeremy Hylton yazdı
Make sure the inner function is not compiled when there is a syntax error in the default arguments.
-
Jeremy Hylton yazdı
Bug fix candidate.
-
- 27 Agu, 2003 4 kayıt (commit)
-
-
Thomas Heller yazdı
Will backport to 2.3 myself.
-
Fred Drake yazdı
-
Thomas Heller yazdı
-
Raymond Hettinger yazdı
Adding missing support for '%F'. Will backport to 2.3.1.
-
- 26 Agu, 2003 1 kayıt (commit)
-
-
Jason Tishler yazdı
platforms (e.g., Cygwin) that are "particular" about open files, this will cause other regression tests that use the same temp file to fail: $ ./python.exe -E -tt Lib/test/regrtest.py -l test_largefile test_mmap test_mutants test_largefile test test_largefile failed -- got -1794967295L, but expected 2500000001L test_mmap test test_mmap crashed -- exceptions.IOError: [Errno 13] Permission denied: '@test' test_mutants test test_mutants crashed -- exceptions.IOError: [Errno 13] Permission denied: '@test' This patch solves the problem by adding missing "try/finally" blocks. Note that the "large" size of this patch is due to many white space changes -- otherwise, the patch is small. I tested this patch under Red Hat Linux 8.0 too.
-
- 25 Agu, 2003 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
The -- is special to TeX and was printing as just -.
-
- 23 Agu, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
Thou shalt not count to two unless proceeding to the number three.
-
Raymond Hettinger yazdı
-
Greg Ward yazdı
Python 1.5.2 wrong in the section on config files.
-