1. 5083828 faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), by Victor Stinner · 11 years ago
  2. 29001c8 test_faulthandler: fix typo by Victor Stinner · 11 years ago
  3. 6d20168 Close #22175: Improve test_faulthandler readability with dedent. by Victor Stinner · 11 years ago
  4. e2d6690 Issue #21497: faulthandler functions now raise a better error if sys.stderr is by Victor Stinner · 11 years ago
  5. 7be5d7d Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down. by Guido van Rossum · 12 years ago
  6. 77e904e Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. by Antoine Pitrou · 12 years ago
  7. 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 12 years ago
  8. 647d1e1 (Merge 3.3) test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 12 years ago
  9. 330426c test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 12 years ago
  10. ef8115e Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change by Victor Stinner · 12 years ago
  11. e08d488 (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null() by Victor Stinner · 12 years ago
  12. 5678539 test_faulthandler: use _sigsegv() instead of _read_null() by Victor Stinner · 12 years ago
  13. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 12 years ago
  14. e1857d9 Fix indentation. by Ezio Melotti · 12 years ago
  15. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 12 years ago
  16. deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 13 years ago
  17. 53386d8 Issue #15463: Write a test for faulthandler truncating the name of functions by Victor Stinner · 13 years ago
  18. d5698cb Fix initialization of the faulthandler module by Victor Stinner · 13 years ago
  19. 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 · 13 years ago
  20. 3391e64 Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: by Charles-François Natali · 14 years ago
  21. a8db378 Issue #12700: fix test_faulthandler for Mac OS X Lion by Victor Stinner · 14 years ago
  22. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 14 years ago
  23. 7248850 Issue #12400: test_faulthandler now uses sys.__stderr__ by Victor Stinner · 14 years ago
  24. 7e32f3a Issue #12400: fix test_faulthandler if regrtest captures sys.stderr by Victor Stinner · 14 years ago
  25. 301f3f0 test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) in by Victor Stinner · 14 years ago
  26. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 14 years ago
  27. c790a53 faulthandler: dump_tracebacks_later() displays also the timeout by Victor Stinner · 14 years ago
  28. de10f40 faulthandler: one more time, fix usage of locks in the watchdog thread by Victor Stinner · 14 years ago
  29. ff4cd88 faulthandler: fix compilating without threads by Victor Stinner · 14 years ago
  30. 9bdb43e Issue #11765: don't test time.sleep() in test_faulthandler by Victor Stinner · 14 years ago
  31. f77ccc6 test_faulthandler: improve the test on dump_tracebacks_later(cancel=True) by Victor Stinner · 14 years ago
  32. 1b3241f test_faulthandler: fix regex on the check_dump_traceback_threads() traceback by Victor Stinner · 14 years ago
  33. 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 14 years ago
  34. a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 14 years ago
  35. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 14 years ago
  36. 7ad24e9 Issue #11393: test_faulthandler is more tolerant on inaccurate time by Victor Stinner · 14 years ago
  37. eb50e51 Issue #11393: get more information on assertion error (test_faulthandler) by Victor Stinner · 14 years ago
  38. 1940233 Issue #11393: check that stdout is empty if we use a file by Victor Stinner · 14 years ago
  39. 05585cb Issue #11393: test_faulthandler checks the exitcode after the output by Victor Stinner · 14 years ago
  40. f048075 Issue #11393: limit stack overflow test to 100 MB by Victor Stinner · 14 years ago
  41. 0862d6e Issue #11393: Disable test_stack_overflow of test_faulthandler by Victor Stinner · 14 years ago
  42. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago