Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ec7cf1382bc4f32aa4fe20edcf8be83cbf530c62
/
Lib
/
compiler
/
visitor.py
16af557
Remove more out-of-date comments and clarify explanation of visit().
by Jeremy Hylton
· 23 years ago
3b05c8e
Remove out-of-date explanation in doc strings, as reported by Eric C. Newton.
by Jeremy Hylton
· 23 years ago
e0c446b
Whitespace normalization.
by Tim Peters
· 23 years ago
5a9ac97
Change default() to use getChildNodes() instead of getChildren()
by Jeremy Hylton
· 23 years ago
058a5ad
Two changes to visitor API:
by Jeremy Hylton
· 23 years ago
d91bbba
Add support for extra (*) arguments to preorder.
by Jeremy Hylton
· 24 years ago
66d2c1f
Small optimizations in dispatch method: 1) lookup node's __class__ once
by Jeremy Hylton
· 24 years ago
46cc7c0
Bring Tools/compiler almost up to date. Specifically:
by Thomas Wouters
· 24 years ago
f635abe
simplify visitor walker class
by Jeremy Hylton
· 25 years ago
9812e7b
fix import to refer to compiler package
by Jeremy Hylton
· 25 years ago
ed95861
factor out the tree walking/visitor code that was in compile.py
by Jeremy Hylton
· 25 years ago