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
*
Merged revisions 87876-87877 via svnmerge from
Georg Brandl
2011-01-09
1
-0/+8
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-10/+10
*
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...
Florent Xicluna
2010-03-21
1
-1/+3
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-1/+1
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-6/+1
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-1/+6
*
test expect base classes
Benjamin Peterson
2009-10-27
1
-0/+8
*
better col_offsets for "for" statements with tuple unpacking #6704
Benjamin Peterson
2009-08-15
1
-1/+8
*
the Slice in x[::] has to have step as None to help the interpreter
Benjamin Peterson
2009-07-20
1
-1/+2
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-5/+5
*
when no module is given in a 'from' relative import, make ImportFrom.module NULL
Benjamin Peterson
2009-06-13
1
-0/+4
*
keep the slice.step field as NULL if no step expression is given
Benjamin Peterson
2009-06-13
1
-0/+6
*
Use assertRaises.
Georg Brandl
2009-01-13
1
-6/+1
*
ast.literal_eval can properly evaluate complex numbers now. This fixes issue...
Armin Ronacher
2009-01-13
1
-0/+11
*
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