- 09 Eki, 2004 9 kayıt (commit)
-
-
Tim Peters yazdı
can fail, check its return value, and die if it does fail. _PyGILState_Init(): Assert that the thread doesn't already have an association for autoTLSkey. If it does, PyThread_set_key_value() will ignore the attempt to (re)set the association, which the code clearly doesn't want.
-
Tim Peters yazdı
code. PyThread_set_key_value(): It's clear that this code assumes the passed-in value isn't NULL, so document that it must not be, and assert that it isn't. It remains unclear whether existing callers want the odd semantics actually implemented by this function.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
calling .lower() on it. This fixes the problem described in SF patch # 866982 where in the tr_TR.ISO-8859-9 locale, 'I'.lower() isn't 'i'. unicodes are locale insensitive.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Raymond Hettinger yazdı
arguments passed through tuples.
-
Johannes Gijsbers yazdı
George Yoshida!
-
Raymond Hettinger yazdı
Simplify internal calls and logic for _fix() and _fixexponents(). (Contributed by Facundo Batista.)
-
- 08 Eki, 2004 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Piers Lauder yazdı
-
Raymond Hettinger yazdı
(Contributed by Gerrit Holl. Reviewed by Jeff Epler.)
-
- 07 Eki, 2004 9 kayıt (commit)
-
-
Johannes Gijsbers yazdı
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 yazdı
[ 1030629 ] PyOS_InputHook broken with a couple of utterly inconsequential changes by me.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
(Contributed by Nick Coghlan.)
-
Raymond Hettinger yazdı
-
- 06 Eki, 2004 4 kayıt (commit)
-
-
Brett Cannon yazdı
accept any iterable instead of only a sliceable object.
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Closes bug #1039270.
-
- 05 Eki, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 04 Eki, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
the example so it does pass.
-
- 03 Eki, 2004 11 kayıt (commit)
-
-
Brett Cannon yazdı
Closes bug #1038935. Thanks Malte Helmert for spotting it.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Just van Rossum yazdı
-
David Goodger yazdı
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 yazdı
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 yazdı
-
Martin v. Löwis yazdı
-