summaryrefslogtreecommitdiff
path: root/Lib/compiler/symbols.py
Commit message (Expand)AuthorAgeFilesLines
* Add globals to list of names returned by get_names().Jeremy Hylton2001-04-091-7/+13
* Add two arguments to Scope constructor, module scope and class nameJeremy Hylton2001-04-091-24/+92
* Add preliminary module symbol table constructorJeremy Hylton2001-04-091-0/+193