1. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 7 years ago
  2. fc5db95 Test atexit shutdown mechanism in a subprocess (#4828) by Antoine Pitrou · 7 years ago
  3. 3fd54d4 bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034) by Serhiy Storchaka · 7 years ago
  4. 24c738a bpo-29845: Mark tests that use _testcapi as CPython-only (#711) by Serhiy Storchaka · 7 years ago
  5. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  6. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  7. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  8. 6039db8 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  9. 24201d4 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  10. 2d350fd Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware. by Antoine Pitrou · 11 years ago
  11. 457ab06 test_atexit: fix code saving/restoring stdout and stderr by Victor Stinner · 14 years ago
  12. 358e11d Issue #10756: atexit normalizes the exception before displaying it. by Victor Stinner · 14 years ago
  13. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  14. b8401c7 add a test for bad atexit arguments by Benjamin Peterson · 16 years ago
  15. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  16. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  17. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  18. 670e692 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. by Collin Winter · 17 years ago
  19. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  20. 00afb07 Whitespace normalization. by Tim Peters · 20 years ago
  21. 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 20 years ago
  22. 0c44c04 sys.executable can contain spaces, cater for this when passing it to by Jack Jansen · 21 years ago
  23. 41c570f Make the test pass for jython where there are no sys.executable. by Finn Bock · 22 years ago
  24. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  25. aeb6a60 Reorganized so the test is skipped if os.popen() doesn't exist (in stead of failing). by Jack Jansen · 22 years ago
  26. c7b6bed Use sys.executable to run Python, as suggested by Neal Norwitz. by Tim Peters · 22 years ago
  27. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  28. 012b69c The atexit module effectively turned itself off if sys.exitfunc already by Tim Peters · 22 years ago
  29. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  30. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  31. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago