- 05 Şub, 2010 7 kayıt (commit)
-
-
Michael Foord yazdı
-
Barry Warsaw yazdı
you shouldn't use".
-
Antoine Pitrou yazdı
and read operations on write-only file objects. On Windows, the system C library would return a bogus result; on Solaris, it was possible to crash the interpreter. Patch by Stefan Krah.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
In Python 2.x, exceptions in finally blocks are not normalized. Since with statements are implemented using finally blocks, ceval.c had to be tweaked to distinguish between with finally blocks and normal ones. A test for the finalization of generators containing with statements was also added.
-
Benjamin Peterson yazdı
-
- 04 Şub, 2010 8 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
specified, rather than fall through to AF_PACKET (in the `socket` module). Also, raise ValueError rather than TypeError when an unknown TIPC address type is specified. Patch by Brian Curtin.
-
Vinay Sajip yazdı
-
Ezio Melotti yazdı
-
Vinay Sajip yazdı
-
R. David Murray yazdı
-
Nick Coghlan yazdı
-
- 03 Şub, 2010 8 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Mark Dickinson yazdı
-
Tarek Ziadé yazdı
-
Eric Smith yazdı
-
R. David Murray yazdı
-
Ezio Melotti yazdı
-
Andrew M. Kuchling yazdı
-
- 02 Şub, 2010 10 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Antoine Pitrou yazdı
`PyObject_GetBuffer` fails. Patch by Florent Xicluna.
-
Tarek Ziadé yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 01 Şub, 2010 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r77855 | benjamin.peterson | 2010-01-30 17:32:05 +0100 (Sa, 30 Jan 2010) | 1 line don't return node if it is not changed ........ r77856 | benjamin.peterson | 2010-01-30 17:35:29 +0100 (Sa, 30 Jan 2010) | 1 line return None to indicate no change ........ r77870 | benjamin.peterson | 2010-01-31 02:21:26 +0100 (So, 31 Jan 2010) | 1 line never return the original node given to transform() ........
-
- 31 Ock, 2010 5 kayıt (commit)
-
-
Victor Stinner yazdı
py3k was already patched by issue #3661.
-
Antoine Pitrou yazdı
file position when calling `truncate()`. It would previously change the file position to the given argument, which goes against the tradition of ftruncate() and other truncation APIs. Patch by Pascal Chambon.
-
Michael Foord yazdı
-
Georg Brandl yazdı
move exception descriptions to toplevel, not inside a class remove attribution in "versionadded" spell and grammar check docstring of FTP_TLS
-
Benjamin Peterson yazdı
-