- 20 Nov, 2010 36 commits
-
-
Benjamin Peterson authored
-
Michael Foord authored
-
Benjamin Peterson authored
-
Michael Foord authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
Michael Foord authored
-
Michael Foord authored
-
R. David Murray authored
Patch and tests by Brian Harring, with improvements by Ralf Schmitt.
-
Łukasz Langa authored
-
Michael Foord authored
Issue 9732: remove use of __class__ in inspect.getattr_static and note the mro exception to code execution
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Michael Foord authored
Issue 10326: further extend test for unpickling to ensure type lookup mechanism works after unpickling
-
Michael Foord authored
-
Michael Foord authored
Issue 10326: TestCase instances can now be pickled (they store names of instance methods instead of references to the instance methods themselves).
-
R. David Murray authored
Also corrects a typo from a previous commit. Unfortunately this does *not* fix issue #10134.
-
Michael Foord authored
-
Georg Brandl authored
socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Mark Dickinson authored
complex zeros on systems where the log1p function fails to respect the sign of zero. This fixes a test failure on AIX.
-
Mark Dickinson authored
PY_ULLONG_MAX in pyport.h. Thanks Hallvard B Furuseth for the patch.
-
Mark Dickinson authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
Mark Dickinson authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Brian Quinlan authored
-
R. David Murray authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 19 Nov, 2010 4 commits
-
-
Georg Brandl authored
-
Fred Drake authored
-
Antoine Pitrou authored
-
Alexander Belopolsky authored
-