1. e46a8af bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) by Nathaniel J. Smith · 7 years ago
  2. f15c4d3 bpo-20548: Use specific asserts in warnings and exceptions tests (#788) by Serhiy Storchaka · 7 years ago
  3. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  4. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  5. 1d5ccdb Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Furman) by Nick Coghlan · 12 years ago
  6. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  7. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  8. 2f8dfcd add a test for an assertion with tuple msg by Benjamin Peterson · 13 years ago
  9. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  10. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  11. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  12. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  13. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  14. 9b67602 move test to a better location by Benjamin Peterson · 16 years ago
  15. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  16. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  17. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  18. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  19. 1966f1c Fix refleaks exposed by test_raise. by Collin Winter · 17 years ago
  20. 812567d Cut test_raise down to size. by Collin Winter · 17 years ago
  21. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago