summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ast.py
Commit message (Expand)AuthorAgeFilesLines
* Add the "ast" module, containing helpers to ease use of the "_ast" classes.Georg Brandl2008-06-101-9/+100
* Revert unwanted changes.Georg Brandl2008-06-071-100/+9
* Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()Georg Brandl2008-06-071-9/+100
* Make AST nodes pickleable.Georg Brandl2008-03-301-0/+14
* Make _fields attr for no fields consistent with _attributes attr.Georg Brandl2008-03-301-0/+3
* Convert test_ast to unittest and add a test for r62049.Georg Brandl2008-03-301-34/+61
* Adapt test_ast to the new ExceptHandler type.Georg Brandl2008-03-301-1/+2
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-2/+2
* 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