- 05 Apr, 2009 16 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space.
-
Georg Brandl authored
-
Matthias Klose authored
(avoiding brown paper typo this time)
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
#1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions.
-
Guilherme Polo authored
-
Michael Foord authored
Change the way unittest.TestSuite use their tests to always access them through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__. Issue #5693
-
Benjamin Peterson authored
-
- 04 Apr, 2009 12 commits
-
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Hirokazu Yamamoto authored
-
Benjamin Peterson authored
-
Matthias Klose authored
-
Matthias Klose authored
short file names.
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
simultaneously. Thanks to David Scherer for suggesting the use of an ephemeral port for the GUI. Patch 1529142 Weeble.
-
R. David Murray authored
-
Raymond Hettinger authored
-
- 03 Apr, 2009 7 commits
-
-
Vinay Sajip authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Vinay Sajip authored
-
Hirokazu Yamamoto authored
-
Raymond Hettinger authored
-
- 02 Apr, 2009 5 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
are consistent with the corresponding tuple index.
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Georg Brandl authored
call on hitting the recursion limit into just assigning it to the arguments provided.
-