| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compiler.ast.flatten function so that it works on lists. | Neil Schemenauer | 2005-06-02 | 1 | -4/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-09-12 | 1 | -4/+4 |
|
|
* | compiler.transformer: correct lineno attribute when possible | Jeremy Hylton | 2004-09-07 | 1 | -229/+205 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-04 | 1 | -2/+2 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -629/+652 |
|
|
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -0/+76 |
|
|
* | Comment typo fixes | Andrew M. Kuchling | 2003-08-11 | 1 | -1/+1 |
|
|
* | Patch #521714: fix pychecker warnings in ast.py. | Martin v. Löwis | 2002-02-23 | 1 | -124/+124 |
|
|
* | Merge of the release22 branch changes back into the trunk. | Barry Warsaw | 2001-12-21 | 1 | -0/+15 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-18 | 1 | -1/+1 |
|
|
* | Re-created after change to astgen to calculate hardest_arg correctly | Jeremy Hylton | 2001-09-17 | 1 | -577/+603 |
|
|
* | the names attribute of Global is not a node | Jeremy Hylton | 2001-09-14 | 1 | -1/+1 |
|
|
* | Revise implementations of getChildren() and getChildNodes(). | Jeremy Hylton | 2001-08-29 | 1 | -100/+602 |
|
|
* | Generate correct reprs for Mul, Add, etc. | Jeremy Hylton | 2001-08-18 | 1 | -20/+8 |
|
|
* | Add Yield() node | Jeremy Hylton | 2001-08-18 | 1 | -0/+12 |
|
|
* | Fix typo in astgen script | Jeremy Hylton | 2001-08-14 | 1 | -1/+1 |
|
|
* | Regenerated from new ast.txt and new astgen.py | Jeremy Hylton | 2001-08-14 | 1 | -12/+23 |
|
|
* | Generated from rev 1.1 of ast.txt | Jeremy Hylton | 2000-10-25 | 1 | -677/+606 |
|
|
* | Now supports entire Python 2.0 language and still supports Python | Jeremy Hylton | 2000-10-13 | 1 | -6/+55 |
|
|
* | patches from Mark Hammond | Jeremy Hylton | 2000-05-02 | 1 | -3/+5 |
|
|
* | change node Classdef to Class | Jeremy Hylton | 2000-03-06 | 1 | -4/+4 |
|
|
* | add varargs and kwargs flags to Lambda nodes | Jeremy Hylton | 2000-02-17 | 1 | -0/+5 |
|
|
* | tidy up tryexcept and tryfinally nodes | Jeremy Hylton | 2000-02-15 | 1 | -14/+20 |
|
|
* | LeftShift & RightShift: fix reprs, change attr names to left and right | Jeremy Hylton | 2000-02-14 | 1 | -10/+10 |
|
|
* | rename several of the generic attribute names for nodes. new node attrs are: | Jeremy Hylton | 2000-02-14 | 1 | -12/+12 |
|
|
* | make all unary operators have a single child node called expr | Jeremy Hylton | 2000-02-08 | 1 | -4/+4 |
|
|
* | move constants out of transformer so that they can be shared with ast | Jeremy Hylton | 2000-02-08 | 1 | -0/+7 |
|
|
* | three files from the p2c cvs tree. the message here indicates the | Jeremy Hylton | 2000-02-04 | 1 | -0/+689 |
|
|