summaryrefslogtreecommitdiff
path: root/Lib/test/test_symtable.py
Commit message (Expand)AuthorAgeFilesLines
* fix this to not depend on dictionary orderBenjamin Peterson2012-01-031-4/+4
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-4/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* return locals and cells in get_locals() not bound globals, thoughBenjamin Peterson2009-06-281-1/+1
* Add is_declared_global() which distinguishes between implicit andJeremy Hylton2009-03-311-0/+2
* remove deprecated symtable.Symbol methodsBenjamin Peterson2009-02-261-16/+0
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-111-6/+6
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-7/+7
* deprecate some useless, noop methods in symtableBenjamin Peterson2008-08-201-0/+16
* get the symtable module back in working orderBenjamin Peterson2008-08-171-20/+160
* Use unittest and make sure a few other cases don't crashNeal Norwitz2006-01-231-2/+23
* Test is still disabled, but access through public moduleNeal Norwitz2005-11-251-2/+2
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-201-13/+16
* SF patch 763201: handling of SyntaxErrors in symbol table buildJeremy Hylton2003-07-151-3/+15
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2001-02-151-1/+0
* update to use new symtable interfaceJeremy Hylton2001-02-091-3/+4
* Add minimal interface to symtable: _symtable module.Jeremy Hylton2001-02-021-0/+8