- 11 Ock, 2007 4 kayıt (commit)
-
-
Thomas Heller yazdı
of HANDLE, WPARAM, LPARAM data types. Make parameterless foreign function calls work.
-
Raymond Hettinger yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
- 10 Ock, 2007 5 kayıt (commit)
-
-
Guido van Rossum yazdı
was getting complaints from pychecker.)
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Gustavo Niemeyer yazdı
-
Gustavo Niemeyer yazdı
stated in http://docs.python.org/lib/built-in-funcs.html as well.
-
- 09 Ock, 2007 4 kayıt (commit)
-
-
Thomas Heller yazdı
module. Will backport to release25-maint.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Bug #1627575: Added _open() method to FileHandler which can be used to reopen files. The FileHandler instance now saves the encoding (which can be None) in an attribute called "encoding".
-
- 08 Ock, 2007 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Bare except clause removed from LogRecord.__init__. Now, only ValueError, TypeError and AttributeError are trapped. (SF #411881)
-
Vinay Sajip yazdı
Bare except clause removed from SocketHandler.createSocket(). Now, only socket.error is trapped. (SF #411881)
-
Raymond Hettinger yazdı
-
- 07 Ock, 2007 2 kayıt (commit)
-
-
Peter Astrand yazdı
-
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 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Anthony Baxter yazdı
-
Raymond Hettinger yazdı
-
- 05 Ock, 2007 8 kayıt (commit)
-
-
Brett Cannon yazdı
'void' instead of just a set of empty parentheses.
-
Andrew M. Kuchling yazdı
[Patch #1520904] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory
-
Andrew M. Kuchling yazdı
-
Neal Norwitz yazdı
-
Gregory P. Smith yazdı
-
Neal Norwitz yazdı
and the module dict has been cleared already and some object raises a warning (like in a __del__). Will backport.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
(will backport to 2.5)
-
- 04 Ock, 2007 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
to avoid relying on atexit. Will backport to 2.5.
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
Brett Cannon yazdı
temporarily set or unset environment variables.
-
- 30 Ara, 2006 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 29 Ara, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 28 Ara, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 27 Ara, 2006 3 kayıt (commit)
-
-
Lars Gustäbel yazdı
Will backport to 2.5.
-
Andrew M. Kuchling yazdı
[Rest of patch #1182394] Add ._current() method so that we can use the written-in-C .hexdigest() method
-
Andrew M. Kuchling yazdı
constant; this allows changing it in a subclass. To accommodate this, copy() now uses __class__. Also add some text to a comment.
-