summaryrefslogtreecommitdiff
path: root/Lib/test/test_symtable.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* 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