Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ba8474b77dd86d8dde40eaa7a4a6715a476d6242
/
Lib
/
test
/
test_symtable.py
5fc58c6
fix this to not depend on dictionary order
by Benjamin Peterson
· 14 years ago
6257a7b
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
by Florent Xicluna
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
552e7a7
return locals and cells in get_locals() not bound globals, though
by Benjamin Peterson
· 16 years ago
1c157ea
Add is_declared_global() which distinguishes between implicit and
by Jeremy Hylton
· 16 years ago
b3dd548
remove deprecated symtable.Symbol methods
by Benjamin Peterson
· 16 years ago
d2e0938
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon)
by Nick Coghlan
· 17 years ago
672237d
warnings.catch_warnings() now returns a list or None instead of the custom
by Brett Cannon
· 17 years ago
e977ad4
deprecate some useless, noop methods in symtable
by Benjamin Peterson
· 17 years ago
7dd8547
get the symtable module back in working order
by Benjamin Peterson
· 17 years ago
cd3e219
Use unittest and make sure a few other cases don't crash
by Neal Norwitz
· 20 years ago
89886ab
Test is still disabled, but access through public module
by Neal Norwitz
· 20 years ago
bc2a62f
Disable some tests in anticipation of merging ast-branch to the head
by Jeremy Hylton
· 20 years ago
42d9016
SF patch 763201: handling of SyntaxErrors in symbol table build
by Jeremy Hylton
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
0e6d213
Whitespace normalization.
by Tim Peters
· 24 years ago
11db72a
update to use new symtable interface
by Jeremy Hylton
· 24 years ago
5e7cb24
Add minimal interface to symtable: _symtable module.
by Jeremy Hylton
· 25 years ago