summaryrefslogtreecommitdiffstats
path: root/Modules/signalmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #20320: select.select() and select.kqueue.control() now round the timeoutVictor Stinner2014-02-161-1/+2
* Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-6/+3
|\
| * Issue #20437: Fixed 21 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-6/+3
* | Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok.Christian Heimes2013-08-181-12/+0
* | Issue #16105: When a signal handler fails to write to the file descriptor reg...Antoine Pitrou2013-08-171-1/+17
* | Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner2013-07-221-3/+4
* | Issue #14173: Avoid crashing when reading a signal handler during interpreter...Antoine Pitrou2013-05-041-3/+11
|\ \ | |/
| * Issue #14173: Avoid crashing when reading a signal handler during interpreter...Antoine Pitrou2013-05-041-3/+11
* | Merge.Richard Oudkerk2013-04-171-1/+5
|\ \ | |/
| * - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec`...Antoine Pitrou2013-04-171-1/+5
* | Issue #17591: Use lowercase filenames when including Windows header files.Antoine Pitrou2013-03-311-1/+1
* | Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-101-1/+4
|\ \ | |/
| * Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-101-1/+4
* | Issue #17098: all modules should have __loader__Brett Cannon2013-02-011-2/+1
|\ \ | |/
| * Issue #17098: Make sure every module has __loader__ defined.Brett Cannon2013-02-011-2/+1
* | merge 3.3Benjamin Peterson2013-01-181-1/+1
|\ \ | |/
| * check windows fd validity (closes #16992)Benjamin Peterson2013-01-181-1/+1
* | Fixes issue #9535: Fix pending signals that have been received but notGregory P. Smith2012-11-111-0/+16
|\ \ | |/
| * Fixes issue #9535: Fix pending signals that have been received but notGregory P. Smith2012-11-111-0/+16
| |\
| | * Fixes issue #9535: Fix pending signals that have been received but notGregory P. Smith2012-11-111-0/+16
* | | #16135: Removal of OS/2 support (Modules/*)Jesus Cea2012-10-051-5/+0
|/ /
* | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-021-8/+3
* | Merge.Charles-François Natali2012-02-021-1/+3
|\ \ | |/
| * Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fixCharles-François Natali2012-02-021-1/+3
* | Issue #12328: Under Windows, refactor handling of Ctrl-C events andAntoine Pitrou2011-11-211-0/+36
* | Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.Ross Lagerwall2011-06-251-1/+153
* | Issue #8407: signal.sigwait() releases the GILVictor Stinner2011-06-091-0/+2
* | Issue #8407: Fix the signal handler of the signal module: if it is calledVictor Stinner2011-05-251-4/+5
* | (Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in theVictor Stinner2011-05-151-3/+3
|\ \ | |/
| * (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in theVictor Stinner2011-05-151-3/+3
| |\
| | * Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module.Victor Stinner2011-05-151-3/+3
* | | Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError,Victor Stinner2011-05-101-2/+2
* | | Issue #8407: Use an explicit cast for FreeBSDVictor Stinner2011-05-091-1/+1
* | | Issue #8407: The signal handler writes the signal number as a single byteVictor Stinner2011-05-081-2/+5
* | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to theVictor Stinner2011-05-071-2/+100
* | | Issue #8407: signal.pthread_sigmask() returns a set instead of a listVictor Stinner2011-05-041-26/+35
* | | Issue #8407: pthread_sigmask() checks immediatly if signal handlers have beenVictor Stinner2011-05-031-0/+4
* | | cleanup signalmodule.c: use PyModule_AddIntMacro()Victor Stinner2011-05-021-14/+6
* | | Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetchVictor Stinner2011-04-301-1/+138
|/ /
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-271-0/+1
* | (Merge 3.1) Issue #11768: The signal handler of the signal module only callsVictor Stinner2011-04-181-10/+16
|\ \ | |/
| * Issue #11768: The signal handler of the signal module only callsVictor Stinner2011-04-181-10/+16
| * Merged revisions 86214 via svnmerge fromAntoine Pitrou2010-11-051-14/+20
| * Merged revisions 85140 via svnmerge fromBrian Curtin2010-10-011-0/+5
| * Merged revisions 84556 via svnmerge fromBrian Curtin2010-09-061-11/+10
| * Include Windows.h for BOOL. 2.7 and 3.2 already had this due toBrian Curtin2010-08-061-0/+3
| * Merged revisions 83763 via svnmerge fromBrian Curtin2010-08-061-0/+15
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-430/+430
| * Merged revisions 81016 via svnmerge fromJean-Paul Calderone2010-05-091-0/+5
| * Merged revisions 74745 via svnmerge fromBenjamin Peterson2009-09-111-1/+1