Raymond Hettinger
|
e0d4972acc
|
Replaced .keys() with dictionary iterators
|
2002-06-02 18:55:56 +00:00 |
Tim Peters
|
bc0e910826
|
Convert a pile of obvious "yes/no" functions to return bool.
|
2002-04-04 22:55:58 +00:00 |
Tim Peters
|
c4889c496a
|
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
|
2001-07-12 22:36:02 +00:00 |
Jeremy Hylton
|
5030cf1c2d
|
Fix three PyChecker-detected gotchas.
Import OPT_ symbols from _symtable.
Define has_exec() and has_import_star().
|
2001-04-16 18:43:18 +00:00 |
Tim Peters
|
a19a168ccc
|
Whitespace normalization.
|
2001-03-29 04:36:09 +00:00 |
Jeremy Hylton
|
101651c128
|
flesh out __all__
remove debugging code in if __debug__:
add get_children() method on SymbolTable
|
2001-03-23 15:41:14 +00:00 |
Jeremy Hylton
|
816e149c85
|
First cut at a high-level symbol table interface
|
2001-03-22 23:32:22 +00:00 |