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
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
1
-3/+1
*
gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)
Victor Stinner
2023-10-05
1
-5/+1
*
gh-110367: Enhance regrtest -jN --verbose3 (#110368)
Victor Stinner
2023-10-05
1
-1/+1
*
gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...
Serhiy Storchaka
2023-09-05
1
-0/+1
*
Fix test_faulthandler for sanitizers (#108245)
Victor Stinner
2023-08-22
1
-6/+13
*
gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)
Dong-hee Na
2023-05-21
1
-1/+1
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-0/+3
*
Refactor sanitiser skip tests into test.support (GH-30889)
Pablo Galindo Salgado
2022-01-25
1
-15/+5
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+3
*
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
[next]