summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/visitor.py
Commit message (Expand)AuthorAgeFilesLines
* 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