- 21 Jun, 2008 7 commits
-
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Hye-Shik Chang authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
- 20 Jun, 2008 13 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
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 authored
-
Raymond Hettinger authored
Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support.
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 19 Jun, 2008 11 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
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 authored
-
Amaury Forgeot d'Arc authored
This allows the test to pass when the username begins with a lowercase 't'...
-
Andrew M. Kuchling authored
-
Amaury Forgeot d'Arc authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 18 Jun, 2008 8 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
-
-
Jesse Noller authored
-
Jesse Noller authored
Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite
-
Georg Brandl authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
- 17 Jun, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
-