summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/visitor.py
Commit message (Expand)AuthorAgeFilesLines
* Comment typo fixesAndrew M. Kuchling2003-08-111-1/+1
* Remove more out-of-date comments and clarify explanation of visit().Jeremy Hylton2002-04-181-7/+1
* Remove out-of-date explanation in doc strings,Jeremy Hylton2002-04-181-3/+1
* Whitespace normalization.Tim Peters2001-10-181-1/+1
* Change default() to use getChildNodes() instead of getChildren()Jeremy Hylton2001-08-291-3/+2
* Two changes to visitor API:Jeremy Hylton2001-08-271-20/+23
* Add support for extra (*) arguments to preorder.Jeremy Hylton2001-04-111-3/+3
* Small optimizations in dispatch method: 1) lookup node's __class__ onceJeremy Hylton2000-10-251-12/+14
* Bring Tools/compiler almost up to date. Specifically:Thomas Wouters2000-08-121-22/+22
* simplify visitor walker classJeremy Hylton2000-03-161-32/+22
* fix import to refer to compiler packageJeremy Hylton2000-03-061-1/+1
* factor out the tree walking/visitor code that was in compile.pyJeremy Hylton2000-03-061-0/+127