index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_faulthandler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-0/+1
*
bpo-44466: Faulthandler now detects the GC (GH-26823)
Victor Stinner
2021-06-21
1
-14/+53
*
fix enum and backslash warnings (GH-25861)
Ethan Furman
2021-05-04
1
-1/+1
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-1/+1
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
1
-3/+5
*
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner
2021-01-19
1
-5/+5
*
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner
2021-01-18
1
-0/+19
*
bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
Victor Stinner
2021-01-18
1
-16/+14
*
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi
2020-08-06
1
-1/+2
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
1
-1/+6
*
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner
2019-12-08
1
-2/+1
*
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)
Victor Stinner
2019-09-18
1
-5/+2
*
bpo-38070: Py_FatalError() logs runtime state (GH-16246)
Victor Stinner
2019-09-17
1
-6/+12
*
bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440)
Thomas A Caswell
2019-08-29
1
-0/+11
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
1
-6/+4
*
Fix typos in test_faulthandler skipIfs for ubsan. (GH-11386)
Gregory P. Smith
2018-12-31
1
-4/+4
*
Cleanup test_faulthandler sanitizer skip logic. (GH-11381)
Gregory P. Smith
2018-12-31
1
-7/+14
*
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)
Gregory P. Smith
2018-12-31
1
-0/+9
*
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka
2018-09-17
1
-1/+1
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
1
-7/+8
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
1
-8/+7
*
bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821)
Victor Stinner
2017-12-12
1
-8/+6
*
bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604)
xdegaye
2017-11-29
1
-13/+14
*
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)
Victor Stinner
2017-10-09
1
-0/+16
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-8/+2
*
bpo-30557: Fix test_faulthandler (#1969)
Victor Stinner
2017-06-06
1
-2/+4
*
bpo-30557: faulthandler now correctly filters and displays exception codes on...
Steve Dower
2017-06-05
1
-0/+26
*
bpo-30125: Fix faulthandler.disable() on Windows (#1240)
Victor Stinner
2017-04-21
1
-0/+12
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-1/+0
*
Issue #26934: Fix test_faulthandler on Android where raise() exits with 0,
Xavier de Gaye
2016-11-13
1
-1/+1
*
Fix test_faulthandler on Android where raise() exits with 0
Xavier de Gaye
2016-11-13
1
-1/+13
*
Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...
Eric V. Smith
2016-09-10
1
-2/+2
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-4/+4
*
Issue 27921: Remove backslash from another f-string. I'll revert this change ...
Eric V. Smith
2016-09-03
1
-2/+2
*
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-1/+1
|
\
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
|
faulthandler: only log fatal exceptions
Victor Stinner
2016-03-23
1
-1/+1
*
|
faulthandler: add Windows exception handler
Victor Stinner
2016-03-23
1
-13/+49
*
|
faulthandler now works in non-Python threads
Victor Stinner
2016-03-16
1
-12/+24
|
/
*
faulthandler: Test Py_FatalError() with GIL released
Victor Stinner
2016-03-15
1
-0/+8
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-2/+2
*
Issue #23566: Skip "fd" tests of test_faulthandler on Windows
Victor Stinner
2015-03-13
1
-0/+8
*
Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()
Victor Stinner
2015-03-12
1
-57/+101
*
Only pass -E to the child interpreter if our interpreter was running in that
Gregory P. Smith
2015-01-23
1
-7/+15
|
\
|
*
Only pass -E to the child interpreter if our interpreter was running in that
Gregory P. Smith
2015-01-23
1
-7/+15
*
|
(Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead of
Victor Stinner
2014-09-30
1
-2/+2
|
\
\
|
|
/
|
*
faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),
Victor Stinner
2014-09-30
1
-2/+2
*
|
(Merge 3.4) test_faulthandler: fix typo
Victor Stinner
2014-09-24
1
-1/+1
|
\
\
|
|
/
|
*
test_faulthandler: fix typo
Victor Stinner
2014-09-24
1
-1/+1
[next]