- 09 Oct, 2004 4 commits
-
-
Tim Peters authored
-
Raymond Hettinger authored
arguments passed through tuples.
-
Johannes Gijsbers authored
George Yoshida!
-
Raymond Hettinger authored
Simplify internal calls and logic for _fix() and _fixexponents(). (Contributed by Facundo Batista.)
-
- 08 Oct, 2004 5 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Piers Lauder authored
-
Raymond Hettinger authored
(Contributed by Gerrit Holl. Reviewed by Jeff Epler.)
-
- 07 Oct, 2004 9 commits
-
-
Johannes Gijsbers authored
The shutils.rmtree() implementation uses an excessive amount of memory when deleting large directory hierarchies. Before actually deleting any files, it builds up a list of (function, filename) tuples for all the files that it is going to remove.
-
Michael W. Hudson authored
[ 1030629 ] PyOS_InputHook broken with a couple of utterly inconsequential changes by me.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
(Contributed by Nick Coghlan.)
-
Raymond Hettinger authored
-
- 06 Oct, 2004 4 commits
-
-
Brett Cannon authored
accept any iterable instead of only a sliceable object.
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Brett Cannon authored
Closes bug #1039270.
-
- 05 Oct, 2004 1 commit
-
-
Andrew M. Kuchling authored
-
- 04 Oct, 2004 1 commit
-
-
Tim Peters authored
the example so it does pass.
-
- 03 Oct, 2004 16 commits
-
-
Brett Cannon authored
Closes bug #1038935. Thanks Malte Helmert for spotting it.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Tim Peters authored
-
Tim Peters authored
-
Just van Rossum authored
-
David Goodger authored
SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work.
-
David Goodger authored
SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options.
-
Michael W. Hudson authored
-
Martin v. Löwis authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-