Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -280/+0 |
| | |||||
* | Get rid of some more cases of backquotes. parsermodule.c doesn't compile | Neal Norwitz | 2006-08-29 | 1 | -3/+0 |
| | | | | but looks like that was a problem before this change. | ||||
* | George Yoshida points out that the special characters | Neal Norwitz | 2006-02-28 | 1 | -1/+1 |
| | | | | | from Tools/compiler/ast.txt are not used anywhere else in asttable.txt. So remove "\&". | ||||
* | markup glitch (spotted by George Yoshida) | Fredrik Lundh | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -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 nodes | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+15 |
| | |||||
* | [Bug #449093] FloorDiv AST node type not listed | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+4 |
| | |||||
* | SF patch #1227568, bug #1219273, Expression AST node not documented. ↵ | Neal Norwitz | 2005-10-03 | 1 | -0/+2 |
| | | | | Backport candidate if anyone cares. | ||||
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -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 Drake | 2001-09-27 | 1 | -0/+253 |
Changes made to make it work in the new location. |