- 20 Kas, 2010 32 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
R. David Murray yazdı
Patch and tests by Brian Harring, with improvements by Ralf Schmitt.
-
Łukasz Langa yazdı
-
Michael Foord yazdı
Issue 9732: remove use of __class__ in inspect.getattr_static and note the mro exception to code execution
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Michael Foord yazdı
Issue 10326: further extend test for unpickling to ensure type lookup mechanism works after unpickling
-
Michael Foord yazdı
-
Michael Foord yazdı
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 yazdı
Also corrects a typo from a previous commit. Unfortunately this does *not* fix issue #10134.
-
Michael Foord yazdı
-
Georg Brandl yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
complex zeros on systems where the log1p function fails to respect the sign of zero. This fixes a test failure on AIX.
-
Mark Dickinson yazdı
PY_ULLONG_MAX in pyport.h. Thanks Hallvard B Furuseth for the patch.
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
Ezio Melotti yazdı
-
Mark Dickinson yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
Brian Quinlan yazdı
-
R. David Murray yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 19 Kas, 2010 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Fred Drake yazdı
-
Antoine Pitrou yazdı
-
Alexander Belopolsky yazdı
-
- 18 Kas, 2010 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Alexander Belopolsky yazdı
-
Antoine Pitrou yazdı
exception catcher. Wrapping the initial connection routine is not sufficient as network timeouts can then occur as part of NNTP commands.
-
Senthil Kumaran yazdı
-