| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-31904: Support signal module on VxWorks (GH-23391) | ![](//www.gravatar.com/avatar/6b962a251c95e7ff7fafbedc349ae8b2?s=13&d=retro) pxinwr | 2020-11-30 | 1 | -0/+4 |
* | bpo-41713: Port _signal module to multi-phase init (GH-23355) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-11-17 | 1 | -16/+17 |
* | bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-11-17 | 1 | -0/+23 |
* | bpo-41686: Refactor signal_exec() (GH-23346) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-11-17 | 1 | -158/+125 |
* | bpo-41686: Always create the SIGINT event on Windows (GH-23344) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-11-17 | 1 | -53/+87 |
* | bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-11-17 | 1 | -12/+25 |
* | bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte... | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2020-10-26 | 1 | -2/+1 |
* | bpo-41713: _signal doesn't use multi-phase init (GH-22087) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-09-04 | 1 | -7/+13 |
* | bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049) | ![](//www.gravatar.com/avatar/7dd6dfb3f13090763521336bb0615edb?s=13&d=retro) Mohamed Koubaa | 2020-09-03 | 1 | -82/+86 |
* | bpo-41675: Modernize siginterrupt calls (GH-22028) | ![](//www.gravatar.com/avatar/77c28d84086eaacc4f606416ea70434d?s=13&d=retro) Pablo Galindo | 2020-09-02 | 1 | -1/+13 |
* | bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2020-07-12 | 1 | -8/+15 |
* | bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-06-03 | 1 | -2/+12 |
* | PyOS_AfterFork_Child() uses PyStatus (GH-20596) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-06-02 | 1 | -3/+8 |
* | bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-06-01 | 1 | -2/+3 |
* | bpo-40268: Remove explicit pythread.h includes (#19529) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-04-15 | 1 | -2/+0 |
* | bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-04-14 | 1 | -1/+1 |
* | bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-04-14 | 1 | -2/+2 |
* | bpo-40082: trip_signal() uses the main interpreter (GH-19441) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-04-08 | 1 | -15/+12 |
* | bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-03-26 | 1 | -63/+89 |
* | bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-03-20 | 1 | -17/+12 |
* | bpo-39984: Move pending calls to PyInterpreterState (GH-19066) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-03-19 | 1 | -2/+2 |
* | bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-03-18 | 1 | -5/+9 |
* | bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc... | ![](//www.gravatar.com/avatar/71de6672ff0ace5f04038228db8acd13?s=13&d=retro) Saiyang Gou | 2020-02-13 | 1 | -0/+4 |
* | closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2019-11-19 | 1 | -0/+36 |
* | bpo-38037: Fix reference counters in signal module (GH-15753) | ![](//www.gravatar.com/avatar/27282832a452629b1a32f5a7e3d60b99?s=13&d=retro) animalize | 2019-09-09 | 1 | -8/+17 |
* | bpo-29548: no longer use PyEval_Call* functions (GH-14683) | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-07-12 | 1 | -2/+1 |
* | Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()... | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2019-06-03 | 1 | -10/+2 |
* | bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13... | ![](//www.gravatar.com/avatar/dd4761743695d5efd3692f2a3b35d37d?s=13&d=retro) Eric Snow | 2019-06-01 | 1 | -2/+10 |
* | bpo-36710: Add tstate parameter in ceval.c (GH-13547) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2019-05-24 | 1 | -2/+3 |
* | bpo-37031: Reuse _PyRuntime.main_thread in signalmodule.c (GH-13538) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2019-05-24 | 1 | -16/+16 |
* | bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand... | ![](//www.gravatar.com/avatar/d3a20bec8951854eb1db68a111438a2a?s=13&d=retro) Matěj Cepl | 2019-05-23 | 1 | -4/+9 |
* | bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2019-05-10 | 1 | -9/+14 |
* | bpo-36601: clarify signal handler comment and remove unnecessary pid check. (... | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-05-09 | 1 | -15/+10 |
* | bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-12765) | ![](//www.gravatar.com/avatar/277c9609b08e38c4c1057244910e98f4?s=13&d=retro) Joannah Nanjekye | 2019-04-22 | 1 | -7/+5 |
* | bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()... | ![](//www.gravatar.com/avatar/dd4761743695d5efd3692f2a3b35d37d?s=13&d=retro) Eric Snow | 2019-04-12 | 1 | -9/+4 |
* | bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12... | ![](//www.gravatar.com/avatar/dd4761743695d5efd3692f2a3b35d37d?s=13&d=retro) Eric Snow | 2019-04-12 | 1 | -4/+9 |
* | bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304) | ![](//www.gravatar.com/avatar/6b962a251c95e7ff7fafbedc349ae8b2?s=13&d=retro) pxinwr | 2019-03-13 | 1 | -0/+7 |
* | Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()... | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2019-03-04 | 1 | -9/+4 |
* | bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11... | ![](//www.gravatar.com/avatar/dd4761743695d5efd3692f2a3b35d37d?s=13&d=retro) Eric Snow | 2019-02-24 | 1 | -4/+9 |
* | bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-1... | ![](//www.gravatar.com/avatar/dd4761743695d5efd3692f2a3b35d37d?s=13&d=retro) Eric Snow | 2019-02-23 | 1 | -8/+28 |
* | bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972) | ![](//www.gravatar.com/avatar/dd4761743695d5efd3692f2a3b35d37d?s=13&d=retro) Eric Snow | 2019-01-11 | 1 | -0/+6 |
* | bpo-35568: add 'raise_signal' function (GH-11335) | ![](//www.gravatar.com/avatar/63142505fe52eac32a62d2c4f9499689?s=13&d=retro) Vladimir Matveev | 2019-01-08 | 1 | -0/+26 |
* | bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2018-11-27 | 1 | -1/+1 |
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2018-11-01 | 1 | -1/+1 |
* | bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2018-10-30 | 1 | -0/+2 |
* | bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) | ![](//www.gravatar.com/avatar/ba0559f4500acb6875be57c1b08d870b?s=13&d=retro) Michael Osipov | 2018-08-23 | 1 | -2/+20 |
* | bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) | ![](//www.gravatar.com/avatar/e34d920090ac190d41e76ed0834f9c5d?s=13&d=retro) pkerling | 2018-06-01 | 1 | -12/+2 |
* | bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2018-05-08 | 1 | -95/+25 |
* | bpo-33332: Add signal.valid_signals() (GH-6581) | ![](//www.gravatar.com/avatar/ad4ee71956de6520a70d92a93b0ad145?s=13&d=retro) Antoine Pitrou | 2018-05-04 | 1 | -5/+59 |
* | bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) | ![](//www.gravatar.com/avatar/ad4ee71956de6520a70d92a93b0ad145?s=13&d=retro) Antoine Pitrou | 2018-04-23 | 1 | -6/+8 |