summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/astgen.py
Commit message (Expand)AuthorAgeFilesLines
* NodeInfo.__gen_init(): Fiddle so that reindent.py isTim Peters2006-03-091-2/+5
* Fix compiler.ast.flatten function so that it works on lists.Neil Schemenauer2005-06-021-4/+4
* 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