index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
signal.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384)
Miss Islington (bot)
2023-07-28
1
-1/+1
*
[3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...
Miss Islington (bot)
2023-07-23
1
-1/+1
*
gh-85073: Add some missing links to source (GH-99363)
Stanley
2022-11-18
1
-0/+2
*
gh-98930: improve the docstring of signal.strsignal (#99290)
ram vikram singh
2022-11-13
1
-3/+3
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes
2022-08-02
1
-0/+3
*
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes
2022-07-29
1
-21/+35
*
gh-93675: Fix typos in `Doc/` (GH-93676)
luzpaz
2022-06-21
1
-1/+1
*
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin
2022-06-21
1
-1/+1
*
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner
2022-04-25
1
-0/+1
*
Fix awkward sentence in signal docs (#91508)
AJ Jordan
2022-04-20
1
-4/+5
*
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
benfogle
2022-03-29
1
-0/+70
*
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)
Gareth Rees
2021-12-13
1
-0/+10
*
bpo-28206: Document signals Handlers, Sigmasks and Signals enums (GH-28628)
Bibo-Joshi
2021-10-04
1
-5/+30
*
Fix wrong availability for signal.SIGCHLD (#23285)
Zhang Maiyun
2020-11-20
1
-1/+1
*
Doc: Fix broken manpage link (GH-21937)
Tim Burke
2020-09-15
1
-1/+1
*
Document most common signals (GH-19245)
Victor Stinner
2020-03-31
1
-0/+106
*
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
Victor Stinner
2020-03-20
1
-5/+7
*
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...
Saiyang Gou
2020-02-13
1
-0/+2
*
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
Benjamin Peterson
2019-11-20
1
-0/+13
*
Improve signal documentation (GH-14274)
Géry Ogam
2019-08-06
1
-20/+22
*
bpo-28795: Signal documentation: Fix misleading statement. (GH-13121)
Julien Palard
2019-05-07
1
-1/+2
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
1
-0/+7
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-19/+26
*
Warn not to set SIGPIPE to SIG_DFL (#6773)
Alfred Perlstein
2018-08-17
1
-0/+34
*
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou
2018-05-04
1
-2/+11
*
signal: add strsignal() (#6017)
Antoine Pietri
2018-03-12
1
-0/+9
*
bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792)
Nathaniel J. Smith
2017-12-18
1
-4/+24
*
bpo-30807: signal.setitimer() now uses _PyTime API (GH-3865)
Victor Stinner
2017-10-13
1
-3/+4
*
Mention how to disable signal fd wakeup (#2140)
Antoine Pitrou
2017-06-13
1
-2/+4
*
Issue #28738: Document SIGBREAK as an acceptable value on Windows
Berker Peksag
2016-11-25
1
-2/+3
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+1
*
Issue #21382: Clarify signal.signal() documentation on Windows
Berker Peksag
2016-04-23
1
-0/+3
*
Issue #14456: Remove contradiction about blocking signals from bad merge
Martin Panter
2016-04-11
1
-3/+0
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-1/+1
*
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
1
-2/+2
|
\
|
*
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
1
-2/+2
*
|
Issue #20182: converted the signal module to use Argument Clinic
Tal Einat
2015-05-16
1
-6/+6
*
|
What's New in Python 3.5, PEP 475: mention modified signal functions
Victor Stinner
2015-03-31
1
-2/+2
*
|
Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried
Victor Stinner
2015-03-20
1
-0/+10
*
|
Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.
Victor Stinner
2014-07-29
1
-0/+3
*
|
Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/
Victor Stinner
2014-07-24
1
-5/+0
*
|
tets
Victor Stinner
2014-07-24
1
-0/+5
*
|
fix #21076: turn signal module constants into enums
Giampaolo Rodola'
2014-04-04
1
-0/+10
|
/
*
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV...
Georg Brandl
2013-10-06
1
-1/+5
*
Fix formatting
Antoine Pitrou
2012-03-31
1
-7/+7
*
Issue #14456: improve documentation of the signal module w.r.t. threads.
Antoine Pitrou
2012-03-31
1
-42/+65
|
\
|
*
Issue #14456: improve documentation of the signal module w.r.t. threads.
Antoine Pitrou
2012-03-31
1
-40/+52
*
|
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
Victor Stinner
2012-03-02
1
-5/+4
*
|
Mention InterruptedError in the doc for new function signal.sigwaitinfo
Antoine Pitrou
2011-10-23
1
-2/+2
*
|
Fix some mentions of IOError
Antoine Pitrou
2011-10-12
1
-2/+6
[next]