- 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 9 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
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 20 Aug, 2006 1 commit
-
-
Georg Brandl authored
-
- 19 Aug, 2006 5 commits
-
-
Neal Norwitz authored
Klocwork #325 (I'm not backporting this, but if someone wants to, feel free.)
-
Neal Norwitz authored
Klocwork 286-287. (I'm not backporting this, but if someone wants to, feel free.)
-
Neal Norwitz authored
-
Neal Norwitz authored
Klocwork #307
-
Neal Norwitz authored
object so we don't leak op. (Fixes an earlier patch to this code) Klockwork #350
-
- 18 Aug, 2006 14 commits
-
-
Thomas Heller authored
In one place where I'n not 1000% sure about the non-NULL, raise a RuntimeError for safety. This should fix the klocwork issues that Neal sent me. If so, it should be applied to the release25-maint branch also.
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Anthony Baxter authored
-
Anthony Baxter authored
discussion).
-
Georg Brandl authored
Additionally, remove a faulty example showing PySequence_SetItem applied to a newly created list object and add notes that this isn't a good idea.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Martin v. Löwis authored
on systems with low clock resolution.
-
- 17 Aug, 2006 1 commit
-
-
Martin v. Löwis authored
Leave tk build directory to restore original path. Invoke debug mk1mf.pl after running Configure.
-