cpython/Include
Guido van Rossum a9e7dc1081 * bltinmodule.c: added built-in function cmp(a, b)
* flmodule.c: added {do,check}_only_forms to fl's list of functions;
  and don't print a message when an unknown object is returned.

* pythonrun.c: catch SIGHUP and SIGTERM to do essential cleanup.

* Made jpegmodule.c smaller by using getargs() and mkvalue() consistently.

* Increased parser stack size to 500 in parser.h.

* Implemented custom allocation of stack frames to frameobject.c and
  added dynamic stack overflow checks (value stack only) to ceval.c.
  (There seems to be a bug left: sometimes stack traces don't make sense.)
1992-10-18 18:53:57 +00:00
..
allobjects.h * renamed malloc.h mymalloc.h, and added MALLARG as the type of the 1992-08-19 16:46:30 +00:00
assert.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
bitset.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
bltinmodule.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
ceval.h Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
cgensupport.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
classobject.h * classobject.[ch], {float,long,int}object.c, bltinmodule.c: 1992-08-14 12:06:52 +00:00
compile.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
dictobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
errcode.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
errors.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
eval.h * Makefile: cosmetics 1992-08-05 19:58:53 +00:00
fileobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
floatobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
frameobject.h * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
funcobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
graminit.h *** empty log message *** 1992-03-24 13:46:39 +00:00
grammar.h Correct spelling in function name 1992-09-03 20:46:06 +00:00
import.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
intobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
intrcheck.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
listobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
longintrepr.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
longobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
marshal.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
metagrammar.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
methodobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
modsupport.h Added declaration for mkvalue() 1992-04-13 15:54:59 +00:00
moduleobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
mymalloc.h * renamed malloc.h mymalloc.h, and added MALLARG as the type of the 1992-08-19 16:46:30 +00:00
myselect.h * myselect.h: bzero -> memset 1992-08-04 09:13:45 +00:00
node.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
object.h Made builtins int(), long(), float(), oct() and hex() more generic. 1992-09-12 11:09:23 +00:00
objimpl.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
opcode.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
osdefs.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
parsetok.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
pgenheaders.h * renamed malloc.h mymalloc.h, and added MALLARG as the type of the 1992-08-19 16:46:30 +00:00
pyerrors.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
pythonrun.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
pythread.h Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
stringobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
structmember.h added BYTE, CHAR and unsigned variants 1992-06-03 17:07:40 +00:00
sysmodule.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
thread.h Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
token.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
traceback.h Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
tupleobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00