History log of /external/python/cpython2/Lib/symtable.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
657d06b13eb42dc300436cd1e1788c421a5ada9f 26-Oct-2013 Benjamin Peterson <benjamin@python.org> just return toplevel symbol table rather than all blocks (closes #19393)
/external/python/cpython2/Lib/symtable.py
552e7a7e2f526fa0637a3e14f47354c567dfe26e 28-Jun-2009 Benjamin Peterson <benjamin@python.org> return locals and cells in get_locals() not bound globals, though
/external/python/cpython2/Lib/symtable.py
1c157ea984afd94ea3aa9ceeaf14e4de7b0583b4 31-Mar-2009 Jeremy Hylton <jeremy@alum.mit.edu> Add is_declared_global() which distinguishes between implicit and
explicit global variables.
/external/python/cpython2/Lib/symtable.py
b3dd5485da12739d71890828a2e2d457b9f633c0 26-Feb-2009 Benjamin Peterson <benjamin@python.org> remove deprecated symtable.Symbol methods
/external/python/cpython2/Lib/symtable.py
e6b5ba621f6f9a5463469cbc1873907e43be8bb8 20-Aug-2008 Benjamin Peterson <benjamin@python.org> fix silly errors of mine
/external/python/cpython2/Lib/symtable.py
86da890a9e2f186bf47bb9b5754a99f3d3a93ed0 20-Aug-2008 Benjamin Peterson <benjamin@python.org> newSymbolTable is not public API
/external/python/cpython2/Lib/symtable.py
e977ad4d7bda48451c70b72b221c9804b353ceb9 20-Aug-2008 Benjamin Peterson <benjamin@python.org> deprecate some useless, noop methods in symtable
/external/python/cpython2/Lib/symtable.py
7dd854725b0ecdd47b3818fe12ce2a3f9948f3ce 17-Aug-2008 Benjamin Peterson <benjamin@python.org> get the symtable module back in working order
- Fix broken functions
- Add (hopefully) extensive tests
- Modernize a little
/external/python/cpython2/Lib/symtable.py
21d19f7203f147622dfab9ddcc3efe1e0d71cd70 25-Nov-2005 Neal Norwitz <nnorwitz@gmail.com> Get symtable to limp along, can run compiler/symbols.py. Not saying much, needs more work.
/external/python/cpython2/Lib/symtable.py
e0d4972acc8cfd4b8fb16c074a8031e50fab0f29 02-Jun-2002 Raymond Hettinger <python@rcn.com> Replaced .keys() with dictionary iterators
/external/python/cpython2/Lib/symtable.py
bc0e9108261693b6278687f4fb4709ff76c2e543 05-Apr-2002 Tim Peters <tim.peters@gmail.com> Convert a pile of obvious "yes/no" functions to return bool.
/external/python/cpython2/Lib/symtable.py
c4889c496ade6a1529a74054f8fcc2847d8cd0bb 13-Jul-2001 Tim Peters <tim.peters@gmail.com> Remove now-unnecessary "from __future__ import nested_scopes" stmts.
/external/python/cpython2/Lib/symtable.py
5030cf1c2db98d5e83ef0c2b21e3d7a1fed50047 16-Apr-2001 Jeremy Hylton <jeremy@alum.mit.edu> Fix three PyChecker-detected gotchas.

Import OPT_ symbols from _symtable.
Define has_exec() and has_import_star().
/external/python/cpython2/Lib/symtable.py
a19a168cccbc61b2a002475dd3b966b50983003e 29-Mar-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/symtable.py
101651c128825a05a7ba7c1c556c90e22bfb86c2 23-Mar-2001 Jeremy Hylton <jeremy@alum.mit.edu> flesh out __all__

remove debugging code in if __debug__:

add get_children() method on SymbolTable
/external/python/cpython2/Lib/symtable.py
816e149c8512c1555516d31facb46b2b7c127b7a 23-Mar-2001 Jeremy Hylton <jeremy@alum.mit.edu> First cut at a high-level symbol table interface
/external/python/cpython2/Lib/symtable.py