- 02 Sep, 2006 3 commits
-
-
Neal Norwitz authored
Needs backport to 2.5.1 and earlier.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 01 Sep, 2006 2 commits
-
-
Georg Brandl authored
-
Fred Drake authored
- various minor cleanups for improved consistency
-
- 31 Aug, 2006 6 commits
-
-
Brett Cannon authored
have all new files use 4 spaces (to match current PEP 7 style).
-
Brett Cannon authored
-
Brett Cannon authored
Backport candidate.
-
Nick Coghlan authored
Remove the old decimal context management tests from test_contextlib (guess who didn't run the test suite before committing...)
-
Nick Coghlan authored
Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5)
-
Armin Rigo authored
Backport candidate for 2.5.
-
- 29 Aug, 2006 2 commits
-
-
Marc-André Lemburg authored
This should probably go into Python 2.5 or 2.5.1 as well.
-
Neal Norwitz authored
-
- 26 Aug, 2006 1 commit
-
-
Jack Diederich authored
OS speicifc path modules import them. - Have os2emxpath import common functions fron ntpath instead of using copies
-
- 25 Aug, 2006 9 commits
-
-
Tim Peters authored
whitespace in expected output. Stop that.
-
Tim Peters authored
-
Tim Peters authored
-
Armin Rigo authored
bogus bytecode. It is unclear whether this is a real bug or a "won't fix" case like bogus_code_obj.py.
-
Thomas Heller authored
Since MSVC doesn't know about .asm files, a helper batch file is needed to find ml64.exe in predefined locations. The helper script hardcodes the path to the MS Platform SDK.
-
Thomas Heller authored
-
Thomas Heller authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
Will backport to 2.5.
-
- 24 Aug, 2006 1 commit
-
-
Thomas Wouters authored
array.__deepcopy__() needs to take an argument, even if it doesn't actually use it. Will backport to 2.5 and 2.4 (if applicable.)
-
- 23 Aug, 2006 5 commits
-
-
Alex Martelli authored
OverflowError while x*x succeeds and produces infinity; apparently these inconsistencies cannot be fixed across ``all'' platforms and there's a widespread feeling that therefore ``every'' platform should keep suffering forevermore. Ah well.
-
Jeremy Hylton authored
Now that COMMENT tokens are reliably followed by NL or NEWLINE, there is never a need to add extra newlines in untokenize.
-
Jeremy Hylton authored
Small: Always generate a NL or NEWLINE token following a COMMENT token. The old code did not generate an NL token if the comment was on a line by itself. Large: The output of untokenize() will now match the input exactly if it is passed the full token sequence. The old, crufty output is still generated if a limited input sequence is provided, where limited means that it does not include position information for tokens. Remaining bug: There is no CONTINUATION token (\) so there is no way for untokenize() to handle such code. Also, expanded the number of doctests in hopes of eventually removing the old-style tests that compare against a golden file. Bug fix candidate for Python 2.5.1. (Sigh.)
-
Alex Martelli authored
inf) but didn't; added a test to test_float to verify that, and ignored the ERANGE value for errno in the pow operation to make the new test pass (with help from Marilyn Davis at the Google Python Sprint -- thanks!).
-
Jeremy Hylton authored
-
- 22 Aug, 2006 4 commits
-
-
Andrew M. Kuchling authored
-
Jeremy Hylton authored
-
Neal Norwitz authored
-
Anthony Baxter authored
-
- 21 Aug, 2006 7 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
a unicode string in a build with wide unicode (UCS-4) support. This code could be improved, so add an XXX comment.
-
Neal Norwitz authored
Klocwork 301 and 302. Will backport.
-
Neal Norwitz authored
I'm undecided if this should be backported to 2.5 or 2.5.1. Armin suggested to wait (I'm of the same opinion). Thomas W thinks it's fine to go in 2.5.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Patch # 1543897. Will backport to 2.5
-