1. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  2. 2f8dfcd add a test for an assertion with tuple msg by Benjamin Peterson · 13 years ago
  3. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  4. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  5. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  6. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  7. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  8. 9b67602 move test to a better location by Benjamin Peterson · 16 years ago
  9. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  10. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  11. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. 1966f1c Fix refleaks exposed by test_raise. by Collin Winter · 17 years ago
  14. 812567d Cut test_raise down to size. by Collin Winter · 17 years ago
  15. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago