Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
78118992ad6fa5c9a5c9d829ae2733a4bac96cd8
/
Lib
/
symtable.py
552e7a7
return locals and cells in get_locals() not bound globals, though
by Benjamin Peterson
· 15 years ago
1c157ea
Add is_declared_global() which distinguishes between implicit and
by Jeremy Hylton
· 16 years ago
b3dd548
remove deprecated symtable.Symbol methods
by Benjamin Peterson
· 16 years ago
e6b5ba6
fix silly errors of mine
by Benjamin Peterson
· 16 years ago
86da890
newSymbolTable is not public API
by Benjamin Peterson
· 16 years ago
e977ad4
deprecate some useless, noop methods in symtable
by Benjamin Peterson
· 16 years ago
7dd8547
get the symtable module back in working order
by Benjamin Peterson
· 16 years ago
21d19f7
Get symtable to limp along, can run compiler/symbols.py. Not saying much, needs more work.
by Neal Norwitz
· 19 years ago
e0d4972
Replaced .keys() with dictionary iterators
by Raymond Hettinger
· 22 years ago
bc0e910
Convert a pile of obvious "yes/no" functions to return bool.
by Tim Peters
· 23 years ago
c4889c4
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
by Tim Peters
· 23 years ago
5030cf1
Fix three PyChecker-detected gotchas.
by Jeremy Hylton
· 24 years ago
a19a168
Whitespace normalization.
by Tim Peters
· 24 years ago
101651c
flesh out __all__
by Jeremy Hylton
· 24 years ago
816e149
First cut at a high-level symbol table interface
by Jeremy Hylton
· 24 years ago