COMMITS
/ Modules/clinic/signalmodule.c.h September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
July 13, 2025
S
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
Serhiy Storchaka committed
April 26, 2025
S
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988)
Serhiy Storchaka committed
March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka 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
April 12, 2024
S
gh-117764: Use Argument Clinic for signal.set_wakeup_fd() (GH-117777)
Serhiy Storchaka committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
August 24, 2023
V
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner committed
November 13, 2022
R
gh-98930: improve the docstring of signal.strsignal (#99290)
ram vikram singh committed
August 11, 2022
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
November 25, 2021
C
bpo-41498: Fix build on platforms without sigset_t (GH-29770)
Christian Heimes committed
July 12, 2020
S
bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197)
Serhiy Storchaka committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
November 20, 2019
B
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
Benjamin Peterson committed
August 29, 2019
January 11, 2019
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
January 8, 2019
V
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev committed
December 25, 2018
S
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
May 8, 2018
S
bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
Serhiy Storchaka 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 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
October 13, 2017
V
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)
Victor Stinner committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 10, 2017
S
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 9, 2016
S
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka committed
May 16, 2015
S
Fixed compilation error in signalmodule.c (issue #20182).
Serhiy Storchaka committed
T
Issue #20182: converted the signal module to use Argument Clinic
Tal Einat committed