1. 3391e64 Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: by Charles-François Natali · 13 years ago
  2. a8db378 Issue #12700: fix test_faulthandler for Mac OS X Lion by Victor Stinner · 13 years ago
  3. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 13 years ago
  4. 7248850 Issue #12400: test_faulthandler now uses sys.__stderr__ by Victor Stinner · 13 years ago
  5. 7e32f3a Issue #12400: fix test_faulthandler if regrtest captures sys.stderr by Victor Stinner · 13 years ago
  6. 301f3f0 test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) in by Victor Stinner · 13 years ago
  7. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 13 years ago
  8. c790a53 faulthandler: dump_tracebacks_later() displays also the timeout by Victor Stinner · 13 years ago
  9. de10f40 faulthandler: one more time, fix usage of locks in the watchdog thread by Victor Stinner · 13 years ago
  10. ff4cd88 faulthandler: fix compilating without threads by Victor Stinner · 13 years ago
  11. 9bdb43e Issue #11765: don't test time.sleep() in test_faulthandler by Victor Stinner · 13 years ago
  12. f77ccc6 test_faulthandler: improve the test on dump_tracebacks_later(cancel=True) by Victor Stinner · 13 years ago
  13. 1b3241f test_faulthandler: fix regex on the check_dump_traceback_threads() traceback by Victor Stinner · 13 years ago
  14. 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 13 years ago
  15. a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 13 years ago
  16. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  17. 7ad24e9 Issue #11393: test_faulthandler is more tolerant on inaccurate time by Victor Stinner · 13 years ago
  18. eb50e51 Issue #11393: get more information on assertion error (test_faulthandler) by Victor Stinner · 13 years ago
  19. 1940233 Issue #11393: check that stdout is empty if we use a file by Victor Stinner · 13 years ago
  20. 05585cb Issue #11393: test_faulthandler checks the exitcode after the output by Victor Stinner · 13 years ago
  21. f048075 Issue #11393: limit stack overflow test to 100 MB by Victor Stinner · 13 years ago
  22. 0862d6e Issue #11393: Disable test_stack_overflow of test_faulthandler by Victor Stinner · 13 years ago
  23. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago