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_faulthandler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Closes #15969: rename new API to have consistent names in the faulthandler mo...
Georg Brandl
2012-09-22
1
-19/+19
*
Issue #15463: Write a test for faulthandler truncating the name of functions
Victor Stinner
2012-08-01
1
-0/+24
*
Fix initialization of the faulthandler module
Victor Stinner
2012-07-31
1
-0/+15
*
Closes #14729: Allowed test to pass on Windows by adjusting the test conditio...
Vinay Sajip
2012-05-06
1
-1/+1
*
Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD:
Charles-François Natali
2011-09-01
1
-0/+3
*
Issue #12700: fix test_faulthandler for Mac OS X Lion
Victor Stinner
2011-08-08
1
-4/+5
*
Issue #12550: Add chain optional argument to faulthandler.register()
Victor Stinner
2011-07-13
1
-3/+28
*
Issue #12400: test_faulthandler now uses sys.__stderr__
Victor Stinner
2011-06-29
1
-5/+1
*
Issue #12400: fix test_faulthandler if regrtest captures sys.stderr
Victor Stinner
2011-06-29
1
-8/+22
*
test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) in
Victor Stinner
2011-06-01
1
-6/+7
*
faulthandler: dump all threads by default
Victor Stinner
2011-05-07
1
-6/+6
*
faulthandler: dump_tracebacks_later() displays also the timeout
Victor Stinner
2011-04-08
1
-1/+3
*
faulthandler: one more time, fix usage of locks in the watchdog thread
Victor Stinner
2011-04-08
1
-18/+27
*
faulthandler: fix compilating without threads
Victor Stinner
2011-04-07
1
-0/+7
*
Issue #11765: don't test time.sleep() in test_faulthandler
Victor Stinner
2011-04-04
1
-10/+2
*
test_faulthandler: improve the test on dump_tracebacks_later(cancel=True)
Victor Stinner
2011-04-03
1
-18/+15
*
test_faulthandler: fix regex on the check_dump_traceback_threads() traceback
Victor Stinner
2011-04-03
1
-3/+2
*
Issue #11393: signal of user signal displays tracebacks even if tstate==NULL
Victor Stinner
2011-04-01
1
-3/+6
*
Issue #11393: Fix faulthandler.disable() and add a test
Victor Stinner
2011-04-01
1
-8/+24
*
Issue #11393: The fault handler handles also SIGABRT
Victor Stinner
2011-04-01
1
-0/+9
*
Issue #11393: test_faulthandler is more tolerant on inaccurate time
Victor Stinner
2011-03-31
1
-7/+10
*
Issue #11393: get more information on assertion error (test_faulthandler)
Victor Stinner
2011-03-31
1
-2/+2
*
Issue #11393: check that stdout is empty if we use a file
Victor Stinner
2011-03-31
1
-3/+8
*
Issue #11393: test_faulthandler checks the exitcode after the output
Victor Stinner
2011-03-31
1
-15/+15
*
Issue #11393: limit stack overflow test to 100 MB
Victor Stinner
2011-03-31
1
-3/+5
*
Issue #11393: Disable test_stack_overflow of test_faulthandler
Victor Stinner
2011-03-31
1
-0/+1
*
Issue #11393: Add the new faulthandler module
Victor Stinner
2011-03-30
1
-0/+469