summaryrefslogtreecommitdiff
path: root/Lib/test/test_atexit.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)Marcel Plch2017-12-201-0/+19
* Test atexit shutdown mechanism in a subprocess (#4828)Antoine Pitrou2017-12-131-0/+16
* bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)Serhiy Storchaka2017-06-121-0/+10
* bpo-29845: Mark tests that use _testcapi as CPython-only (#711)Serhiy Storchaka2017-03-191-0/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-1/+0
|\
* | Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-2/+2
* | Issue #18776: atexit callbacks now display their full traceback when they rai...Antoine Pitrou2013-10-131-0/+19
|\ \ | |/
| * Issue #18776: atexit callbacks now display their full traceback when they rai...Antoine Pitrou2013-10-131-0/+19
* | Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...Antoine Pitrou2013-08-011-2/+40
|/
* test_atexit: fix code saving/restoring stdout and stderrVictor Stinner2011-01-051-1/+2
* Issue #10756: atexit normalizes the exception before displaying it.Victor Stinner2011-01-051-0/+8
* merge from trunkBenjamin Peterson2008-10-111-2/+3
* add a test for bad atexit argumentsBenjamin Peterson2008-09-231-0/+4
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-16/+16
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-79/+94
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Whitespace normalization.Tim Peters2004-11-071-1/+1
* Fix bug 1052242. Also includes rewrite of test case using unittest andSkip Montanaro2004-11-041-52/+86
* sys.executable can contain spaces, cater for this when passing it toJack Jansen2003-02-241-2/+2
* Make the test pass for jython where there are no sys.executable.Finn Bock2002-11-061-3/+7
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Reorganized so the test is skipped if os.popen() doesn't exist (in stead of f...Jack Jansen2002-07-261-4/+4
* Use sys.executable to run Python, as suggested by Neal Norwitz.Tim Peters2002-07-171-2/+3
* Whitespace normalization.Tim Peters2002-07-161-1/+1
* The atexit module effectively turned itself off if sys.exitfunc alreadyTim Peters2002-07-161-11/+48
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-281-0/+24