summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_faulthandler.py
Commit message (Expand)AuthorAgeFilesLines
* faulthandler: dump all threads by defaultVictor Stinner2011-05-071-6/+6
* faulthandler: dump_tracebacks_later() displays also the timeoutVictor Stinner2011-04-081-1/+3
* faulthandler: one more time, fix usage of locks in the watchdog threadVictor Stinner2011-04-081-18/+27
* faulthandler: fix compilating without threadsVictor Stinner2011-04-071-0/+7
* Issue #11765: don't test time.sleep() in test_faulthandlerVictor Stinner2011-04-041-10/+2
* test_faulthandler: improve the test on dump_tracebacks_later(cancel=True)Victor Stinner2011-04-031-18/+15
* test_faulthandler: fix regex on the check_dump_traceback_threads() tracebackVictor Stinner2011-04-031-3/+2
* Issue #11393: signal of user signal displays tracebacks even if tstate==NULLVictor Stinner2011-04-011-3/+6
* Issue #11393: Fix faulthandler.disable() and add a testVictor Stinner2011-04-011-8/+24
* Issue #11393: The fault handler handles also SIGABRTVictor Stinner2011-04-011-0/+9
* Issue #11393: test_faulthandler is more tolerant on inaccurate timeVictor Stinner2011-03-311-7/+10
* Issue #11393: get more information on assertion error (test_faulthandler)Victor Stinner2011-03-311-2/+2
* Issue #11393: check that stdout is empty if we use a fileVictor Stinner2011-03-311-3/+8
* Issue #11393: test_faulthandler checks the exitcode after the outputVictor Stinner2011-03-311-15/+15
* Issue #11393: limit stack overflow test to 100 MBVictor Stinner2011-03-311-3/+5
* Issue #11393: Disable test_stack_overflow of test_faulthandlerVictor Stinner2011-03-311-0/+1
* Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-301-0/+469