- 10 Ock, 2007 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
- 09 Ock, 2007 1 kayıt (commit)
-
-
Thomas Heller yazdı
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r53316 | thomas.heller | 2007-01-09 20:19:33 +0100 (Di, 09 Jan 2007) | 4 lines Verify the sizes of the basic ctypes data types against the struct module. Backport from trunk. ........
-
- 08 Ock, 2007 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Vinay Sajip yazdı
Made func argument in LogRecord.__init__ optional. Improved performance of _fixupChildren.
-
Vinay Sajip yazdı
Made SysLogHandler more resilient in the face of syslogd failures.
-
Vinay Sajip yazdı
Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now). Documentation clarified to mention optional parameters. Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622).
-
- 07 Ock, 2007 1 kayıt (commit)
-
-
Peter Astrand yazdı
Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424.
-
- 06 Ock, 2007 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 05 Ock, 2007 8 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
........ r52945 | brett.cannon | 2006-12-07 00:38:48 +0100 (Thu, 07 Dec 2006) | 3 lines Fix a bad assumption that all objects assigned to '__loader__' on a module will have a '_files' attribute. ........
-
Thomas Heller yazdı
not list them any longer.
-
Andrew M. Kuchling yazdı
-
Gregory P. Smith yazdı
-
Neal Norwitz yazdı
Prevent crash on shutdown which can occur if we are finalizing and the module dict has been cleared already and some object raises a warning (like in a __del__).
-
Gregory P. Smith yazdı
[backport of r53252]
-
- 04 Ock, 2007 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
to avoid relying on atexit.
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
- 29 Ara, 2006 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Thomas Wouters yazdı
Fix SF bug #1545837: array.array borks on deepcopy. array.__deepcopy__() needs to take an argument, even if it doesn't actually use it.
-
Neal Norwitz yazdı
-
- 28 Ara, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 27 Ara, 2006 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
Backport from rev. 53161.
-
- 23 Ara, 2006 2 kayıt (commit)
-
-
Lars Gustäbel yazdı
certain conditions. (backport from rev. 53155) Moved message from my previous change to the right place in Misc/NEWS.
-
Lars Gustäbel yazdı
work correctly together with readline(). (backport from rev. 53153)
-
- 22 Ara, 2006 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a directory URL is missing the trailing slash; this lets relative links work.
-
Andrew M. Kuchling yazdı
-
- 21 Ara, 2006 2 kayıt (commit)
-
-
Thomas Heller yazdı
Backported from trunk.
-
Andrew M. Kuchling yazdı
-
- 20 Ara, 2006 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
places instead of 'sequence'.
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
- 19 Ara, 2006 4 kayıt (commit)
-
-
Vinay Sajip yazdı
Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 18 Ara, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-