summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ast.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-231-1/+1
* Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.Neil Schemenauer2006-07-091-1/+1
* Remove debugging prints.Jeremy Hylton2006-04-041-4/+0
* Comment out the prints. These appear to be only for debugging purposes.Neal Norwitz2006-04-041-2/+4
* Add lineno, col_offset to excephandler to enable future fix forJeremy Hylton2006-04-041-5/+8
* Whitespace normalization.Tim Peters2006-03-011-1/+1
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-42/+67
* Set EOL style to native.Tim Peters2006-02-281-178/+178
* Whitespace normalization.Tim Peters2006-02-281-179/+178
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-1/+1
* Even though we don't currently use unicode or complex numbers in the test,Neal Norwitz2006-02-271-3/+3
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-261-0/+179