1. b2f89ee Comment typo fixes by Andrew M. Kuchling · 21 years ago
  2. 16af557 Remove more out-of-date comments and clarify explanation of visit(). by Jeremy Hylton · 22 years ago
  3. 3b05c8e Remove out-of-date explanation in doc strings, as reported by Eric C. Newton. by Jeremy Hylton · 22 years ago
  4. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  5. 5a9ac97 Change default() to use getChildNodes() instead of getChildren() by Jeremy Hylton · 23 years ago
  6. 058a5ad Two changes to visitor API: by Jeremy Hylton · 23 years ago
  7. d91bbba Add support for extra (*) arguments to preorder. by Jeremy Hylton · 23 years ago
  8. 66d2c1f Small optimizations in dispatch method: 1) lookup node's __class__ once by Jeremy Hylton · 24 years ago
  9. 46cc7c0 Bring Tools/compiler almost up to date. Specifically: by Thomas Wouters · 24 years ago
  10. f635abe simplify visitor walker class by Jeremy Hylton · 24 years ago
  11. 9812e7b fix import to refer to compiler package by Jeremy Hylton · 24 years ago
  12. ed95861 factor out the tree walking/visitor code that was in compile.py by Jeremy Hylton · 24 years ago