summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/symbols.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch [ 597919 ] compiler package and SET_LINENOJeremy Hylton2002-12-311-0/+3
* Merge of the release22 branch changes back into the trunk.Barry Warsaw2001-12-211-0/+2
* Whitespace normalization.Tim Peters2001-10-181-8/+8
* The object-being sliced in an assignment to a slice is referenced, notJeremy Hylton2001-09-141-2/+2
* Add generator detection to symbol table.Jeremy Hylton2001-08-291-9/+35
* Handle private namesJeremy Hylton2001-08-271-7/+3
* Fix for sibling nodes that define the same free variableJeremy Hylton2001-08-271-6/+10
* 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