summaryrefslogtreecommitdiffstats
path: root/Modules/signalmodule.c
Commit message (Collapse)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
| | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
* Another bulky set of minor changes.Guido van Rossum1995-01-021-3/+6
| | | | | Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads.
* * various modules: #include "Python.h" and remove most remporaryGuido van Rossum1994-09-141-5/+10
| | | | renaming hacks
* Setup.in: added tkinter; rearranged the definition of PYTHONPATH soGuido van Rossum1994-09-071-188/+193
| | | | | | | | | | | | | | that the module-specific components are in the section for that module. cursesmodule.c: patched it so it actually works. tkintermodule.c: call Py_AtExit instead of atexit(). signalmodule.c: converted to new naming style; added BGN/END SAVE around pause() call. socketmodule.c: added setblocking() after Tommy Burnette.
* * 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
| | | | | | thread uses signals); much improved efficiency; intrcheck() doesn't call sigcheck() but only tests and clears the SIGINT tripped flag.
* 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