index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_ast.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
Georg Brandl
2008-06-10
1
-9/+100
*
Revert unwanted changes.
Georg Brandl
2008-06-07
1
-100/+9
*
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
Georg Brandl
2008-06-07
1
-9/+100
*
Make AST nodes pickleable.
Georg Brandl
2008-03-30
1
-0/+14
*
Make _fields attr for no fields consistent with _attributes attr.
Georg Brandl
2008-03-30
1
-0/+3
*
Convert test_ast to unittest and add a test for r62049.
Georg Brandl
2008-03-30
1
-34/+61
*
Adapt test_ast to the new ExceptHandler type.
Georg Brandl
2008-03-30
1
-1/+2
*
#2503 make singletons compared with "is" not == or !=
Benjamin Peterson
2008-03-29
1
-2/+2
*
Patch #1759: Backport of PEP 3129 class decorators
Christian Heimes
2008-02-23
1
-1/+1
*
Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.
Neil Schemenauer
2006-07-09
1
-1/+1
*
Remove debugging prints.
Jeremy Hylton
2006-04-04
1
-4/+0
*
Comment out the prints. These appear to be only for debugging purposes.
Neal Norwitz
2006-04-04
1
-2/+4
*
Add lineno, col_offset to excephandler to enable future fix for
Jeremy Hylton
2006-04-04
1
-5/+8
*
Whitespace normalization.
Tim Peters
2006-03-01
1
-1/+1
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
1
-42/+67
*
Set EOL style to native.
Tim Peters
2006-02-28
1
-178/+178
*
Whitespace normalization.
Tim Peters
2006-02-28
1
-179/+178
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-1/+1
*
Even though we don't currently use unicode or complex numbers in the test,
Neal Norwitz
2006-02-27
1
-3/+3
*
Generate code to recursively copy an AST into
Martin v. Löwis
2006-02-26
1
-0/+179