cpython/Include
Guido van Rossum 3f6e408a31 Add co_stacksize field to codeobject structure, and stacksize argument
to PyCode_New() argument list.  Also add CO_MAXBLOCKS constant
indicating the maximum static nesting supported by the compiler.
1997-01-17 20:59:26 +00:00
..
abstract.h Added missing for PySequence_List. 1996-12-05 21:48:50 +00:00
accessobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
allobjects.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
assert.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
bitset.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
bltinmodule.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
ceval.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
cgensupport.h Added remaining declarations needed/used in glmodule.c; keeps gcc -Wall happy. 1996-12-10 15:41:19 +00:00
classobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
cobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
compile.h Add co_stacksize field to codeobject structure, and stacksize argument 1997-01-17 20:59:26 +00:00
complexobject.h Add prototypes for c_sum() etc. 1996-08-19 22:04:54 +00:00
config.h all: 1994 copyright 1994-01-02 00:11:39 +00:00
cStringIO.h Jim's latest version 1997-01-06 22:50:12 +00:00
dictobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
errcode.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
eval.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
fileobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
floatobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
frameobject.h Rename DEBUG macro to Py_DEBUG 1996-12-30 16:17:54 +00:00
funcobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
graminit.h Disable support for access statement 1996-08-12 22:00:53 +00:00
grammar.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
import.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
intobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
intrcheck.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
listobject.h added PyList_GET_SIZE macro 1997-01-06 22:42:00 +00:00
longintrepr.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
longobject.h Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong(). 1997-01-03 17:14:46 +00:00
Makefile Added Makefile with clean and clobber targets 1994-01-04 23:24:22 +00:00
mappingobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
marshal.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
metagrammar.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
methodobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
modsupport.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
moduleobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
mymalloc.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
mymath.h Change comments/#ifdef structure for declaration for hypot(). 1996-08-29 18:12:36 +00:00
myproto.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
myselect.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
mytime.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
node.h Rename DEBUG macro to Py_DEBUG 1996-12-30 16:17:54 +00:00
object.h Rename DEBUG macro to Py_DEBUG 1996-12-30 16:17:54 +00:00
objimpl.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
opcode.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
osdefs.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
parsetok.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
patchlevel.h Changed version to plain "1.4". 1996-10-22 03:09:46 +00:00
pgenheaders.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
pydebug.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
pyerrors.h Added declaration for PyErr_SetInterrupt. 1997-01-03 00:15:03 +00:00
Python.h The great renaming, phase two: all header files have been updated to 1995-01-12 11:45:45 +00:00
pythonrun.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
pythread.h Add waitflag to down_sema(). 1996-10-08 14:21:49 +00:00
rangeobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
rename1.h __builtins__ mods (and sys_checkinterval for ceval.c) 1995-01-09 17:53:26 +00:00
rename2.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
sliceobject.h Forget about Ellipses b/w compatibility. 1996-10-16 04:18:36 +00:00
stringobject.h added PyString_GET_SIZE macro 1997-01-06 22:42:50 +00:00
structmember.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
sysmodule.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
thread.h Add waitflag to down_sema(). 1996-10-08 14:21:49 +00:00
token.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
traceback.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
tupleobject.h added PyTuple_GET_SIZE macro 1997-01-06 22:44:27 +00:00