- 22 Jun, 2008 1 commit
-
-
Georg Brandl authored
-
- 21 Jun, 2008 11 commits
-
-
Facundo Batista authored
specially a section of the subprocess documentation that helps with the replacing of those functionss.
-
Facundo Batista authored
will contain both FieldStorage and MiniFieldStorage items. Fixes #1817.
-
Facundo Batista authored
structures follows the common sense (and works like in 2.5 and 3.0).
-
Facundo Batista authored
-
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 4 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
-
-
Jesse Noller authored
-