Guido van Rossum
be19ed77dd
Fix most trivially-findable print statements.
...
There's one major and one minor category still unfixed:
doctests are the major category (and I hope to be able to augment the
refactoring tool to refactor bona fide doctests soon);
other code generating print statements in strings is the minor category.
(Oh, and I don't know if the compiler package works.)
2007-02-09 05:37:30 +00:00
Guido van Rossum
2def557aba
This module was still referencing some dead EXEC related constants.
2006-09-06 22:37:15 +00:00
Neal Norwitz
21d19f7203
Get symtable to limp along, can run compiler/symbols.py. Not saying much, needs more work.
2005-11-25 03:14:00 +00:00
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