- 20 Nov, 2010 2 commits
-
-
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 17 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
-
Alexander Belopolsky authored
-
Brett Cannon authored
message in importlib. Thanks to Éric Araujo for spotting the inconsistency.
-
Brian Curtin authored
-
Alexander Belopolsky authored
1. Online reference manual link is now version-specific and the 'MODULE DOCS' section renamed to 'MODULE REFERENCE'. 2. 'FILE' section is moved to the end of the file. 3. Special names processed by pydoc such as __version__ or __credits__ are now excluded from the DATA section. 4. Defined __all__ to prevent pydoc from exposing undocumented details about itself. 5. Removed Python 2.3 compatibility code.
-
- 17 Nov, 2010 7 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
David Malcolm authored
zero-initialize all fields, fixing compiler warnings seen when building extension modules with gcc with "-Wmissing-field-initializers" (implied by "-W")
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Robert Collins.
-
Stefan Krah authored
-
Brian Quinlan authored
-
- 16 Nov, 2010 8 commits
-
-
Ezio Melotti authored
-
Matthias Klose authored
-
Éric Araujo authored
informative adjunct to the docs. Forward-port of Raymond's r86225 and r86245 using the new source reST role added in #10334.
-
Antoine Pitrou authored
rather than strings.
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Alexander Belopolsky authored
-
- 14 Nov, 2010 2 commits
-
-
Vinay Sajip authored
-
Raymond Hettinger authored
-