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