1. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 5 years ago
  2. d5b4f1b bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) by Pablo Galindo · 6 years ago
  3. de2aea0 bpo-34939: Allow annotated global names in module namespace (GH-9844) by Pablo Galindo · 6 years ago
  4. 025eb98 bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) by Ammar Askar · 6 years ago
  5. 8114f21 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  6. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  7. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  8. febc332 Issue #26754: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  9. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  10. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  11. a8d7037 merge 3.1 by Benjamin Peterson · 13 years ago
  12. b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 13 years ago
  13. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  14. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  15. 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 · 15 years ago
  16. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 15 years ago
  17. b71caf1 revert 65897 by Benjamin Peterson · 16 years ago
  18. 9f9fc68 return sets instead of tuples from some symtable methods by Benjamin Peterson · 16 years ago
  19. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
  20. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  21. cd3e219 Use unittest and make sure a few other cases don't crash by Neal Norwitz · 19 years ago
  22. 89886ab Test is still disabled, but access through public module by Neal Norwitz · 19 years ago
  23. bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 19 years ago
  24. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 21 years ago
  25. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  26. 0e6d213 Whitespace normalization. by Tim Peters · 23 years ago
  27. 11db72a update to use new symtable interface by Jeremy Hylton · 23 years ago
  28. 5e7cb24 Add minimal interface to symtable: _symtable module. by Jeremy Hylton · 23 years ago