- 26 Agu, 2006 1 kayıt (commit)
-
-
Jack Diederich yazdı
OS speicifc path modules import them. - Have os2emxpath import common functions fron ntpath instead of using copies
-
- 25 Agu, 2006 9 kayıt (commit)
-
-
Tim Peters yazdı
whitespace in expected output. Stop that.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Armin Rigo yazdı
bogus bytecode. It is unclear whether this is a real bug or a "won't fix" case like bogus_code_obj.py.
-
Thomas Heller yazdı
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 yazdı
-
Thomas Heller yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
- 24 Agu, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
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 Agu, 2006 5 kayıt (commit)
-
-
Alex Martelli yazdı
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 yazdı
Now that COMMENT tokens are reliably followed by NL or NEWLINE, there is never a need to add extra newlines in untokenize.
-
Jeremy Hylton yazdı
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 yazdı
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 yazdı
-
- 22 Agu, 2006 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Jeremy Hylton yazdı
-
Neal Norwitz yazdı
-
Anthony Baxter yazdı
-
- 21 Agu, 2006 9 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
a unicode string in a build with wide unicode (UCS-4) support. This code could be improved, so add an XXX comment.
-
Neal Norwitz yazdı
Klocwork 301 and 302. Will backport.
-
Neal Norwitz yazdı
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 yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Patch # 1543897. Will backport to 2.5
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
- 20 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 19 Agu, 2006 5 kayıt (commit)
-
-
Neal Norwitz yazdı
Klocwork #325 (I'm not backporting this, but if someone wants to, feel free.)
-
Neal Norwitz yazdı
Klocwork 286-287. (I'm not backporting this, but if someone wants to, feel free.)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Klocwork #307
-
Neal Norwitz yazdı
object so we don't leak op. (Fixes an earlier patch to this code) Klockwork #350
-
- 18 Agu, 2006 5 kayıt (commit)
-
-
Thomas Heller yazdı
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 yazdı
-
Georg Brandl yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
discussion).
-