Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | (so they are common with other binary ops) | ||||
* | rename several of the generic attribute names for nodes. new node attrs are: | Jeremy Hylton | 2000-02-14 | 1 | -12/+12 |
| | | | | | | Exec: expr, locals, globals Dict: items Assert: test, fail | ||||
* | 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 |
| | | | | add varargs and kwargs attributes to Function nodes | ||||
* | three files from the p2c cvs tree. the message here indicates the | Jeremy Hylton | 2000-02-04 | 1 | -0/+689 |
revision number the p2c cvs tree. COPYRIGHT: 1.1 ast.py: 1.3 transformer.py: 1.11 |