Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
58d0510245c65cff2ded9d3923bf1ef2b85f4214
/
Modules
/
signalmodule.c
4f1b208
Removed all instances of RETSIGTYPE from the source code: signal
by Tim Peters
· 24 years ago
e211071
Missed a return from a signal handler -- thanks to /F for pointing it out!
by Tim Peters
· 24 years ago
1be4684
Recent ANSIfication introduced a couple instances of
by Tim Peters
· 24 years ago
0796b00
Further ANSIfication of functionpointers and declarations. Also, make sure
by Thomas Wouters
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
e89b156
ANSI-fication
by Peter Schneider-Kamp
· 24 years ago
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 24 years ago
8bcfb8a
Fixed symbol search for defining NSIG. It now also checks _NSIG
by Marc-André Lemburg
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
276fa43
Fix another error on AIX by using a proper cast.
by Guido van Rossum
· 24 years ago
cc6a438
Trent Mick:
by Guido van Rossum
· 24 years ago
65d5b57
Thanks to Chris Herborth, the thread primitives now have proper Py*
by Guido van Rossum
· 26 years ago
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
49b5606
Renamed thread.h to pythread.h.
by Guido van Rossum
· 26 years ago
1b23676
When we have siginterrupt(), use it to disable restarting interrupted
by Guido van Rossum
· 26 years ago
1ee36ff
(pause_doc): Sun CC complains about newline in string literal
by Barry Warsaw
· 26 years ago
911ec18
# Added missing semicolon (was #ifdef'ed out in edit on Windows).
by Guido van Rossum
· 26 years ago
1d8fb2d
Added doc strings.
by Guido van Rossum
· 26 years ago
a5e54d0
Use (void) to throw away a function result, not (void *) !
by Guido van Rossum
· 27 years ago
8e9ebfd
os2 patch by Jeff Rush
by Guido van Rossum
· 27 years ago
359bcaa
This fix (across 4 files in 3 directories) solves a subtle problem with
by Guido van Rossum
· 27 years ago
7ff20ac
Change the signal finialization so that it also resets the signal
by Guido van Rossum
· 27 years ago
1171ee6
Added configuration tests for presence of alarm(), pause(), and getpwent()
by Guido van Rossum
· 27 years ago
08c1661
Add finialization routines; fixed some memory leaks related to this.
by Guido van Rossum
· 27 years ago
295b8e5
Add sys/types.h include for pid_t when threading.
by Guido van Rossum
· 27 years ago
644a12b
Tweaks to keep the Microsoft compiler quier.
by Guido van Rossum
· 28 years ago
c1cc8ab
djgpp fix (SIGMAX).
by Guido van Rossum
· 28 years ago
fcdd0e4
Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall().
by Guido van Rossum
· 28 years ago
73a75eb
initsignal(): Py_DECREFs really should be Py_XDECREFs in case the
by Barry Warsaw
· 28 years ago
9297117
Several changes:
by Barry Warsaw
· 28 years ago
14ed5fb
initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions for
by Barry Warsaw
· 28 years ago
a376cc5
Keep gcc -Wall happy.
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
1835c4f
Use correct field of sigaction struct
by Guido van Rossum
· 28 years ago
fb0df94
Use sigaction if possible
by Guido van Rossum
· 28 years ago
f4b012a
use PyCallable_Check; split some lines
by Guido van Rossum
· 30 years ago
06d511d
added PyErr_SetInterrupt(); NT ifdefs
by Guido van Rossum
· 30 years ago
ec25b91
rename sigcheck so signal handling works again
by Guido van Rossum
· 30 years ago
a3c04b0
cosmetics
by Guido van Rossum
· 30 years ago
a597dde
cosmetic changes so these modules will work with the strict new naming scheme
by Guido van Rossum
· 30 years ago
9558825
do not call newmethodobject directly
by Guido van Rossum
· 30 years ago
524b588
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
3bbc62e
Another bulky set of minor changes.
by Guido van Rossum
· 30 years ago
602099a
* various modules: #include "Python.h" and remove most remporary
by Guido van Rossum
· 30 years ago
e4485b0
Setup.in: added tkinter; rearranged the definition of PYTHONPATH so
by Guido van Rossum
· 30 years ago
aa0f4c7
* Modules/signalmodule.c: added pause().
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
bb4ba12
* Modules/signalmodule.c: added thread compatibility (only main
by Guido van Rossum
· 30 years ago
6299d1e
Speed up checking for signals and define intrcheck differently
by Guido van Rossum
· 30 years ago
398d9fe
New experimental modules -- signal and sybase
by Guido van Rossum
· 30 years ago