summaryrefslogtreecommitdiff
path: root/Lib/test/test_faulthandler.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in test_faulthandler skipIfs for ubsan. (GH-11386)Miss Islington (bot)2018-12-301-4/+4
* Cleanup test_faulthandler sanitizer skip logic. (GH-11381)Miss Islington (bot)2018-12-301-7/+14
* bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-1137...Miss Islington (bot)2018-12-301-0/+9
* bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821)Victor Stinner2017-12-121-8/+6
* bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604)xdegaye2017-11-291-13/+14
* bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)Victor Stinner2017-10-091-0/+16
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-8/+2
* bpo-30557: Fix test_faulthandler (#1969)Victor Stinner2017-06-061-2/+4
* bpo-30557: faulthandler now correctly filters and displays exception codes on...Steve Dower2017-06-051-0/+26
* bpo-30125: Fix faulthandler.disable() on Windows (#1240)Victor Stinner2017-04-211-0/+12
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #26934: Fix test_faulthandler on Android where raise() exits with 0,Xavier de Gaye2016-11-131-1/+1
* Fix test_faulthandler on Android where raise() exits with 0Xavier de Gaye2016-11-131-1/+13
* Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...Eric V. Smith2016-09-091-2/+2
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-4/+4
* Issue 27921: Remove backslash from another f-string. I'll revert this change ...Eric V. Smith2016-09-031-2/+2
* Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-1/+1
|\
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* | faulthandler: only log fatal exceptionsVictor Stinner2016-03-231-1/+1
* | faulthandler: add Windows exception handlerVictor Stinner2016-03-231-13/+49
* | faulthandler now works in non-Python threadsVictor Stinner2016-03-161-12/+24
|/
* faulthandler: Test Py_FatalError() with GIL releasedVictor Stinner2016-03-151-0/+8
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-2/+2
* Issue #23566: Skip "fd" tests of test_faulthandler on WindowsVictor Stinner2015-03-131-0/+8
* Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-121-57/+101
* Only pass -E to the child interpreter if our interpreter was running in thatGregory P. Smith2015-01-221-7/+15
|\
| * Only pass -E to the child interpreter if our interpreter was running in thatGregory P. Smith2015-01-221-7/+15
* | (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead ofVictor Stinner2014-09-301-2/+2
|\ \ | |/
| * faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-301-2/+2
* | (Merge 3.4) test_faulthandler: fix typoVictor Stinner2014-09-251-1/+1
|\ \ | |/
| * test_faulthandler: fix typoVictor Stinner2014-09-251-1/+1
* | (Merge 3.4) Close #22175: Improve test_faulthandler readability with dedent.Victor Stinner2014-08-101-178/+180
|\ \ | |/
| * Close #22175: Improve test_faulthandler readability with dedent.Victor Stinner2014-08-101-174/+176
* | Issue #22018: Add _testcapi.raise_signal()Victor Stinner2014-07-211-8/+18
|/
* Issue #21497: faulthandler functions now raise a better error if sys.stderr isVictor Stinner2014-05-141-0/+25
* Issue 19306: Add extra hints to faulthandler stack dumps that they are upside...Guido van Rossum2013-10-201-9/+9
* Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...Antoine Pitrou2013-10-081-20/+4
* Close #18957: The PYTHONFAULTHANDLER environment variable now only enables theVictor Stinner2013-09-081-7/+23
* (Merge 3.3) test_faulthandler: skip test_read_null() on AIXVictor Stinner2013-07-031-0/+2
|\
| * test_faulthandler: skip test_read_null() on AIXVictor Stinner2013-07-031-0/+2
* | Issue #17206: Fix test_cmd_line and test_faulthandler for my previous changeVictor Stinner2013-06-251-3/+5
* | (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
|\ \ | |/
| * test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-4/+1
|/
* Fix indentation.Ezio Melotti2013-03-051-1/+1
* #11732: add a new suppress_crash_popup() context manager to test.support.Ezio Melotti2013-03-051-2/+4
* Closes #15969: rename new API to have consistent names in the faulthandler mo...Georg Brandl2012-09-221-19/+19
* Issue #15463: Write a test for faulthandler truncating the name of functionsVictor Stinner2012-08-011-0/+24
* Fix initialization of the faulthandler moduleVictor Stinner2012-07-311-0/+15
* Closes #14729: Allowed test to pass on Windows by adjusting the test conditio...Vinay Sajip2012-05-061-1/+1