index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
atexit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...
Collin Winter
2007-03-21
1
-65/+0
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-4/+4
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+3
*
SF bug #1083202L UnboundLocalError raised by atexit module
Raymond Hettinger
2004-12-11
1
-3/+3
*
Fix bug 1052242. Also includes rewrite of test case using unittest and
Skip Montanaro
2004-11-04
1
-2/+14
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-2/+2
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-1/+1
*
The atexit module effectively turned itself off if sys.exitfunc already
Tim Peters
2002-07-16
1
-9/+5
*
Bug #128475: mimetools.encode (sometimes) fails when called from a thread.
Tim Peters
2001-01-21
1
-2/+1
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+2
*
Whitespace standardization.
Tim Peters
2001-01-14
1
-3/+2
*
Added the atexit module and documentation from Skip Montanaro
Fred Drake
2000-06-28
1
-0/+54