1. 5fc58c6 fix this to not depend on dictionary order by Benjamin Peterson · 14 years ago
  2. 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
  3. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  4. 552e7a7 return locals and cells in get_locals() not bound globals, though by Benjamin Peterson · 16 years ago
  5. 1c157ea Add is_declared_global() which distinguishes between implicit and by Jeremy Hylton · 16 years ago
  6. b3dd548 remove deprecated symtable.Symbol methods by Benjamin Peterson · 16 years ago
  7. 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
  8. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  9. e977ad4 deprecate some useless, noop methods in symtable by Benjamin Peterson · 17 years ago
  10. 7dd8547 get the symtable module back in working order by Benjamin Peterson · 17 years ago
  11. cd3e219 Use unittest and make sure a few other cases don't crash by Neal Norwitz · 20 years ago
  12. 89886ab Test is still disabled, but access through public module by Neal Norwitz · 20 years ago
  13. bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 20 years ago
  14. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 22 years ago
  15. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  16. 0e6d213 Whitespace normalization. by Tim Peters · 24 years ago
  17. 11db72a update to use new symtable interface by Jeremy Hylton · 24 years ago
  18. 5e7cb24 Add minimal interface to symtable: _symtable module. by Jeremy Hylton · 25 years ago