- 06 Şub, 2010 21 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
R. David Murray yazdı
causing buildbot failures. Changed to use test_support.bind_port. Patch by Florent Xicluna.
-
Michael Foord yazdı
-
- 05 Şub, 2010 13 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
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 6 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ı
-