summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/ast.txt
Commit message (Expand)AuthorAgeFilesLines
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-2/+0
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-3/+7
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-2/+3
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-1/+0
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+0
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-2/+2
* Update for absolute/relative imports and ifelse-expressions.Thomas Wouters2006-03-031-1/+2
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-1/+2
* Add comment about updating docsAndrew M. Kuchling2005-11-221-0/+3
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-1/+2
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-0/+11
* the names attribute of Global is not a nodeJeremy Hylton2001-09-141-1/+1
* Revise implementations of getChildren() and getChildNodes().Jeremy Hylton2001-08-291-41/+50
* Add Yield nodeJeremy Hylton2001-08-141-0/+1
* Support for generation of ast.py from simple description of nodeJeremy Hylton2000-10-251-0/+77