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