- 21 Haz, 2008 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Hye-Shik Chang yazdı
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
- 20 Haz, 2008 13 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
returns (0, 0, 1) instead of (0, -1, 1), and slice(None, 10, -1).indices(10) returns (9, 9, -1) instead of (9, 10, -1).
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support.
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 19 Haz, 2008 11 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an optional disable_existing_loggers parameter, but the default value is such that the old behaviour is preserved. Thanks to Leandro Lucarella for the patch.
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
This allows the test to pass when the username begins with a lowercase 't'...
-
Andrew M. Kuchling yazdı
-
Amaury Forgeot d'Arc yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 18 Haz, 2008 8 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
-
-
Jesse Noller yazdı
-
Jesse Noller yazdı
Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
- 17 Haz, 2008 3 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
Needed to let the tests pass
-
Benjamin Peterson yazdı
-