COMMITS
/ Lib/test/test_signal.py May 15, 2026
V
gh-149879: Fix test_signal on Cygwin (#149896)
Victor Stinner committed
August 4, 2025
P
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma committed
March 16, 2025
H
gh-127146: Update test skips for Emscripten 4.0.2 (#129474)
Hood Chatham committed
March 7, 2025
D
gh-130917: update timer and workload in test_signal (#130918)
Diego Russo committed
January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 28, 2025
H
gh-127146: Update test skips for Emscripten 4.0.1 (#129375)
Hood Chatham committed
September 18, 2024
F
gh-124083: Skip test_signal.test_strsignal() on NetBSD (#124084)
Furkan Onder committed
September 12, 2024
M
gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2 (#123981)
Malcolm Smith committed
June 27, 2024
S
gh-121065: Temporarily skip flaky test on free-threaded build (#121100)
Sam Gross committed
June 4, 2024
S
gh-120039: Reduce expected timeout in test_siginterrupt_off (#120047)
Sam Gross committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
December 24, 2023
Y
December 7, 2023
R
gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (#112834)
Ronald Oussoren committed
October 10, 2023
V
gh-110647: Fix signal test_stress_modifying_handlers() (#110650)
Victor Stinner committed
September 5, 2023
S
gh-108416: Mark slow but not CPU bound test methods with requires_resource('walltime') (GH-108480)
Serhiy Storchaka committed
March 8, 2023
K
GH-102397: Fix segfault from race condition in signal handling (#102399)
Kumar Aditya committed
June 16, 2022
V
Call busy_retry() and sleeping_retry() with error=True (#93871)
Victor Stinner committed
June 15, 2022
V
Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)
Victor Stinner committed
V
Add test.support.busy_retry() (#93770)
Victor Stinner committed
May 19, 2022
C
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes committed
May 16, 2022
C
gh-90473: WASI: Mark tests that require os.pipe() (GH-92837)
Christian Heimes committed
May 5, 2022
C
gh-64783: Don't check value of SIG_DFL and SIG_IGN (#92350)
Christian Heimes committed
April 25, 2022
V
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner committed
April 7, 2022
C
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes committed
March 15, 2022
C
bpo-40280: Skip wakeup_fd pipe tests on Emscripten (GH-31909)
Christian Heimes committed
January 25, 2022
C
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes committed
January 17, 2022
K
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya committed
V
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-30632)
Victor Stinner committed
January 16, 2022
E
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman committed
December 13, 2021
S
bpo-27718: Fix help for the signal module (GH-30063)
Serhiy Storchaka committed
April 27, 2021
E
bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670)
Ethan Furman committed
April 21, 2021
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman committed
April 20, 2021
E
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman committed
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman committed
March 31, 2021
E
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman committed
March 10, 2021
V
bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)
Victor Stinner committed
March 5, 2021
November 30, 2020
P
bpo-31904: Support signal module on VxWorks (GH-23391)
pxinwr committed
November 20, 2020
C
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi committed
January 30, 2020
D
bpo-39424: Use assertRaisesRegex instead of assertRaisesRegexp. (GH-18277)
damani42 committed
December 29, 2019
December 11, 2019
V
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner committed
November 20, 2019
B
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
Benjamin Peterson committed
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
February 17, 2019
G
bpo-36013: delete fragile interactive shell SIGINT test (GH-11902)
Gregory P. Smith committed
February 16, 2019
G
bpo-1054041: Exit properly after an uncaught ^C. (#11862)
Gregory P. Smith committed
January 8, 2019
V
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev committed
December 17, 2018
V
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner committed
August 23, 2018
M
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
Michael Osipov committed