1. 1244c81 bpo-31904: Support signal module on VxWorks (GH-23391) by pxinwr · 3 years, 9 months ago
  2. 7f9b25a bpo-41713: Port _signal module to multi-phase init (GH-23355) by Victor Stinner · 3 years, 10 months ago
  3. 29aa624 bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353) by Victor Stinner · 3 years, 10 months ago
  4. cda23be bpo-41686: Refactor signal_exec() (GH-23346) by Victor Stinner · 3 years, 10 months ago
  5. 0ae323b bpo-41686: Always create the SIGINT event on Windows (GH-23344) by Victor Stinner · 3 years, 10 months ago
  6. 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 3 years, 10 months ago
  7. fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 3 years, 10 months ago
  8. 4b8032e bpo-41713: _signal doesn't use multi-phase init (GH-22087) by Victor Stinner · 4 years ago
  9. 71d1bd9 bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049) by Mohamed Koubaa · 4 years ago
  10. f9c5e3f bpo-41675: Modernize siginterrupt calls (GH-22028) by Pablo Galindo · 4 years ago
  11. b0689ae bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197) by Serhiy Storchaka · 4 years, 2 months ago
  12. fa7ab6a bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) by Victor Stinner · 4 years, 3 months ago
  13. 26881c8 PyOS_AfterFork_Child() uses PyStatus (GH-20596) by Victor Stinner · 4 years, 3 months ago
  14. cbe1296 bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) by Victor Stinner · 4 years, 3 months ago
  15. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 4 years, 5 months ago
  16. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 5 months ago
  17. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 4 years, 5 months ago
  18. b54a99d bpo-40082: trip_signal() uses the main interpreter (GH-19441) by Victor Stinner · 4 years, 5 months ago
  19. 7281898 bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184) by Victor Stinner · 4 years, 5 months ago
  20. d2a8e5b bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087) by Victor Stinner · 4 years, 5 months ago
  21. 50e6e99 bpo-39984: Move pending calls to PyInterpreterState (GH-19066) by Victor Stinner · 4 years, 6 months ago
  22. 8849e59 bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061) by Victor Stinner · 4 years, 6 months ago
  23. 7514f4f bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Saiyang Gou · 4 years, 7 months ago
  24. 7483451 closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070) by Benjamin Peterson · 4 years, 10 months ago
  25. 77643c4 bpo-38037: Fix reference counters in signal module (GH-15753) by animalize · 5 years ago
  26. 1dbd084 bpo-29548: no longer use PyEval_Call* functions (GH-14683) by Jeroen Demeyer · 5 years ago
  27. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 5 years ago
  28. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 5 years ago
  29. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  30. d8613dc bpo-37031: Reuse _PyRuntime.main_thread in signalmodule.c (GH-13538) by Victor Stinner · 5 years ago
  31. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 5 years ago
  32. 09532fe bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) by Victor Stinner · 5 years ago
  33. d237b3f bpo-36601: clarify signal handler comment and remove unnecessary pid check. (GH-12784) by Jeroen Demeyer · 5 years ago
  34. 9541bd3 bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-12765) by Joannah Nanjekye · 5 years ago
  35. b75b1a35 bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806) by Eric Snow · 5 years ago
  36. f13c5c8 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360) by Eric Snow · 5 years ago
  37. 8b5bdda bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304) by pxinwr · 5 years ago
  38. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  39. ef4ac96 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) by Eric Snow · 6 years ago
  40. 64d6cc8 bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-11530) by Eric Snow · 6 years ago
  41. fdf282d bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972) by Eric Snow · 6 years ago
  42. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 6 years ago
  43. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  44. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  45. 31368a4 bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) by Victor Stinner · 6 years ago
  46. 48ce489 bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) by Michael Osipov · 6 years ago
  47. e905c84 bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) by pkerling · 6 years ago
  48. d54cfb1 bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) by Serhiy Storchaka · 6 years ago
  49. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  50. 25038ec bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) by Antoine Pitrou · 6 years ago
  51. 5d2a27d signal: add strsignal() (#6017) by Antoine Pietri · 6 years ago
  52. 902ab80 bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792) by Nathaniel J. Smith · 7 years ago
  53. f6f90ff bpo-30057: Fix potential missed signal in signal.signal(). (#4258) by Antoine Pitrou · 7 years ago
  54. ef611c9 bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865) by Victor Stinner · 7 years ago
  55. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  56. 2c8a5e4 bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (#2417) by Antoine Pitrou · 7 years ago
  57. 729780a bpo-30807: signal.setitimer() may disable the timer by mistake (#2493) by Antoine Pitrou · 7 years ago
  58. c08177a bpo-30703: Improve signal delivery (#2415) by Antoine Pitrou · 7 years ago
  59. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  60. 4ae0149 bpo-30038: fix race condition in signal delivery + wakeup fd (#1082) by Nathaniel J. Smith · 7 years ago
  61. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  62. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  63. 6a6967e Issue #21085: add configure check for siginfo_t.si_band by Zachary Ware · 8 years ago
  64. d508d00 Issue #28139: Merge indentation fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  65. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  66. 6782b14 Use PyModule_AddIntMacro() in signal module by Christian Heimes · 8 years ago
  67. 940f33a Issue #23524: Finish removing _PyVerify_fd from sources by Steve Dower · 8 years ago
  68. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  69. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  70. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  71. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  72. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  73. 6b680cd Fixed compilation error in signalmodule.c (issue #20182). by Serhiy Storchaka · 9 years ago
  74. c7027b7 Issue #20182: converted the signal module to use Argument Clinic by Tal Einat · 9 years ago
  75. e72fe39 Issue #23836: Use _Py_write_noraise() to retry on EINTR in trip_signal() of by Victor Stinner · 9 years ago
  76. 6aa446c PEP 475: on EINTR, retry the function even if the timeout is equals to zero by Victor Stinner · 9 years ago
  77. e134a7f Issue #23752: _Py_fstat() is now responsible to raise the Python exception by Victor Stinner · 9 years ago
  78. 869e177 Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING by Victor Stinner · 9 years ago
  79. 34dc0f4 Issue #22117: The signal modules uses the new _PyTime_t API by Victor Stinner · 9 years ago
  80. a453cd8 Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried by Victor Stinner · 9 years ago
  81. 8acde7d Issue #23524: Change back to using Windows errors for _Py_fstat instead of the errno shim. by Steve Dower · 9 years ago
  82. f2f373f Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. by Steve Dower · 10 years ago
  83. cf40a9e Issue #23450: Fix signal.set_wakeup_fd() on Windows by Victor Stinner · 10 years ago
  84. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago
  85. 3822760 Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file by Victor Stinner · 10 years ago
  86. 1151710 Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. by Victor Stinner · 10 years ago
  87. 1d8948e Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ by Victor Stinner · 10 years ago
  88. d18ccd1 tets by Victor Stinner · 10 years ago
  89. 0bffc94 Issue #22018: signal.set_wakeup_fd() now raises an OSError instead of a by Victor Stinner · 10 years ago
  90. 815a6f3 merge along w/ fix for issue #2107 (commit c9239171e429) by Brett Cannon · 10 years ago
  91. e09fb71 fix #21076: turn signal module constants into enums by Giampaolo Rodola' · 10 years ago
  92. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
  93. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  94. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  95. 44ed3de Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  96. 6f6ec37 Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error. by Antoine Pitrou · 11 years ago
  97. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
  98. 52c5f85 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  99. c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. by Antoine Pitrou · 11 years ago
  100. 245bbee Merge. by Richard Oudkerk · 11 years ago