summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/astgen.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2004-09-121-1/+1
* compiler.transformer: correct lineno attribute when possibleJeremy Hylton2004-09-071-39/+30
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-7/+22
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* Fix calculation of hardest_arg.Jeremy Hylton2001-09-171-3/+3
* Revise implementations of getChildren() and getChildNodes().Jeremy Hylton2001-08-291-18/+112
* Generate correct reprs for Mul, Add, etc.Jeremy Hylton2001-08-181-0/+2
* Fix typo in astgen scriptJeremy Hylton2001-08-141-1/+1
* Add getChildNodes() method to NodeJeremy Hylton2001-08-141-0/+2
* Support for generation of ast.py from simple description of nodeJeremy Hylton2000-10-251-0/+182