Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d0b592f8e8409a4987932a3c7e021e241a090a7d
/
Include
/
Python-ast.h
a48f3ab
Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum.
by Georg Brandl
· 17 years ago
f2bfd54
Properly check for consistency with the third argument of
by Georg Brandl
· 17 years ago
fc8eef3
Patch #1810 by Thomas Lee, reviewed by myself:
by Georg Brandl
· 17 years ago
5224d28
Patch #1759: Backport of PEP 3129 class decorators with some help from Georg
by Christian Heimes
· 17 years ago
0db62aa
Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
by Brett Cannon
· 18 years ago
4885e7d
Prefix AST symbols with _Py_. Fixes #1637022. Will backport.
by Martin v. Löwis
· 18 years ago
0cc56e5
Introduce asdl_int_seq, to hold cmpop_ty.
by Martin v. Löwis
· 19 years ago
01b8101
Make _kind types global for C++ compilation.
by Martin v. Löwis
· 19 years ago
2f327c1
Add lineno, col_offset to excephandler to enable future fix for
by Jeremy Hylton
· 19 years ago
49c5da1
Patch #1440601: Add col_offset attribute to AST nodes.
by Martin v. Löwis
· 19 years ago
f7f438b
SF patch #1438387, PEP 328: relative and absolute imports.
by Thomas Wouters
· 19 years ago
c2e2074
PEP 343 -- the with-statement.
by Guido van Rossum
· 19 years ago
dca3b9c
PEP 308 implementation, including minor refdocs and some testcases. It
by Thomas Wouters
· 19 years ago
bd260da
Generate code to recursively copy an AST into
by Martin v. Löwis
· 19 years ago
adb69fc
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
by Neal Norwitz
· 19 years ago
897ff81
SF #1373150, diffs in working copy after a build
by Neal Norwitz
· 19 years ago
7b5a604
Whoops, checkin consistent versions of *all* files to stop polluting
by Neal Norwitz
· 19 years ago
6576bd8
Prevent name pollution by making lots of internal functions static.
by Neal Norwitz
· 19 years ago
3e0055f
Merge ast-branch to head
by Jeremy Hylton
· 19 years ago