- 06 Feb, 2010 5 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
R. David Murray authored
causing buildbot failures. Changed to use test_support.bind_port. Patch by Florent Xicluna.
-
Michael Foord authored
-
- 05 Feb, 2010 13 commits
-
-
Vinay Sajip authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Barry Warsaw authored
you shouldn't use".
-
Antoine Pitrou authored
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 authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
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 authored
-
- 04 Feb, 2010 8 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Antoine Pitrou authored
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 authored
-
Ezio Melotti authored
-
Vinay Sajip authored
-
R. David Murray authored
-
Nick Coghlan authored
-
- 03 Feb, 2010 8 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Mark Dickinson authored
-
Tarek Ziadé authored
-
Eric Smith authored
-
R. David Murray authored
-
Ezio Melotti authored
-
Andrew M. Kuchling authored
-
- 02 Feb, 2010 6 commits
-
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Antoine Pitrou authored
`PyObject_GetBuffer` fails. Patch by Florent Xicluna.
-
Tarek Ziadé authored
-