- 02 Sep, 2003 8 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Contributed by Jeff Epler.)
-
Raymond Hettinger authored
(Contributed by Alexander Belopolsky.)
-
Raymond Hettinger authored
(Contributed by Alexander Belopolsky.) Doctest would crash when encountering unbound methods: class A: def f(self): pass class C(A): g = A.f
-
Raymond Hettinger authored
(Contributed by Walter Dörwald.) * Convert test_slice.py to unittest format * Expand the test coverage.
-
- 01 Sep, 2003 7 commits
-
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
Raymond Hettinger authored
(Contributed by Andrew Gaul.) Fixes a minor leak.
-
Raymond Hettinger authored
(Contributed by Andrew Gaul.) Fixes a minor leak.
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
- 31 Aug, 2003 5 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Clarified the meaning of non-overlapping in patterns with zero length matches.
-
Raymond Hettinger authored
(Contributed by Christos Georgiou.) Reference the symbol definitions in the stat module.
-
Raymond Hettinger authored
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 authored
-
- 30 Aug, 2003 7 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Revised from the original patch contributed by Michal Pasternak.) Also, make a couple minor fixups elsewhere.
-
Raymond Hettinger authored
(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 authored
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 authored
-
Raymond Hettinger authored
-
- 29 Aug, 2003 9 commits
-
-
Raymond Hettinger authored
Avoid Armin Rigo's dastardly exercise in re-entrancy.
-
Andrew M. Kuchling authored
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 authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #776542] open_https() generates a bad Authorization header because it calls .putheader() wrongly. Reported by Steffen Ries.
-
Andrew M. Kuchling authored
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 authored
-
Brett Cannon authored
Closes bug #796149 . Will be backported.
-
- 28 Aug, 2003 3 commits
-
-
Gregory P. Smith authored
database environments to use shared memory on systems supporting it.
-
Jeremy Hylton authored
Make sure the inner function is not compiled when there is a syntax error in the default arguments.
-
Jeremy Hylton authored
Bug fix candidate.
-
- 27 Aug, 2003 1 commit
-
-
Thomas Heller authored
Will backport to 2.3 myself.
-