- 06 Feb, 2010 28 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
We heard you like test failures so we put unbound locals in your test so that you can fail while you fail.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
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 12 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.
-