summaryrefslogtreecommitdiff
path: root/Modules/atexitmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #10756: atexit normalizes the exception before displaying it.Victor Stinner2011-01-051-0/+1
* Issue #4200: Changed the atexit module to store its state in its PyModuleDef ...Christian Heimes2008-10-301-50/+82
* Fix for issue 3666 - atexit.register with bad inputs segfaults on exit.Skip Montanaro2008-09-231-6/+7
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+18
* missing docstringsSkip Montanaro2007-08-061-5/+23
* Address some XXXs from Neal Norwitz.Collin Winter2007-03-231-8/+19
* Little fixes:Neal Norwitz2007-03-211-8/+15
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-0/+217