- 03 May, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 30 Mar, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 26 Mar, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
The new PyParser_*Ex() functions are based on Neal's suggestion and initial patch. The new __future__ feature makes all '' and r'' unicode strings. b'' and br'' stay (byte) strings.
-
- 25 Mar, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
EOL 80 limit and supply more alternatives in warning messages.
-
- 19 Mar, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 05 Mar, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
would give bogus error messages, because of untested exceptions:: >>> f(**g(1=2)) XXX undetected error Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'int' object is not iterable instead of the expected SyntaxError: keyword can't be an expression Will backport.
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
with some help from Georg
-
- 18 Ock, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 07 Ock, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 24 Kas, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
I'm wonder why I was trying to add the filename to the node all the time. The compiling struct is more obvious.
-
- 23 Kas, 2007 4 kayıt (commit)
-
-
Christian Heimes yazdı
And yet another fix for the patch. Paul Moore has send me a note that I've missed a declaration. The additional code has moved the declaration in the middle of the block.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Backquotes still don't report the correct file. The AST nodes only contain the line number but not the file name.
-
Christian Heimes yazdı
The patches are adding deprecation warnings for back ticks and <>
-
- 05 Eki, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 06 Agu, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 Tem, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Slightly tweaked for style and refcounts.)
-
- 07 Haz, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
Backport from py3k rev. 55708 by Guido.
-
- 18 May, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 03 May, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 02 May, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
Triggers an assertion otherwise.
-
- 16 Mar, 2007 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
The file should now follow PEP 7, except that it uses 4 space indents (in the style of Py3k). This particular code would be really hard to read with the regular tab idents. Other changes: - reflow long lines - change multi-line conditionals to have test at end of line
-
Collin Winter yazdı
Will backport.
-
- 27 Şub, 2007 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
Note that ast.c still has a mix of tabs and spaces, because it attempts to use four-space indents for more of the new code.
-
- 04 Kas, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Will backport
-
- 22 Eyl, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
These tests should be improved. Hopefully this fixes variations when flipping back and forth between fpdef and fplist. Backport candidate.
-
- 06 Eyl, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 05 Eyl, 2006 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Add a comment about some refactoring. (There's probably more that should be done.) I will reformat this file in the next checkin due to the inconsistent tabs/spaces.
-
Neal Norwitz yazdı
generator expressions (x for x, in ... ) works again. Sigh, I only fixed for loops the first time, not list comps and genexprs too. I couldn't find any more unpacking cases where there is a similar bug lurking. This code should be refactored to eliminate the duplication. I'm sure the listcomp/genexpr code can be refactored. I'm not sure if the for loop can re-use any of the same code though. Will backport to 2.5 (the only place it matters).
-
- 12 Agu, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
This is the first batch of fixes that should be easy to verify based on context. This fixes problem numbers: 220 (ast), 323-324 (symtable), 321-322 (structseq), 215 (array), 210 (hotshot), 182 (codecs), 209 (etree).
-
- 30 Tem, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Also fix a SystemError when trying to assign to yield expressions.
-
- 21 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 12 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 09 Tem, 2006 2 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
- 08 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 26 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 19 May, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-