summaryrefslogtreecommitdiffstats
path: root/Include/Python-ast.h
Commit message (Expand)AuthorAgeFilesLines
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-2/+5
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-4/+5
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-10/+2
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-4/+9
* Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up theBrett Cannon2006-08-251-8/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-20/+26
* 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