summaryrefslogtreecommitdiffstats
path: root/Lib/symtable.py
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unnecessary "from __future__ import nested_scopes" stmts.Tim Peters2001-07-121-1/+0
* Fix three PyChecker-detected gotchas.Jeremy Hylton2001-04-161-4/+10
* Whitespace normalization.Tim Peters2001-03-291-4/+4
* flesh out __all__Jeremy Hylton2001-03-231-14/+6
* First cut at a high-level symbol table interfaceJeremy Hylton2001-03-221-0/+258