index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
signalmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 66748 via svnmerge from
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
*
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
Thomas Wouters
2000-07-25
1
-1/+1
*
Removed all instances of RETSIGTYPE from the source code: signal
Tim Peters
2000-07-23
1
-7/+6
*
Missed a return from a signal handler -- thanks to /F for pointing
Tim Peters
2000-07-23
1
-1/+1
*
Recent ANSIfication introduced a couple instances of
Tim Peters
2000-07-23
1
-3/+1
*
Further ANSIfication of functionpointers and declarations. Also, make sure
Thomas Wouters
2000-07-22
1
-7/+16
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-8/+8
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
1
-17/+6
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-2/+2
*
Fixed symbol search for defining NSIG. It now also checks _NSIG
Marc-André Lemburg
2000-07-04
1
-5/+9
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Fix another error on AIX by using a proper cast.
Guido van Rossum
2000-06-30
1
-2/+2
*
Trent Mick:
Guido van Rossum
2000-06-28
1
-2/+2
*
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum
1998-12-21
1
-5/+5
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1/+1
*
Renamed thread.h to pythread.h.
Guido van Rossum
1998-10-01
1
-1/+1
[next]