- 23 Feb, 2010 16 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
#8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :)
-
Dirkjan Ochtman authored
Reviewed by skip.montanaro and thomas.wouters.
-
Thomas Heller authored
garbage collector, leading to possible leaks when using callback functions.
-
Jack Diederich authored
-
Jack Diederich authored
-
Michael Foord authored
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects.
-
Mark Dickinson authored
-
Mark Dickinson authored
Make global variable overflowok into a keyword argument; this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
R. David Murray authored
with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
-
Eric Smith authored
-
- 22 Feb, 2010 20 commits
-
-
Michael Foord authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Noted by Joseph Armbruster; patch by Jessica McKellar. The original code was 'for (;;) {...}', where ... ended with a 'return -2' statement and did not contain a 'break' or 'continue' statement. Therefore, the body of the loop is always executed once. Once upon a time there was a 'continue' in the loop, but it was removed in rev36346, committed by mwh on Wed Jul 7 17:44:12 2004.
-
Jack Diederich authored
-
Andrew M. Kuchling authored
(I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.)
-
Jack Diederich authored
-
Andrew M. Kuchling authored
it would call _unlock_file() and pass it a closed file object. Noted by Rob Austein.
-
Andrew M. Kuchling authored
-
Eric Smith authored
Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types.
-
Jack Diederich authored
-
Andrew M. Kuchling authored
-
Ezio Melotti authored
-
Andrew M. Kuchling authored
-
Mark Dickinson authored
Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0.
-
Andrew M. Kuchling authored
Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'.
-
Andrew M. Kuchling authored
-
Senthil Kumaran authored
server to resource in the 405 response msg.
-
Andrew M. Kuchling authored
#7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki.
-
Andrew M. Kuchling authored
-
- 21 Feb, 2010 4 commits
-
-
Michael Foord authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
complex.__coerce__. Thanks Meador Inge for the patch.
-