cpython/Include
Guido van Rossum 6e5b301b02 Renamed thread.h to pythread.h. 1998-10-01 20:59:37 +00:00
..
Makefile Added Makefile with clean and clobber targets 1994-01-04 23:24:22 +00:00
Python.h On SGI, we need to define _SGI_MP_SOURCE before including errno.h when 1998-05-26 18:38:07 +00:00
abstract.h
bitset.h
cStringIO.h
ceval.h
classobject.h
cobject.h
compile.h
complexobject.h Add prototypes for c_sum() etc. 1996-08-19 22:04:54 +00:00
config.h
dictobject.h
errcode.h
eval.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
fileobject.h
floatobject.h
frameobject.h
funcobject.h Add macros for direct access to the members of CFunction objects. 1998-07-10 15:47:08 +00:00
graminit.h Added assert grammar. 1997-04-02 05:24:08 +00:00
grammar.h Added prototype for PyGrammar_RemoveAccelerators(). 1997-08-12 14:57:08 +00:00
import.h
intobject.h
intrcheck.h This fix (across 4 files in 3 directories) solves a subtle problem with 1997-11-14 22:24:28 +00:00
listobject.h
longintrepr.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
longobject.h
marshal.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
mymalloc.h Completely disable the declarations for malloc() and friends. Use 1997-08-21 16:13:37 +00:00
mymath.h
myproto.h Oops, rename2.h was included by some other headers. 1997-05-07 23:50:40 +00:00
myselect.h Move the #include of <sys/select> to *after* mytime.h (or <time.h>), 1998-09-28 22:05:22 +00:00
mytime.h
node.h
object.h Add new spares to the end of the type object struct. 1998-04-23 19:16:44 +00:00
objimpl.h Oops, another forgotten renaming: varobject -> PyVarObject. 1997-05-15 21:31:03 +00:00
opcode.h Get rid of some obsolete opcodes. 1998-07-07 14:58:39 +00:00
osdefs.h
parsetok.h
patchlevel.h
pgenheaders.h
pydebug.h
pyerrors.h
pyfpe.h
pystate.h
pythonrun.h - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow 1998-02-06 22:28:05 +00:00
pythread.h
rangeobject.h
rename1.h __builtins__ mods (and sys_checkinterval for ceval.c) 1995-01-09 17:53:26 +00:00
rename2.h Oops, another forgotten renaming: varobject -> PyVarObject. 1997-05-15 21:31:03 +00:00
sliceobject.h
stringobject.h Two speedup hacks. Caching the hash saves recalculation of a string's 1997-01-18 07:53:23 +00:00
structmember.h
sysmodule.h
token.h
traceback.h
tupleobject.h