1. fb0a465 bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391) by Pablo Galindo · 4 years, 10 months ago
  2. 6f13adf Add a test for get_id() (GH-21370) by Joannah Nanjekye · 5 years ago
  3. 990ea42 bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396) by Batuhan Taşkaya · 5 years ago
  4. 799d7d6 bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) by Pablo Galindo · 5 years ago
  5. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 6 years ago
  6. d5b4f1b bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) by Pablo Galindo · 7 years ago
  7. de2aea0 bpo-34939: Allow annotated global names in module namespace (GH-9844) by Pablo Galindo · 7 years ago
  8. 025eb98 bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) by Ammar Askar · 7 years ago
  9. 8114f21 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 9 years ago
  10. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 9 years ago
  11. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 9 years ago
  12. febc332 Issue #26754: Undocumented support of general bytes-like objects by Serhiy Storchaka · 9 years ago
  13. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 9 years ago
  14. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 10 years ago
  15. a8d7037 merge 3.1 by Benjamin Peterson · 14 years ago
  16. b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 14 years ago
  17. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 16 years ago
  18. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  19. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 16 years ago
  20. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 16 years ago
  21. b71caf1 revert 65897 by Benjamin Peterson · 17 years ago
  22. 9f9fc68 return sets instead of tuples from some symtable methods by Benjamin Peterson · 17 years ago
  23. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 17 years ago
  24. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  25. cd3e219 Use unittest and make sure a few other cases don't crash by Neal Norwitz · 20 years ago
  26. 89886ab Test is still disabled, but access through public module by Neal Norwitz · 20 years ago
  27. bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 20 years ago
  28. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 22 years ago
  29. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  30. 0e6d213 Whitespace normalization. by Tim Peters · 24 years ago
  31. 11db72a update to use new symtable interface by Jeremy Hylton · 24 years ago
  32. 5e7cb24 Add minimal interface to symtable: _symtable module. by Jeremy Hylton · 25 years ago