0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 09:39:56 +01:00
cpython/Include
1996-07-30 16:55:08 +00:00
..
abstract.h
accessobject.h
allobjects.h Added sliceobject.h. 1996-07-30 16:39:03 +00:00
assert.h
bitset.h
bltinmodule.h
ceval.h
cgensupport.h
classobject.h
cobject.h
compile.h
complexobject.h renamed complex -> Py_complex 1996-07-21 02:24:22 +00:00
config.h
dictobject.h
errcode.h
errors.h
eval.h
fileobject.h
floatobject.h
frameobject.h
funcobject.h
graminit.h Changes due to slice and ellipses grammar changes 1996-07-30 16:39:30 +00:00
grammar.h
import.h
intobject.h
intrcheck.h
listobject.h
longintrepr.h
longobject.h
Makefile
mappingobject.h
marshal.h
metagrammar.h
methodobject.h
modsupport.h Two bumps for the price of one (PYTHON_API_VERSION) 1996-07-30 16:41:02 +00:00
moduleobject.h
mymalloc.h
mymath.h Added extern defn of hypot(). 1996-07-30 16:55:08 +00:00
myproto.h
myselect.h
mytime.h
node.h
object.h
objimpl.h Hacks for MS_COREDLL 1996-07-21 02:23:54 +00:00
opcode.h Added BUILD_SLICE opcode. 1996-07-30 16:41:26 +00:00
osdefs.h
parsetok.h
patchlevel.h
pgenheaders.h
pydebug.h
pyerrors.h
Python.h
pythonrun.h
pythread.h
rangeobject.h
rename1.h
rename2.h added new names for getprogramname, getargcargv 1996-07-21 02:23:24 +00:00
sliceobject.h Slice and ellipses interface 1996-07-30 16:42:30 +00:00
stringobject.h Turn on CACHE_HASH, for 2% speedier dict lookups 1996-07-30 16:42:03 +00:00
structmember.h
sysmodule.h
thread.h
token.h
traceback.h
tupleobject.h