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
/
Include
/
Python-ast.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #2511: Give the "excepthandler" AST item proper attributes by making it...
Georg Brandl
2008-03-30
1
-5/+12
*
Properly check for consistency with the third argument of
Georg Brandl
2008-03-29
1
-1/+1
*
Patch #1810 by Thomas Lee, reviewed by myself:
Georg Brandl
2008-03-28
1
-0/+2
*
Patch #1759: Backport of PEP 3129 class decorators
Christian Heimes
2008-02-23
1
-5/+7
*
Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
Brett Cannon
2007-02-12
1
-1/+1
*
Prefix AST symbols with _Py_. Fixes #1637022.
Martin v. Löwis
2007-01-19
1
-87/+145
*
Introduce asdl_int_seq, to hold cmpop_ty.
Martin v. Löwis
2006-04-13
1
-2/+2
*
Make _kind types global for C++ compilation.
Martin v. Löwis
2006-04-11
1
-16/+20
*
Add lineno, col_offset to excephandler to enable future fix for
Jeremy Hylton
2006-04-04
1
-2/+4
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
1
-52/+65
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-2/+3
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
1
-5/+13
*
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters
2006-02-27
1
-4/+12
*
Generate code to recursively copy an AST into
Martin v. Löwis
2006-02-26
1
-0/+1
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
1
-68/+66
*
SF #1373150, diffs in working copy after a build
Neal Norwitz
2005-12-11
1
-1/+1
*
Whoops, checkin consistent versions of *all* files to stop polluting
Neal Norwitz
2005-11-13
1
-0/+4
*
Prevent name pollution by making lots of internal functions static.
Neal Norwitz
2005-11-13
1
-15/+1
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0/+418