summaryrefslogtreecommitdiff
path: root/Doc/library/faulthandler.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)Victor Stinner2019-09-181-2/+4
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-3/+3
* Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+2
|\
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* | faulthandler: add Windows exception handlerVictor Stinner2016-03-231-0/+3
|/
* Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-121-0/+24
* Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo.Victor Stinner2014-03-251-11/+17
* Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-241-2/+2
* Update faulthandler docs.Guido van Rossum2013-10-201-1/+2
* Closes #15969: rename new API to have consistent names in the faulthandler mo...Georg Brandl2012-09-221-4/+4
* Update the string limit in the faulthandler documentationsVictor Stinner2012-07-311-1/+1
* Issue #12550: Add chain optional argument to faulthandler.register()Victor Stinner2011-07-131-2/+2
* merge headsBenjamin Peterson2011-06-191-1/+1
|\
| * faulthandler doc: the the => theVictor Stinner2011-06-191-1/+1
* | clarifyBenjamin Peterson2011-06-191-6/+6
|/
* edit and rewriteBenjamin Peterson2011-06-171-40/+45
* faulthandler: dump all threads by defaultVictor Stinner2011-05-071-10/+11
* faulthandler: fix unregister() if it is called before register()Victor Stinner2011-04-081-1/+2
* Issue #11393: The fault handler handles also SIGABRTVictor Stinner2011-04-011-7/+7
* Fix markup.Georg Brandl2011-04-011-2/+2
* Issue #11393: Fix the documentation (cancel_dump_traceback_later)Victor Stinner2011-03-311-3/+3
* Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-311-0/+129