Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove now-unnecessary "from __future__ import nested_scopes" stmts. | Tim Peters | 2001-07-12 | 1 | -1/+0 |
| | |||||
* | Fix three PyChecker-detected gotchas. | Jeremy Hylton | 2001-04-16 | 1 | -4/+10 |
| | | | | | Import OPT_ symbols from _symtable. Define has_exec() and has_import_star(). | ||||
* | Whitespace normalization. | Tim Peters | 2001-03-29 | 1 | -4/+4 |
| | |||||
* | flesh out __all__ | Jeremy Hylton | 2001-03-23 | 1 | -14/+6 |
| | | | | | | remove debugging code in if __debug__: add get_children() method on SymbolTable | ||||
* | First cut at a high-level symbol table interface | Jeremy Hylton | 2001-03-22 | 1 | -0/+258 |