summaryrefslogtreecommitdiff
path: root/Lib/test/test_faulthandler.py
Commit message (Expand)AuthorAgeFilesLines
* 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-22/+70
|\
| * 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
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|/
* 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-8/+18
|\
| * (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead ofVictor Stinner2014-09-301-8/+18
| |\
| | * (Merge 3.4) test_faulthandler: fix typoVictor Stinner2014-09-251-1/+1
| | |\
| | * \ (Merge 3.4) Close #22175: Improve test_faulthandler readability with dedent.Victor Stinner2014-08-101-8/+18
| | |\ \
| | | * | Issue #22018: Add _testcapi.raise_signal()Victor Stinner2014-07-211-8/+18
* | | | | Only pass -E to the child interpreter if our interpreter was running in thatGregory P. Smith2015-01-221-7/+15
|/ / / /
* | | | faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-301-2/+2
| |_|/ |/| |
* | | test_faulthandler: fix typoVictor Stinner2014-09-251-1/+1
|/ /
* | Close #22175: Improve test_faulthandler readability with dedent.Victor Stinner2014-08-101-174/+176
|/
* 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-4/+1
|\ \ | |/ |/|
| * Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-4/+1
* | test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
|/
* 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
* Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD:Charles-François Natali2011-09-011-0/+3
* Issue #12700: fix test_faulthandler for Mac OS X LionVictor Stinner2011-08-081-4/+5
* Issue #12550: Add chain optional argument to faulthandler.register()Victor Stinner2011-07-131-3/+28
* Issue #12400: test_faulthandler now uses sys.__stderr__Victor Stinner2011-06-291-5/+1
* Issue #12400: fix test_faulthandler if regrtest captures sys.stderrVictor Stinner2011-06-291-8/+22
* test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) inVictor Stinner2011-06-011-6/+7
* faulthandler: dump all threads by defaultVictor Stinner2011-05-071-6/+6
* faulthandler: dump_tracebacks_later() displays also the timeoutVictor Stinner2011-04-081-1/+3
* faulthandler: one more time, fix usage of locks in the watchdog threadVictor Stinner2011-04-081-18/+27
* faulthandler: fix compilating without threadsVictor Stinner2011-04-071-0/+7
* Issue #11765: don't test time.sleep() in test_faulthandlerVictor Stinner2011-04-041-10/+2
* test_faulthandler: improve the test on dump_tracebacks_later(cancel=True)Victor Stinner2011-04-031-18/+15