| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-12-28 | 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 |
|
|