summaryrefslogtreecommitdiff
path: root/Doc/library/signal.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* Issue #21382: Clarify signal.signal() documentation on WindowsBerker Peksag2016-04-241-0/+3
* Issue #14456: Remove contradiction about blocking signals from bad mergeMartin Panter2016-04-111-3/+0
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-6/+29
|\
| * Issue #20182: converted the signal module to use Argument ClinicTal Einat2015-05-161-6/+6
| * What's New in Python 3.5, PEP 475: mention modified signal functionsVictor Stinner2015-03-311-2/+2
| * Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retriedVictor Stinner2015-03-201-0/+10
| * Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-0/+3
| * Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/Victor Stinner2014-07-241-5/+0
| * tetsVictor Stinner2014-07-241-0/+5
| * fix #21076: turn signal module constants into enumsGiampaolo Rodola'2014-04-041-0/+10
* | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
|/
* Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV...Georg Brandl2013-10-061-1/+5
* Fix formattingAntoine Pitrou2012-03-311-7/+7
* Issue #14456: improve documentation of the signal module w.r.t. threads.Antoine Pitrou2012-03-311-5/+164
|\
| * Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-021-5/+4
| * Mention InterruptedError in the doc for new function signal.sigwaitinfoAntoine Pitrou2011-10-231-2/+2
| * Fix some mentions of IOErrorAntoine Pitrou2011-10-121-2/+6
| * Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.Ross Lagerwall2011-06-251-2/+43
| * Close #12028: Make threading._get_ident() public, rename it toVictor Stinner2011-05-301-4/+3
| * Issue #8407: The signal handler writes the signal number as a single byteVictor Stinner2011-05-081-3/+7
| * Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to theVictor Stinner2011-05-081-0/+53
| * Issue #8407: signal.pthread_sigmask() returns a set instead of a listVictor Stinner2011-05-041-3/+4
| * Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetchVictor Stinner2011-04-301-3/+50
* | Issue #14456: improve documentation of the signal module w.r.t. threads.Antoine Pitrou2012-03-311-40/+52
|/
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-2/+2
* Fix #9324: Add parameter validation to signal.signal on Windows in orderBrian Curtin2010-08-061-0/+4
* Issue #9524: Document that two CTRL* signals are meant for use onlyBrian Curtin2010-08-051-2/+6
* Revert r82089. Commit was intended for a branch.Jean-Paul Calderone2010-06-191-78/+3
* merge forward from the python 2.x branchJean-Paul Calderone2010-06-191-3/+78
* Updated version numbers from 2.7 to 3.2Brian Curtin2010-04-201-2/+4
* Port #1220212 (os.kill for Win32) to py3k.Brian Curtin2010-04-121-0/+14
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-3/+4
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-9/+9
* Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,...Georg Brandl2009-09-011-3/+3
* Remove trailing whitespace.Georg Brandl2009-01-031-21/+21
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-211-4/+4
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-131-1/+1
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-6/+0
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-051-4/+10
* Merged revisions 61846-61847 via svnmerge fromMartin v. Löwis2008-03-241-7/+60
* Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge...Christian Heimes2008-03-041-2/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-0/+15
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-241-0/+14
* Convert all print statements in the docs.Georg Brandl2007-09-041-1/+1
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-011-1/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+157