cpython/Include
Guido van Rossum 4a43cc67db Remove sys_* defines that are internal only and about to disappear 1997-05-05 20:46:18 +00:00
..
Makefile Added Makefile with clean and clobber targets 1994-01-04 23:24:22 +00:00
Python.h Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removed 1997-05-02 04:00:11 +00:00
abstract.h A few comment alignment and clarifications. 1997-03-04 18:31:47 +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
cStringIO.h Got rid of the static decl of PyCObject_Import, which was a 1.4 1997-04-09 18:04:08 +00:00
ceval.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
classobject.h Remove redundant references to thread stuff -- long, long ago, there 1997-03-14 04:25:22 +00:00
cobject.h Added PyCObject_Import. 1997-01-22 20:48:48 +00:00
compile.h Add co_firstlineno and co_lnotab, for the line number table generated 1997-01-24 03:41:09 +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
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 New lay-out of frame object, for fewer mallocs. 1997-01-20 04:16:40 +00:00
funcobject.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
graminit.h Added assert grammar. 1997-04-02 05:24:08 +00:00
grammar.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
import.h Renamed inittab. 1997-04-29 20:31:59 +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
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 Added PyArg_ParseTupleAndKeywords() prototype. 1997-02-14 16:36:35 +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 djgpp support. 1997-02-14 16:36:08 +00:00
parsetok.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
patchlevel.h Bump version to 1.5a1. 1997-01-22 03:46:13 +00:00
pgenheaders.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
pydebug.h Add global Py_OptimizeFlag. 1997-03-03 19:13:54 +00:00
pyerrors.h Added AssertionError. 1997-04-02 05:22:53 +00:00
pyfpe.h Change PyFPE_END_PROTECT to PyFPE_END_PROTECT(v). v should be the 1997-03-14 04:23:42 +00:00
pythonrun.h Added decl for Py_FdIsInteractive. 1997-02-14 19:51:34 +00:00
pythread.h Add Macros defining new names for all external symbols. 1997-03-14 04:24:08 +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 Remove sys_* defines that are internal only and about to disappear 1997-05-05 20:46:18 +00:00
sliceobject.h Forget about Ellipses b/w compatibility. 1996-10-16 04:18:36 +00:00
stringobject.h Two speedup hacks. Caching the hash saves recalculation of a string's 1997-01-18 07:53:23 +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 Macros defining new names for all external symbols. 1997-03-14 04:24:08 +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