summaryrefslogtreecommitdiff
path: root/Lib/test/test_atexit.py
Commit message (Expand)AuthorAgeFilesLines
* 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