index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
symtable.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
just return toplevel symbol table rather than all blocks (closes #19393)
Benjamin Peterson
2013-10-26
1
-4/+1
*
return locals and cells in get_locals() not bound globals, though
Benjamin Peterson
2009-06-28
1
-2/+4
*
Add is_declared_global() which distinguishes between implicit and
Jeremy Hylton
2009-03-31
1
-0/+3
*
remove deprecated symtable.Symbol methods
Benjamin Peterson
2009-02-26
1
-15/+0
*
fix silly errors of mine
Benjamin Peterson
2008-08-20
1
-3/+3
*
newSymbolTable is not public API
Benjamin Peterson
2008-08-20
1
-3/+2
*
deprecate some useless, noop methods in symtable
Benjamin Peterson
2008-08-20
1
-7/+11
*
get the symtable module back in working order
Benjamin Peterson
2008-08-17
1
-28/+25
*
Get symtable to limp along, can run compiler/symbols.py. Not saying much, ne...
Neal Norwitz
2005-11-25
1
-1/+4
*
Replaced .keys() with dictionary iterators
Raymond Hettinger
2002-06-02
1
-1/+1
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-12/+6
*
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
*
Whitespace normalization.
Tim Peters
2001-03-29
1
-4/+4
*
flesh out __all__
Jeremy Hylton
2001-03-23
1
-14/+6
*
First cut at a high-level symbol table interface
Jeremy Hylton
2001-03-22
1
-0/+258