- 06 Eyl, 2004 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Several functions adopted the strategy of altering a full lengthed string copy and resizing afterwards. That would fail if the initial string was short enough (0 or 1) to be interned. Interning precluded the subsequent resizing operation. The solution was to make sure the initial string was at least two characters long. Added tests to verify that all binascii functions do not crater when given an empty string argument.
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
Fix open Verbs. Properly add "Edit with IDLE" to TclTk feature.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Discuss the algorithmic distinctions between s.split() and s.split(sep). * Document the split behavior for empty strings. * Note the behavior when maxsplit is zero. * Include short examples.
-
- 05 Eyl, 2004 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Raymond Hettinger yazdı
you leap" approach. Makes the early call to os.urandom() unnecessary.
-
- 04 Eyl, 2004 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Complete the previous patch by making sure that the MachineRandom tests are only run when the underlying resource is available.
-
Raymond Hettinger yazdı
"all or none" to "all or some". This provides much greater test coverage without eating much time. It also makes it more likely that routine regression testing will unearth bugs.
-
Tim Peters yazdı
in the new docs. DocTestRunner.__run: Separate the determination of the example outcome from reporting that outcome, to squash brittle code duplication and excessive nesting.
-
Tim Peters yazdı
-
Gregory P. Smith yazdı
ignoring their transaction (txn) argument.
-
- 03 Eyl, 2004 6 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
-
Raymond Hettinger yazdı
* trap NotImplementedError raised by os.urandom calls when not available on a particular system.
-
Gustavo Niemeyer yazdı
empty final matches with finditer(). New test cases included for this bug and for #581080.
-
Gustavo Niemeyer yazdı
some escaping bugs in SRE.
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
this is the right way to document such things (Fred, help me out here :-), but I got misled by the existing documentation and assumed the parameter list was a *args sort of thing.
-
- 02 Eyl, 2004 3 kayıt (commit)
-
-
cvs2svn yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-
- 01 Eyl, 2004 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
[Bug #1011606] Only check file descriptors for exceptional conditions if the fd is readable or writable
-
Tim Peters yazdı
-
Raymond Hettinger yazdı
(Contributed by Dima Dorfman)
-
Fred Drake yazdı
- wrap long line
-
- 31 Agu, 2004 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-