summaryrefslogtreecommitdiffstats
path: root/Modules/signalmodule.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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