COMMITS
/ Modules/signalmodule.c September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
September 15, 2025
S
gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523)
Serhiy Storchaka committed
September 6, 2025
M
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
July 26, 2025
S
gh-126662: naming consistency for `signal.ItimerError` (#126712)
Stephen Morton committed
April 23, 2025
P
gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)
Pablo Galindo Salgado committed
March 20, 2025
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 30, 2025
V
gh-129354: Use PyErr_FormatUnraisable() function (#129435)
Victor Stinner committed
September 25, 2024
M
gh-123014: Disable pidfd API on older Android versions (#124458)
Malcolm Smith committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 12, 2024
S
gh-117764: Use Argument Clinic for signal.set_wakeup_fd() (GH-117777)
Serhiy Storchaka committed
February 20, 2024
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
B
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers committed
November 2, 2023
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
October 27, 2023
V
gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)
Victor Stinner committed
October 20, 2023
S
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka committed
October 9, 2023
D
gh-109693: Use pyatomic.h for signal module (gh-110480)
Donghee Na committed
E
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow committed
October 4, 2023
M
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
Mark Shannon committed
September 2, 2023
V
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner committed
July 4, 2023
V
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner committed
June 13, 2023
E
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
March 13, 2023
March 8, 2023
K
GH-102397: Fix segfault from race condition in signal handling (#102399)
Kumar Aditya committed
February 24, 2023
I
January 9, 2023
B
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher committed
December 12, 2022
E
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow committed
November 13, 2022
R
gh-98930: improve the docstring of signal.strsignal (#99290)
ram vikram singh committed
October 12, 2022
V
signalmodule.c uses _PyErr_WriteUnraisableMsg() (#98217)
Victor Stinner committed
October 8, 2022
P
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado committed
September 13, 2022
June 20, 2022
C
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
April 25, 2022
V
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner committed
April 21, 2022
V
gh-90623: signal.raise_signal() calls PyErr_CheckSignals() (#91756)
Victor Stinner committed
April 3, 2022
H
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
Hood Chatham committed
March 8, 2022
C
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
Christian Heimes committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
January 27, 2022
V
bpo-46417: signal: move siginfo_type to the module state (GH-30964)
Victor Stinner committed
January 21, 2022
V
bpo-46417: signal uses PyStructSequence_NewType() (GH-30735)
Victor Stinner committed
January 12, 2022
December 13, 2021
G
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)
Gareth Rees committed
December 12, 2021
November 25, 2021
C
bpo-41498: Fix build on platforms without sigset_t (GH-29770)
Christian Heimes committed
October 28, 2021
M
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon committed
October 13, 2021
V
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner committed