0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Include
1996-08-19 22:12:39 +00:00
..
abstract.h Typo: PySequence_Lenth -> PySequence_Length. 1996-08-08 18:43:10 +00:00
accessobject.h Disable support for access statement 1996-08-12 22:00:53 +00:00
allobjects.h Always include config.h 1996-08-19 22:12:39 +00:00
assert.h
bitset.h
bltinmodule.h Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule. 1996-05-22 17:24:06 +00:00
ceval.h
cgensupport.h
classobject.h
cobject.h opaque C object a la Jim Fulton 1996-01-12 00:44:03 +00:00
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
fileobject.h Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace, 1996-05-22 17:22:22 +00:00
floatobject.h
frameobject.h don't use NDEBUG 1996-05-24 20:43:12 +00:00
funcobject.h
graminit.h Disable support for access statement 1996-08-12 22:00:53 +00:00
grammar.h
import.h Add defs for struct _frozen and struct _frozen *PyImport_FrozenModules(); 1996-06-17 17:05:01 +00:00
intobject.h
intrcheck.h
listobject.h
longintrepr.h
longobject.h
Makefile
mappingobject.h
marshal.h Added declaration for *PyMarshal_WriteObjectToString(). 1996-08-19 22:05:27 +00:00
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 Correctly use Py_PROTO, not obsolete PROTO. 1996-08-08 18:44:36 +00:00
myproto.h
myselect.h Include GUSI.h if compiling for mac with gusi-sockets 1996-02-14 16:04:39 +00:00
mytime.h
node.h
object.h Added extern declarations for reference count admin debug functions. 1996-08-12 21:31:32 +00:00
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 Added __WATCOMC__ as DOS compiler. 1996-05-22 17:26:25 +00:00
parsetok.h
patchlevel.h patch level 1.4b2 1996-07-30 20:46:14 +00:00
pgenheaders.h Always include config.h 1996-08-19 22:12:39 +00:00
pydebug.h Debug related variable/function definitions go here. 1996-05-22 16:38:17 +00:00
pyerrors.h
Python.h
pythonrun.h Don't declare Py_FatalError. 1996-05-22 17:30:12 +00:00
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 Added PySys_SetPath. 1996-05-22 17:31:52 +00:00
thread.h
token.h changes for ** (power) operator 1996-01-12 00:51:44 +00:00
traceback.h spell TraceBack with capital B 1995-09-18 21:29:36 +00:00
tupleobject.h