summaryrefslogtreecommitdiffstats
path: root/Modules/signalmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66748 via svnmerge fromChristian Heimes2008-10-021-1/+1
* Merged revisions 66006 via svnmerge fromNeal Norwitz2008-08-241-1/+2
* Merged revisions 64212 via svnmerge fromBenjamin Peterson2008-06-131-0/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-9/+25
* Merged revisions 61849 via svnmerge fromMartin v. Löwis2008-03-241-0/+2
* Merged revisions 61846-61847 via svnmerge fromMartin v. Löwis2008-03-241-3/+149
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-0/+33
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-241-1/+52
* Merged revisions 59450-59464 via svnmerge fromChristian Heimes2007-12-111-5/+26
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-40/+40
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-0/+1
* Patch #975056 - fixes for restartable signals on *BSD. In addition,Anthony Baxter2004-10-131-6/+0
* silly typoMichael W. Hudson2004-06-171-1/+1
* Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.cAnthony Baxter2003-07-311-0/+10
* Take out my (long since disabled) POSIX signal mask handling code.Michael W. Hudson2003-03-131-171/+0
* - PyEval_GetFrame() is now declared to return a PyFrameObject *Guido van Rossum2003-02-191-1/+1
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-301-1/+1
* SF # 533070 Silence AIX C Compiler WarningsNeal Norwitz2002-06-131-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-19/+18
* This is patchMichael W. Hudson2002-05-271-0/+171
* Remove METH_OLDARGS:Neal Norwitz2002-03-311-7/+7
* Add type cast.Neil Schemenauer2002-03-281-1/+2
* Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-251-5/+2
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-1/+1
* Export SIGINFO. Fixes #502077.Martin v. Löwis2002-01-121-0/+5
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* SF patch [#466877] SIGBREAK is missing from signal module.Tim Peters2001-10-011-0/+5
* Make more warnings go away on the SGI compiler.Fred Drake2001-07-191-1/+1
* Document SIG_* warning causes on Solaris.Martin v. Löwis2001-03-061-0/+5
* Make better use of GNU Pth -- patch by Andy Dustman.Guido van Rossum2000-09-191-0/+9
* Use typedef PyOS_sighandler_t and APIs PyOS_getsig() andGuido van Rossum2000-09-161-25/+12
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Charles Waldman's patch to reinitialize the interpreter lock after aGuido van Rossum2000-08-271-0/+1
* Use METH_OLDARGS instead of numeric constant 0 in method def. tablesAndrew M. Kuchling2000-08-031-6/+6
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-251-1/+1
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-231-7/+6
* Missed a return from a signal handler -- thanks to /F for pointingTim Peters2000-07-231-1/+1
* Recent ANSIfication introduced a couple instances ofTim Peters2000-07-231-3/+1
* Further ANSIfication of functionpointers and declarations. Also, make sureThomas Wouters2000-07-221-7/+16
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-8/+8
* ANSI-ficationPeter Schneider-Kamp2000-07-101-17/+6
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-2/+2
* Fixed symbol search for defining NSIG. It now also checks _NSIGMarc-André Lemburg2000-07-041-5/+9
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Fix another error on AIX by using a proper cast.Guido van Rossum2000-06-301-2/+2
* Trent Mick:Guido van Rossum2000-06-281-2/+2
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-5/+5