summaryrefslogtreecommitdiffstats
path: root/Include/Python-ast.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-111-4/+21
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-5/+11
* Patch #2511: Give the "excepthandler" AST item proper attributes by making it...Georg Brandl2008-03-301-5/+12
* Properly check for consistency with the third argument ofGeorg Brandl2008-03-291-1/+1
* Patch #1810 by Thomas Lee, reviewed by myself:Georg Brandl2008-03-281-0/+2
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-231-5/+7
* Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.cBrett Cannon2007-02-121-1/+1
* Prefix AST symbols with _Py_. Fixes #1637022.Martin v. Löwis2007-01-191-87/+145
* Introduce asdl_int_seq, to hold cmpop_ty.Martin v. Löwis2006-04-131-2/+2
* Make _kind types global for C++ compilation.Martin v. Löwis2006-04-111-16/+20
* Add lineno, col_offset to excephandler to enable future fix forJeremy Hylton2006-04-041-2/+4
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-52/+65
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-2/+3
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-5/+13
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-271-4/+12
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-261-0/+1
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-68/+66
* SF #1373150, diffs in working copy after a buildNeal Norwitz2005-12-111-1/+1
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-131-0/+4
* Prevent name pollution by making lots of internal functions static.Neal Norwitz2005-11-131-15/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+418