summaryrefslogtreecommitdiff
path: root/Lib/test/test_atexit.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a test_atexit failure when run with -3Antoine Pitrou2009-10-141-0/+1
* save/restore stdout/stderr instead of relying on __*__ versionsSkip Montanaro2008-10-071-2/+4
* Simplify individual tests by defining setUp and tearDown methods.Skip Montanaro2008-10-071-61/+27
* backport the atexit test for r66563Benjamin Peterson2008-09-231-0/+13
* Fix test_atexit so that it still passes when -3 is supplied. (It was catching...Steven Bethard2008-03-181-2/+2
* 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