summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/ast.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2006-03-041-3/+3
* Add support for absolute/relative imports and if/else expressions:Thomas Wouters2006-03-031-6/+23
* Whitespace normalization.Tim Peters2006-02-281-3/+3
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-3/+28
* Fix compiler.ast.flatten function so that it works on lists.Neil Schemenauer2005-06-021-4/+4
* Whitespace normalization.Tim Peters2004-09-121-4/+4
* compiler.transformer: correct lineno attribute when possibleJeremy Hylton2004-09-071-229/+205
* Whitespace normalization.Tim Peters2004-08-041-2/+2
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-629/+652
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-0/+76
* Comment typo fixesAndrew M. Kuchling2003-08-111-1/+1
* Patch #521714: fix pychecker warnings in ast.py.Martin v. Löwis2002-02-231-124/+124
* Merge of the release22 branch changes back into the trunk.Barry Warsaw2001-12-211-0/+15
* Whitespace normalization.Tim Peters2001-10-181-1/+1
* Re-created after change to astgen to calculate hardest_arg correctlyJeremy Hylton2001-09-171-577/+603
* the names attribute of Global is not a nodeJeremy Hylton2001-09-141-1/+1
* Revise implementations of getChildren() and getChildNodes().Jeremy Hylton2001-08-291-100/+602
* Generate correct reprs for Mul, Add, etc.Jeremy Hylton2001-08-181-20/+8
* Add Yield() nodeJeremy Hylton2001-08-181-0/+12
* Fix typo in astgen scriptJeremy Hylton2001-08-141-1/+1
* Regenerated from new ast.txt and new astgen.pyJeremy Hylton2001-08-141-12/+23
* Generated from rev 1.1 of ast.txtJeremy Hylton2000-10-251-677/+606
* Now supports entire Python 2.0 language and still supports PythonJeremy Hylton2000-10-131-6/+55
* 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