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