summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_symtable.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Bug fix candidate.
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
| | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
* 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