- 20 Nov, 2010 23 commits
-
-
Ł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
-
- 18 Nov, 2010 13 commits
-
-
Ezio Melotti authored
-
Alexander Belopolsky authored
-
Antoine Pitrou authored
exception catcher. Wrapping the initial connection routine is not sufficient as network timeouts can then occur as part of NNTP commands.
-
Senthil Kumaran authored
-
Éric Araujo authored
:option: is used to create a link to an option of python, not to mark up any instance of any arbitrary command-line option. These were changed to ````. For modules which do have a command-line interface, lists of options have been properly marked up with the program/cmdoption directives combo. Options defined in such blocks can be linked to with :option: later in the same file, they won’t link to an option of python. Finally, the markup of command-line fragments in optparse.rst has been cleaned to use ``x`` instead of ``"x"``, keeping that latter form for actual Python strings. Patch by Eli Bendersky and Éric Araujo.
-
Senthil Kumaran authored
-
Stefan Krah authored
-
Antoine Pitrou authored
-
Senthil Kumaran authored
-
Éric Araujo authored
-
Benjamin Peterson authored
-
Kristján Valur Jónsson authored
Adding the wait_for() method to threading.Condition
-
Michael Foord authored
-