- 20 Nov, 2010 40 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
R. David Murray authored
-
R. David Murray authored
Patch by Michele Orrù.
-
Antoine Pitrou authored
Patch by Rodolpho Eckhardt.
-
Georg Brandl authored
-
Antoine Pitrou authored
Schemenauer.
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Éric Araujo authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Alexander Belopolsky authored
-
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.
-