Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
065f7b8626ac2cc7be26a3cc1bd5d9ba51b5125d
/
Parser
/
intrcheck.c
cdc4451
Include <unistd.h> in Python.h. Fixes #500924.
by Martin v. Löwis
· 23 years ago
48a680c
RISCOS changes by dschwertberger.
by Guido van Rossum
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
fee3a2d
Charles Waldman's patch to reinitialize the interpreter lock after a
by Guido van Rossum
· 24 years ago
eb375e4
Simplified inclusions and avoid prototypes copied in from elsewhere.
by Fred Drake
· 24 years ago
7e01890
merge Include/my*.h into Include/pyport.h
by Peter Schneider-Kamp
· 24 years ago
334fb89
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
by Thomas Wouters
· 24 years ago
4f1b208
Removed all instances of RETSIGTYPE from the source code: signal
by Tim Peters
· 24 years ago
1be4684
Recent ANSIfication introduced a couple instances of
by Tim Peters
· 24 years ago
bd8ad94
Remember to return something if RETSIGTYPE is not 'void'. Do we still need
by Thomas Wouters
· 24 years ago
23c9e00
Mass ANSIfication.
by Thomas Wouters
· 24 years ago
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 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
f261526
Need to add default decl of DL_IMPORT, for mymalloc.h
by Guido van Rossum
· 26 years ago
7bf22de
Patch for QNX, by Chris Herborth.
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
aee094c
Added finalization routines.
by Guido van Rossum
· 27 years ago
86bea46
Another directory quickly renamed.
by Guido van Rossum
· 28 years ago
bae9518
Added decl for Py_AddPendingCall and include mymalloc.h, all to keep lint happy.
by Guido van Rossum
· 28 years ago
ad74fa6
In the Unix version, arrange for sigcheck() to be called via
by Guido van Rossum
· 28 years ago
fd8a393
Make gcc -Wall happy
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
7cf1fcf
Always include config.h
by Guido van Rossum
· 28 years ago
575d561
added PyErr_SetInterrupt()
by Guido van Rossum
· 30 years ago
d09b41b
remove last bits of mac specific code
by Guido van Rossum
· 30 years ago
9fc3989
Mac interrupt code moved to macglue.c
by Jack Jansen
· 30 years ago
51f4b8d
New cmd-. handling for the mac.
by Jack Jansen
· 30 years ago
badadd2
typo
by Guido van Rossum
· 30 years ago
febf811
Added mac-only intrpeek routine that peeks for command-.
by Jack Jansen
· 30 years ago
62e376b
made interrupted static again
by Guido van Rossum
· 30 years ago
b9f8d6e
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
2929527
* Parser/intrcheck.c: make 'interrupted' global (forgot for whom...)
by Guido van Rossum
· 30 years ago
1d5735e
Merge back to main trunk
by Guido van Rossum
· 30 years ago
f1dc566
* Makefile: added all: and default: targets.
by Guido van Rossum
· 31 years ago
acbe8da
(I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)
by Guido van Rossum
· 32 years ago
9bfef44
* Changed all copyright messages to include 1993.
by Guido van Rossum
· 32 years ago
bab9d03
Copyright for 1992 added
by Guido van Rossum
· 33 years ago
df840d9
lint
by Guido van Rossum
· 33 years ago
189e8f9
Added a header file.
by Guido van Rossum
· 33 years ago
1055ece
Reorganized somewhat to make it really work on Think C. Hope the best for MPW 3.
by Guido van Rossum
· 33 years ago
d6a15ad
Generalize to macintosh.
by Guido van Rossum
· 33 years ago
f70e43a
Added copyright notice.
by Guido van Rossum
· 34 years ago
875eb7d
Mac version now looks ahead in event queue instead of eating events.
by Guido van Rossum
· 34 years ago
3f5da24
"Compiling" version
by Guido van Rossum
· 34 years ago
85a5fbb
Initial revision
by Guido van Rossum
· 34 years ago