| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14173: Avoid crashing when reading a signal handler during interpreter... | Antoine Pitrou | 2013-05-04 | 1 | -3/+11 |
|
|
* | check windows fd validity (closes #16992) | Benjamin Peterson | 2013-01-18 | 1 | -1/+1 |
|
|
* | Fixes issue #9535: Fix pending signals that have been received but not yet | Gregory P. Smith | 2012-11-11 | 1 | -0/+16 |
|
|
* | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix | Charles-François Natali | 2012-02-02 | 1 | -1/+3 |
|
|
* | Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native | Charles-François Natali | 2011-10-12 | 1 | -1/+0 |
|
|
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 1 | -0/+1 |
|
|
* | (Merge 3.1) Issue #11768: The signal handler of the signal module only calls | Victor Stinner | 2011-04-18 | 1 | -10/+16 |
|
|
* | Merged revisions 86214 via svnmerge from | Antoine Pitrou | 2010-11-05 | 1 | -14/+20 |
|
|
* | Merged revisions 85140 via svnmerge from | Brian Curtin | 2010-10-01 | 1 | -0/+5 |
|
|
* | Merged revisions 84556 via svnmerge from | Brian Curtin | 2010-09-06 | 1 | -11/+10 |
|
|
* | Merged revisions 83763 via svnmerge from | Brian Curtin | 2010-08-06 | 1 | -0/+15 |
|
|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -420/+420 |
|
|
* | Skip signal handler re-installation if it is not necessary. Issue 8354. | Jean-Paul Calderone | 2010-05-08 | 1 | -0/+5 |
|
|
* | Implement #1220212. Add os.kill support for Windows. | Brian Curtin | 2010-04-02 | 1 | -0/+13 |
|
|
* | #7706: add include guards where they're missing; required for Windows CE | Andrew M. Kuchling | 2010-02-22 | 1 | -1/+6 |
|
|
* | comment typo fix | Gregory P. Smith | 2009-08-12 | 1 | -1/+1 |
|
|
* | Fixed a couple more C99 comments and one occurence of inline. | Christian Heimes | 2008-10-02 | 1 | -1/+1 |
|
|
* | Fix: | Neal Norwitz | 2008-08-24 | 1 | -1/+2 |
|
|
* | #1683 prevent forking from interfering in threading storage | Benjamin Peterson | 2008-06-13 | 1 | -0/+1 |
|
|
* | Conditionalize sys/time.h inclusion. | Martin v. Löwis | 2008-03-24 | 1 | -0/+2 |
|
|
* | Patch #2240: Implement signal.setitimer and signal.getitimer. | Martin v. Löwis | 2008-03-24 | 1 | -3/+149 |
|
|
* | Issue 1089358. Adds the siginterrupt() function, that is just a | Facundo Batista | 2008-02-23 | 1 | -0/+33 |
|
|
* | Patch #1583 by Adam Olsen. | Guido van Rossum | 2007-12-19 | 1 | -1/+52 |
|
|
* | Patch #1643738 by Ulisses Furquim -- make the is_tripped variable | Guido van Rossum | 2007-12-10 | 1 | -5/+26 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | - Changes donated by Elemental Security to make it work on AIX 5.3 | Guido van Rossum | 2005-09-14 | 1 | -0/+1 |
|
|
* | Patch #975056 - fixes for restartable signals on *BSD. In addition, | Anthony Baxter | 2004-10-13 | 1 | -6/+0 |
|
|
* | silly typo | Michael W. Hudson | 2004-06-17 | 1 | -1/+1 |
|
|
* | Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c | Anthony Baxter | 2003-07-31 | 1 | -0/+10 |
|
|
* | Take out my (long since disabled) POSIX signal mask handling code. | Michael W. Hudson | 2003-03-13 | 1 | -171/+0 |
|
|
* | - PyEval_GetFrame() is now declared to return a PyFrameObject * | Guido van Rossum | 2003-02-19 | 1 | -1/+1 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Patch #569753: Remove support for WIN16. | Martin v. Löwis | 2002-06-30 | 1 | -1/+1 |
|
|
* | SF # 533070 Silence AIX C Compiler Warnings | Neal Norwitz | 2002-06-13 | 1 | -1/+1 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -19/+18 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-27 | 1 | -0/+171 |
|
|
* | Remove METH_OLDARGS: | Neal Norwitz | 2002-03-31 | 1 | -7/+7 |
|
|
* | Add type cast. | Neil Schemenauer | 2002-03-28 | 1 | -1/+2 |
|
|
* | Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. | Neal Norwitz | 2002-03-25 | 1 | -5/+2 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -1/+1 |
|
|
* | Export SIGINFO. Fixes #502077. | Martin v. Löwis | 2002-01-12 | 1 | -0/+5 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | SF patch [#466877] SIGBREAK is missing from signal module. | Tim Peters | 2001-10-01 | 1 | -0/+5 |
|
|
* | Make more warnings go away on the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -1/+1 |
|
|
* | Document SIG_* warning causes on Solaris. | Martin v. Löwis | 2001-03-06 | 1 | -0/+5 |
|
|
* | Make better use of GNU Pth -- patch by Andy Dustman. | Guido van Rossum | 2000-09-19 | 1 | -0/+9 |
|
|
* | Use typedef PyOS_sighandler_t and APIs PyOS_getsig() and | Guido van Rossum | 2000-09-16 | 1 | -25/+12 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Charles Waldman's patch to reinitialize the interpreter lock after a | Guido van Rossum | 2000-08-27 | 1 | -0/+1 |
|
|
* | Use METH_OLDARGS instead of numeric constant 0 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -6/+6 |
|
|