1. c6e80eb Merged revisions 67654,67676-67677,67681,67692,67725,67746,67748,67761,67784-67785,67787-67788,67802,67832,67848-67849,67859,67862-67864,67880,67882,67885,67889-67892,67895 via svnmerge from by Benjamin Peterson · 17 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 · 24 years ago
  4. 3b05c8e Remove out-of-date explanation in doc strings, as reported by Eric C. Newton. by Jeremy Hylton · 24 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 · 25 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 · 26 years ago
  12. 9812e7b fix import to refer to compiler package by Jeremy Hylton · 26 years ago
  13. ed95861 factor out the tree walking/visitor code that was in compile.py by Jeremy Hylton · 26 years ago