COMMITS
/ Modules/signalmodule.c 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
June 28, 2017
A
bpo-30703: Improve signal delivery (#2415)
Antoine Pitrou committed
May 27, 2017
A
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou committed
May 16, 2017
N
bpo-30038: fix race condition in signal delivery + wakeup fd (#1082)
Nathaniel J. Smith committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
October 1, 2016
Z
Issue #21085: add configure check for siginfo_t.si_band
Zachary Ware committed
September 17, 2016
M
Issue #28139: Merge indentation fixes from 3.5 into 3.6
Martin Panter committed
M
Issue #28139: Fix messed up indentation
Martin Panter committed
September 8, 2016
C
Use PyModule_AddIntMacro() in signal module
Christian Heimes committed
S
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
July 7, 2016
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
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
April 1, 2015
V
Issue #23836: Use _Py_write_noraise() to retry on EINTR in trip_signal() of
Victor Stinner committed
March 30, 2015
V
PEP 475: on EINTR, retry the function even if the timeout is equals to zero
Victor Stinner committed