- 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 8 commits
-
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
Needed to let the tests pass
-
Benjamin Peterson authored
-
Benjamin Peterson authored
skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env.
-
Mark Dickinson authored
OverflowError incorrectly on this platform, presumably as a result of the libm setting errno = ERANGE for this call.
-
Guido van Rossum authored
(See issue 3056 -- we're close to a resolution but need unittests.)
-
Vinay Sajip authored
-
Vinay Sajip authored
Bug #3126: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch).
-