index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_symtable.py
Commit message (
Expand
)
Author
Age
*
fix this to not depend on dictionary order
Benjamin Peterson
2012-01-03
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
*
Merged revisions 70801,70809 via svnmerge from
Jeremy Hylton
2009-03-31
*
revert 65897
Benjamin Peterson
2008-08-20
*
return sets instead of tuples from some symtable methods
Benjamin Peterson
2008-08-20
*
Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from
Benjamin Peterson
2008-08-17
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Use unittest and make sure a few other cases don't crash
Neal Norwitz
2006-01-23
*
Test is still disabled, but access through public module
Neal Norwitz
2005-11-25
*
Disable some tests in anticipation of merging ast-branch to the head
Jeremy Hylton
2005-10-20
*
SF patch 763201: handling of SyntaxErrors in symbol table build
Jeremy Hylton
2003-07-15
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Whitespace normalization.
Tim Peters
2001-02-15
*
update to use new symtable interface
Jeremy Hylton
2001-02-09
*
Add minimal interface to symtable: _symtable module.
Jeremy Hylton
2001-02-02