summaryrefslogtreecommitdiff
path: root/Doc/library/signal.rst
Commit message (Expand)AuthorAgeFilesLines
* [2.7] Mention how to disable signal fd wakeup (GH-2140) (#2151)Antoine Pitrou2017-06-131-2/+4
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
* update to new C roles and directivesSandro Tosi2012-01-141-2/+2
* Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6Victor Stinner2011-04-181-0/+2
* Merged revisions 83763 via svnmerge fromBrian Curtin2010-08-061-0/+4
* Merged revisions 83745 via svnmerge fromBrian Curtin2010-08-051-2/+6
* Add version info for os.kill and signal changes from #1220212.Brian Curtin2010-04-201-2/+4
* Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-021-0/+14
* #7088: document new functions in signal as Unix-only.Georg Brandl2009-10-221-8/+9
* Fix punctuation.Georg Brandl2009-10-221-1/+1
* #6810: add a link to the section about frame objects instead of just a descri...Georg Brandl2009-09-011-3/+3
* Use the preferred form of raise statements in the docs.Georg Brandl2009-06-031-1/+1
* revert r69777 since all the experts agree that extra import lines distract fr...Benjamin Peterson2009-02-201-2/+1
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+2
* Remove trailing whitespace.Georg Brandl2009-01-031-21/+21
* fix typoBenjamin Peterson2008-12-191-4/+4
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-1/+1
* Markup fix; explain what interval timers do; typo fixAndrew M. Kuchling2008-04-051-2/+8
* Minor editsAndrew M. Kuchling2008-04-051-3/+3
* Patch #2240: Implement signal.setitimer and signal.getitimer.Martin v. Löwis2008-03-241-7/+60
* Grammar fix; markup fixAndrew M. Kuchling2008-03-041-2/+2
* Issue 1089358. Adds the siginterrupt() function, that is just aFacundo Batista2008-02-231-0/+15
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-0/+14
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+157