Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6c2e0224ffb739a3db3984aa8beb68db3338b3f1
/
Lib
/
test
/
test_ast.py
0762788
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
by Florent Xicluna
· 15 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
26a93c0
test expect base classes
by Benjamin Peterson
· 16 years ago
c0ba828
better col_offsets for "for" statements with tuple unpacking #6704
by Benjamin Peterson
· 16 years ago
4879c90
the Slice in x[::] has to have step as None to help the interpreter
by Benjamin Peterson
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
a72be3b
when no module is given in a 'from' relative import, make ImportFrom.module NULL
by Benjamin Peterson
· 16 years ago
4afbba3
keep the slice.step field as NULL if no step expression is given
by Benjamin Peterson
· 16 years ago
b24c951
Use assertRaises.
by Georg Brandl
· 17 years ago
dd53e11
ast.literal_eval can properly evaluate complex numbers now. This fixes issue4907.
by Armin Ronacher
· 17 years ago
8509db5
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
by Georg Brandl
· 17 years ago
bf0610a
Revert unwanted changes.
by Georg Brandl
· 17 years ago
7be19aa
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
by Georg Brandl
· 17 years ago
e34c21c
Make AST nodes pickleable.
by Georg Brandl
· 17 years ago
2c55c59
Make _fields attr for no fields consistent with _attributes attr.
by Georg Brandl
· 17 years ago
ebc8ded
Convert test_ast to unittest and add a test for r62049.
by Georg Brandl
· 17 years ago
c87c580
Adapt test_ast to the new ExceptHandler type.
by Georg Brandl
· 17 years ago
5b63acd
#2503 make singletons compared with "is" not == or !=
by Benjamin Peterson
· 17 years ago
5224d28
Patch #1759: Backport of PEP 3129 class decorators with some help from Georg
by Christian Heimes
· 17 years ago
0e07b60
Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.
by Neil Schemenauer
· 19 years ago
1b6cab6
Remove debugging prints.
by Jeremy Hylton
· 19 years ago
a7a3cfe
Comment out the prints. These appear to be only for debugging purposes.
by Neal Norwitz
· 19 years ago
2f327c1
Add lineno, col_offset to excephandler to enable future fix for
by Jeremy Hylton
· 19 years ago
5ddfe41
Whitespace normalization.
by Tim Peters
· 19 years ago
49c5da1
Patch #1440601: Add col_offset attribute to AST nodes.
by Martin v. Löwis
· 19 years ago
400cbc3
Set EOL style to native.
by Tim Peters
· 19 years ago
710ab3b
Whitespace normalization.
by Tim Peters
· 19 years ago
f7f438b
SF patch #1438387, PEP 328: relative and absolute imports.
by Thomas Wouters
· 19 years ago
9aaad88
Even though we don't currently use unicode or complex numbers in the test,
by Neal Norwitz
· 19 years ago
bd260da
Generate code to recursively copy an AST into
by Martin v. Löwis
· 19 years ago