- 19 Ock, 2008 23 kayıt (commit)
-
-
Georg Brandl yazdı
Patch by Quentin Gallet-Gilles.
-
Georg Brandl yazdı
Fixes the tokenizer, tokenize.py and int() to reject this. Patches by Malte Helmert.
-
Andrew M. Kuchling yazdı
-
Skip Montanaro yazdı
-
Facundo Batista yazdı
-
Facundo Batista yazdı
coma to trace.py in the same --ignore-module option. Thanks Raghuram Devarakonda.
-
Andrew M. Kuchling yazdı
Contributed by John Lenton.
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
I also disabled a test in test_ssl which requires network access to svn.python.org. This fixes a bug Skip has reported a while ago.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
.handle_timeout() method when no requests are received within the timeout period.
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Added unit test to verify that threading.local doesn't cause ref leaks. It seems that the thread local storage always keeps the storage of the last stopped thread alive. Can anybody comment on it, please?
-
Andrew M. Kuchling yazdı
-
Facundo Batista yazdı
just-created (and empty) instance. Added tests for this. Thanks Jonathan Share.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Thanks to Jeroen Ruigrok van der Werven.
-
Georg Brandl yazdı
-
Jeffrey Yasskin yazdı
__init__ to __new__ to enforce immutability, and remove "rational." from repr and the parens from str.
-
- 18 Ock, 2008 17 kayıt (commit)
-
-
Guido van Rossum yazdı
and backported to 2.5.2 in 60056.
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
create a new weakref to the object.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
Added LoggerAdapter class, changed copyright dates, made check for extra parameter passed to logging methods explicitly against None rather than a truth value.
-
Vinay Sajip yazdı
Added section on passing contextual information to logging and documentation for the LoggerAdapter class.
-
Christian Heimes yazdı
Added builddoc.bat to Doc/
-
Christian Heimes yazdı
on the _weakref extension (and maybe other modules, too)
-
Christian Heimes yazdı
leaked_storage: Returned without freeing storage "fp"
-
Christian Heimes yazdı
local_ptr_assign_local: Assigning address of stack variable "namebuf" to pointer "filename" out_of_scope: Variable "namebuf" goes out of scope use_invalid: Used "filename" pointing to out-of-scope variable "namebuf"
-
Christian Heimes yazdı
size_error: Allocating 1 bytes to pointer "children", which needs at least 4 bytes
-
Christian Heimes yazdı
Event alloc_fn: Called allocation function "metacompile" [model] Event var_assign: Assigned variable "gr" to storage returned from "metacompile" gr = metacompile(n); Event pass_arg: Variable "gr" not freed or pointed-to in function "maketables" [model] g = maketables(gr); translatelabels(g); addfirstsets(g); Event leaked_storage: Returned without freeing storage "gr" return g;
-
Christian Heimes yazdı
var_decl: Declared variable "stm" without initializer ninit_use_in_call: Using uninitialized value "stm" (field "stm".tm_zone uninitialized) in call to function "mktime"
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-