COMMITS
/ Doc/library/signal.rst March 26, 2026
J
gh-146318: Document that signal.SIGSTOP is Unix-only (#146319)
Jonathan Dung committed
February 12, 2026
February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
October 20, 2025
W
gh-101100: Fix sphinx warnings in `library/resource.rst` (#140023)
Weilin Du committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
October 11, 2025
W
gh-101100: Fix Sphinx warnings in `Doc/library/signal.rst` (GH-139930)
Weilin Du committed
October 10, 2025
W
W
gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (#139844)
Weilin Du committed
September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
May 21, 2025
Y
gh-110631: Fix some incorrect indents in the documentation (#129312)
Yuki Kobayashi committed
April 14, 2025
J
gh-131803: Clarify that you must register signal handlers for set_wakeup_fd (#131859)
Jeremy Fleischman committed
September 25, 2024
M
gh-123014: Disable pidfd API on older Android versions (#124458)
Malcolm Smith committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
March 28, 2024
R
gh-114099: Add documentation for iOS platform (GH-117057)
Russell Keith-Magee committed
December 30, 2023
R
gh-89414: Document that SIGCLD is not available on macOS (#113580)
Ronald Oussoren committed
July 28, 2023
S
gh-107091: Fix some uses of :const: role (GH-107379)
Serhiy Storchaka committed
July 23, 2023
E
gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062)
Erlend E. Aasland committed
November 18, 2022
S
gh-85073: Add some missing links to source (GH-99363)
Stanley committed
November 13, 2022
R
gh-98930: improve the docstring of signal.strsignal (#99290)
ram vikram singh committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
July 29, 2022
C
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes committed
June 21, 2022
L
gh-93675: Fix typos in `Doc/` (GH-93676)
luzpaz committed
O
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin committed
April 25, 2022
V
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner committed
April 20, 2022
A
Fix awkward sentence in signal docs (#91508)
AJ Jordan committed
March 29, 2022
B
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
benfogle committed
December 13, 2021
G
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)
Gareth Rees committed
October 4, 2021
B
bpo-28206: Document signals Handlers, Sigmasks and Signals enums (GH-28628)
Bibo-Joshi committed
November 20, 2020
Z
Fix wrong availability for signal.SIGCHLD (#23285)
Zhang Maiyun committed
September 15, 2020
T
Doc: Fix broken manpage link (GH-21937)
Tim Burke committed
March 31, 2020
V
Document most common signals (GH-19245)
Victor Stinner committed
March 20, 2020
V
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
Victor Stinner committed
February 13, 2020
November 20, 2019
B
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
Benjamin Peterson committed
August 6, 2019
G
Improve signal documentation (GH-14274)
Géry Ogam committed
May 7, 2019
J
bpo-28795: Signal documentation: Fix misleading statement. (GH-13121)
Julien Palard committed
January 8, 2019
V
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev committed
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
August 17, 2018
A
Warn not to set SIGPIPE to SIG_DFL (#6773)
Alfred Perlstein committed
May 4, 2018
A
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou committed
March 12, 2018
A
signal: add strsignal() (#6017)
Antoine Pietri committed
December 18, 2017
N
bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792)
Nathaniel J. Smith committed
October 13, 2017
V
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)
Victor Stinner committed
June 13, 2017
A
Mention how to disable signal fd wakeup (#2140)
Antoine Pitrou committed
November 25, 2016
B
Issue #28738: Document SIGBREAK as an acceptable value on Windows
Berker Peksag committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
April 23, 2016
B
Issue #21382: Clarify signal.signal() documentation on Windows
Berker Peksag committed
April 11, 2016
M
Issue #14456: Remove contradiction about blocking signals from bad merge
Martin Panter committed