1. 301f3f0 test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) in by Victor Stinner · 13 years ago
  2. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 13 years ago
  3. c790a53 faulthandler: dump_tracebacks_later() displays also the timeout by Victor Stinner · 13 years ago
  4. de10f40 faulthandler: one more time, fix usage of locks in the watchdog thread by Victor Stinner · 13 years ago
  5. ff4cd88 faulthandler: fix compilating without threads by Victor Stinner · 13 years ago
  6. 9bdb43e Issue #11765: don't test time.sleep() in test_faulthandler by Victor Stinner · 13 years ago
  7. f77ccc6 test_faulthandler: improve the test on dump_tracebacks_later(cancel=True) by Victor Stinner · 13 years ago
  8. 1b3241f test_faulthandler: fix regex on the check_dump_traceback_threads() traceback by Victor Stinner · 13 years ago
  9. 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 13 years ago
  10. a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 13 years ago
  11. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  12. 7ad24e9 Issue #11393: test_faulthandler is more tolerant on inaccurate time by Victor Stinner · 13 years ago
  13. eb50e51 Issue #11393: get more information on assertion error (test_faulthandler) by Victor Stinner · 13 years ago
  14. 1940233 Issue #11393: check that stdout is empty if we use a file by Victor Stinner · 13 years ago
  15. 05585cb Issue #11393: test_faulthandler checks the exitcode after the output by Victor Stinner · 13 years ago
  16. f048075 Issue #11393: limit stack overflow test to 100 MB by Victor Stinner · 13 years ago
  17. 0862d6e Issue #11393: Disable test_stack_overflow of test_faulthandler by Victor Stinner · 13 years ago
  18. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago