summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/ast.py
Commit message (Expand)AuthorAgeFilesLines
* patches from Mark HammondJeremy Hylton2000-05-021-3/+5
* change node Classdef to ClassJeremy Hylton2000-03-061-4/+4
* add varargs and kwargs flags to Lambda nodesJeremy Hylton2000-02-171-0/+5
* tidy up tryexcept and tryfinally nodesJeremy Hylton2000-02-151-14/+20
* LeftShift & RightShift: fix reprs, change attr names to left and rightJeremy Hylton2000-02-141-10/+10
* rename several of the generic attribute names for nodes. new node attrs are:Jeremy Hylton2000-02-141-12/+12
* make all unary operators have a single child node called exprJeremy Hylton2000-02-081-4/+4
* move constants out of transformer so that they can be shared with astJeremy Hylton2000-02-081-0/+7
* three files from the p2c cvs tree. the message here indicates theJeremy Hylton2000-02-041-0/+689