summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/symbols.py
Commit message (Expand)AuthorAgeFilesLines
* Only treat an AugAssign as def if its the target is a Name.Jeremy Hylton2001-04-121-2/+4
* Preliminary support for nested scopesJeremy Hylton2001-04-121-5/+125
* 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