Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |