summaryrefslogtreecommitdiff
path: root/Lib/atexit.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #1597824: return the registered function from atexit.register()Georg Brandl2006-11-161-0/+3
* SF bug #1083202L UnboundLocalError raised by atexit moduleRaymond Hettinger2004-12-111-3/+3
* Fix bug 1052242. Also includes rewrite of test case using unittest andSkip Montanaro2004-11-041-2/+14
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* The atexit module effectively turned itself off if sys.exitfunc alreadyTim Peters2002-07-161-9/+5
* Bug #128475: mimetools.encode (sometimes) fails when called from a thread.Tim Peters2001-01-211-2/+1
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Whitespace standardization.Tim Peters2001-01-141-3/+2
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-281-0/+54