summaryrefslogtreecommitdiffstats
path: root/Modules/signalmodule.c
Commit message (Expand)AuthorAgeFilesLines
* use PyCallable_Check; split some linesGuido van Rossum1995-03-161-12/+19
* added PyErr_SetInterrupt(); NT ifdefsGuido van Rossum1995-03-101-1/+16
* rename sigcheck so signal handling works againGuido van Rossum1995-01-221-1/+1
* cosmeticsGuido van Rossum1995-01-121-1/+1
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-101-7/+6
* do not call newmethodobject directlyGuido van Rossum1995-01-071-5/+3
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-021-3/+6
* * various modules: #include "Python.h" and remove most remporaryGuido van Rossum1994-09-141-5/+10
* Setup.in: added tkinter; rearranged the definition of PYTHONPATH soGuido van Rossum1994-09-071-188/+193
* * Modules/signalmodule.c: added pause().Guido van Rossum1994-08-231-1/+13
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+14
* * Modules/signalmodule.c: added thread compatibility (only mainGuido van Rossum1994-06-231-25/+91
* Speed up checking for signals and define intrcheck differentlyGuido van Rossum1994-05-311-6/+14
* New experimental modules -- signal and sybaseGuido van Rossum1994-05-111-0/+355