summaryrefslogtreecommitdiff
path: root/Parser/intrcheck.c
Commit message (Expand)AuthorAgeFilesLines
* reinit the TLS before anything else (#130)Benjamin Peterson2017-02-201-1/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-36/+36
* #1683 prevent forking from interfering in threading storageBenjamin Peterson2008-06-131-0/+2
* Patch #975056 - fixes for restartable signals on *BSD. In addition,Anthony Baxter2004-10-131-13/+4
* Getting rid of all the code inside #ifdef macintosh too.Jack Jansen2003-11-201-8/+0
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-3/+0
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-021-0/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Charles Waldman's patch to reinitialize the interpreter lock after aGuido van Rossum2000-08-271-0/+3
* Simplified inclusions and avoid prototypes copied in from elsewhere.Fred Drake2000-08-231-12/+1
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-1/+0
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-251-2/+1
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-231-3/+2
* Recent ANSIfication introduced a couple instances ofTim Peters2000-07-231-3/+1
* Remember to return something if RETSIGTYPE is not 'void'. Do we still needThomas Wouters2000-07-221-0/+3
* Mass ANSIfication.Thomas Wouters2000-07-221-24/+24
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-2/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Need to add default decl of DL_IMPORT, for mymalloc.hGuido van Rossum1998-12-041-0/+6
* Patch for QNX, by Chris Herborth.Guido van Rossum1997-12-021-2/+2
* This fix (across 4 files in 3 directories) solves a subtle problem withGuido van Rossum1997-11-141-0/+5
* Added finalization routines.Guido van Rossum1997-08-021-1/+24
* Another directory quickly renamed.Guido van Rossum1997-04-291-12/+12
* Added decl for Py_AddPendingCall and include mymalloc.h, all to keepGuido van Rossum1997-02-141-0/+4
* In the Unix version, arrange for sigcheck() to be called viaGuido van Rossum1997-01-211-0/+3
* Make gcc -Wall happyGuido van Rossum1996-12-021-0/+3
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Always include config.hGuido van Rossum1996-08-191-3/+0
* added PyErr_SetInterrupt()Guido van Rossum1995-03-101-0/+6
* remove last bits of mac specific codeGuido van Rossum1995-01-301-8/+0
* Mac interrupt code moved to macglue.cJack Jansen1995-01-271-76/+1
* New cmd-. handling for the mac.Jack Jansen1995-01-261-15/+21
* typoGuido van Rossum1995-01-201-1/+1
* Added mac-only intrpeek routine that peeks for command-.Jack Jansen1995-01-191-5/+30
* made interrupted static againGuido van Rossum1995-01-171-1/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* * Parser/intrcheck.c: make 'interrupted' global (forgot forGuido van Rossum1994-09-281-1/+1
* Merge back to main trunkGuido van Rossum1994-08-301-14/+68
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-051-1/+14
* (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)Guido van Rossum1993-04-151-0/+9
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* lintGuido van Rossum1992-03-271-1/+2
* Added a header file.Guido van Rossum1992-01-191-0/+4
* Reorganized somewhat to make it really work on Think C.Guido van Rossum1991-07-011-10/+5
* Generalize to macintosh.Guido van Rossum1991-06-241-12/+22
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Mac version now looks ahead in event queue instead of eating events.Guido van Rossum1991-01-161-10/+35
* "Compiling" versionGuido van Rossum1990-12-201-3/+3