- 05 Sep, 2006 6 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
i_divmod(): As discussed on Python-Dev, changed the overflow checking to live happily with recent gcc optimizations that assume signed integer arithmetic never overflows. This differs from the corresponding change on the 2.5 and 2.4 branches, using a less obscure approach, but one that /may/ tickle platform idiocies in their definitions of LONG_MIN. The 2.4 + 2.5 change avoided introducing a dependence on LONG_MIN, at the cost of substantially goofier code.
-
- 04 Sep, 2006 1 commit
-
-
Raymond Hettinger authored
-
- 03 Sep, 2006 3 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 02 Sep, 2006 8 commits
-
-
Neal Norwitz authored
Debian sparc buildbots. Since this goes through a lot of tests and hits the disk a lot it could be slow (especially if NFS is involved). I'm not sure if that's the problem, but printing periodic msgs shouldn't hurt. The code was stolen from test_compiler.
-
Neal Norwitz authored
-
Raymond Hettinger authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
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 1 commit
-
-
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.
-