COMMITS
/ Modules/signalmodule.c September 4, 2020
V
bpo-41713: _signal doesn't use multi-phase init (GH-22087)
Victor Stinner committed
September 3, 2020
M
bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049)
Mohamed Koubaa committed
September 2, 2020
P
bpo-41675: Modernize siginterrupt calls (GH-22028)
Pablo Galindo committed
July 12, 2020
S
bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197)
Serhiy Storchaka committed
June 3, 2020
V
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner committed
June 2, 2020
V
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner committed
June 1, 2020
V
bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
April 8, 2020
V
bpo-40082: trip_signal() uses the main interpreter (GH-19441)
Victor Stinner committed
March 26, 2020
V
bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184)
Victor Stinner committed
March 20, 2020
V
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
Victor Stinner committed
March 19, 2020
V
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner committed
March 18, 2020
V
bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061)
Victor Stinner committed
February 13, 2020
November 20, 2019
B
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
Benjamin Peterson committed
September 9, 2019
A
bpo-38037: Fix reference counters in signal module (GH-15753)
animalize committed
July 11, 2019
J
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
Jeroen Demeyer committed
June 3, 2019
V
June 1, 2019
E
May 24, 2019
V
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner committed
V
bpo-37031: Reuse _PyRuntime.main_thread in signalmodule.c (GH-13538)
Victor Stinner committed
May 23, 2019
May 10, 2019
V
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner committed
J
bpo-36601: clarify signal handler comment and remove unnecessary pid check. (GH-12784)
Jeroen Demeyer committed
April 22, 2019
J
bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-12765)
Joannah Nanjekye committed
April 12, 2019
E
E
March 13, 2019
P
bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304)
pxinwr committed
March 4, 2019
V
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Victor Stinner committed
February 24, 2019
E
February 23, 2019
E
January 11, 2019
E
bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972)
Eric Snow committed
January 8, 2019
V
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 30, 2018
V
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner committed
August 23, 2018
M
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
Michael Osipov committed
June 1, 2018
P
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146)
pkerling 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
April 23, 2018
A
bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575)
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
November 3, 2017
A
bpo-30057: Fix potential missed signal in signal.signal(). (#4258)
Antoine Pitrou 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 17, 2017
A
bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (#2417)
Antoine Pitrou committed
June 30, 2017
A
bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)
Antoine Pitrou committed