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