- 18 Ock, 2008 16 kayıt (commit)
-
-
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ı
-
Raymond Hettinger yazdı
-
- 17 Ock, 2008 13 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Christian Heimes yazdı
Added comment about VS 2008 and PGO builds.
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
-
Andrew M. Kuchling yazdı
-
http://bugs.python.org/issue1339Gregory P. Smith yazdı
- Factor out the duplication of EHLO/HELO in login() and sendmail() to a new function, ehlo_or_helo_if_needed(). - Use ehlo_or_helo_if_needed() in starttls() - Check for the starttls exception in starttls() in the same way as login() checks for the auth extension. Contributed by Bill Fenner.
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
Fixes issue 829951 - http://bugs.python.org/issue829951
-
Raymond Hettinger yazdı
-
- 16 Ock, 2008 11 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
compliance with PEP 3118.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
to work with the newest Sphinx.
-
Thomas Heller yazdı
are used in a Structure or Union constructor.
-
Thomas Heller yazdı
passed to a Structure or Union constructor.
-
Thomas Heller yazdı
that array types do not live longer than needed.
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-