summaryrefslogtreecommitdiffstats
path: root/Doc/lib/asttable.tex
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of some more cases of backquotes. parsermodule.c doesn't compileNeal Norwitz2006-08-291-3/+0
| | | | but looks like that was a problem before this change.
* George Yoshida points out that the special charactersNeal Norwitz2006-02-281-1/+1
| | | | | from Tools/compiler/ast.txt are not used anywhere else in asttable.txt. So remove "\&".
* markup glitch (spotted by George Yoshida)Fredrik Lundh2006-02-281-1/+1
|
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-0/+5
| | | | | | | | | | | | | This was started by Mike Bland and completed by Guido (with help from Neal). This still needs a __future__ statement added; Thomas is working on Michael's patch for that aspect. There's a small amount of code cleanup and refactoring in ast.c, compile.c and ceval.c (I fixed the lltrace behavior when EXT_POP is used -- however I had to make lltrace a static global).
* Add generator-expression nodesAndrew M. Kuchling2005-11-221-0/+15
|
* [Bug #449093] FloorDiv AST node type not listedAndrew M. Kuchling2005-11-221-0/+4
|
* SF patch #1227568, bug #1219273, Expression AST node not documented. ↵Neal Norwitz2005-10-031-0/+2
| | | | Backport candidate if anyone cares.
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-1/+5
| | | | | "@ seems the syntax that everybody can hate equally" Implementation by Mark Russell, from SF #979728.
* Migrate the compiler documentation from the Tools/compiler/doc/ directory.Fred Drake2001-09-271-0/+253
Changes made to make it work in the new location.