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
/
test
/
test_atexit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Marcel Plch
2017-12-20
1
-0/+19
*
Test atexit shutdown mechanism in a subprocess (#4828)
Antoine Pitrou
2017-12-13
1
-0/+16
*
bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)
Serhiy Storchaka
2017-06-12
1
-0/+10
*
bpo-29845: Mark tests that use _testcapi as CPython-only (#711)
Serhiy Storchaka
2017-03-19
1
-0/+1
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-5/+1
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-1/+0
|
\
*
|
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23
1
-2/+2
*
|
Issue #18776: atexit callbacks now display their full traceback when they rai...
Antoine Pitrou
2013-10-13
1
-0/+19
|
\
\
|
|
/
|
*
Issue #18776: atexit callbacks now display their full traceback when they rai...
Antoine Pitrou
2013-10-13
1
-0/+19
*
|
Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...
Antoine Pitrou
2013-08-01
1
-2/+40
|
/
*
test_atexit: fix code saving/restoring stdout and stderr
Victor Stinner
2011-01-05
1
-1/+2
*
Issue #10756: atexit normalizes the exception before displaying it.
Victor Stinner
2011-01-05
1
-0/+8
*
merge from trunk
Benjamin Peterson
2008-10-11
1
-2/+3
*
add a test for bad atexit arguments
Benjamin Peterson
2008-09-23
1
-0/+4
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-2/+2
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-16/+16
*
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...
Collin Winter
2007-03-21
1
-79/+94
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-4/+4
*
Whitespace normalization.
Tim Peters
2004-11-07
1
-1/+1
*
Fix bug 1052242. Also includes rewrite of test case using unittest and
Skip Montanaro
2004-11-04
1
-52/+86
*
sys.executable can contain spaces, cater for this when passing it to
Jack Jansen
2003-02-24
1
-2/+2
*
Make the test pass for jython where there are no sys.executable.
Finn Bock
2002-11-06
1
-3/+7
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1/+1
*
Reorganized so the test is skipped if os.popen() doesn't exist (in stead of f...
Jack Jansen
2002-07-26
1
-4/+4
*
Use sys.executable to run Python, as suggested by Neal Norwitz.
Tim Peters
2002-07-17
1
-2/+3
*
Whitespace normalization.
Tim Peters
2002-07-16
1
-1/+1
*
The atexit module effectively turned itself off if sys.exitfunc already
Tim Peters
2002-07-16
1
-11/+48
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1/+1
*
Added the atexit module and documentation from Skip Montanaro
Fred Drake
2000-06-28
1
-0/+24