cpython/Include
Guido van Rossum 1d529d1ecd Add a cast to the call to _Py_Dealloc in the expanded version of
Py_DECREF, to reduce the warnings when compiling with reference count
debugging on.  (There are still warnings for each call to
_Py_NewReference -- too bad.)
1997-08-05 02:30:44 +00:00
..
Makefile
Python.h Mass checkin (more to follow for other directories). 1997-08-02 02:56:48 +00:00
abstract.h A few comment alignment and clarifications. 1997-03-04 18:31:47 +00:00
assert.h
bitset.h
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 Mass checkin (more to follow for other directories). 1997-08-02 02:56:48 +00:00
classobject.h Remove redundant references to thread stuff -- long, long ago, there 1997-03-14 04:25:22 +00:00
cobject.h
compile.h
complexobject.h
config.h
dictobject.h Subsumed mappingobject.h in dictobject.h. 1997-05-13 21:23:32 +00:00
errcode.h
eval.h
fileobject.h flushline and writestring can now return an error 1997-05-22 22:23:46 +00:00
floatobject.h Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg. 1997-08-02 02:40:58 +00:00
frameobject.h Massive changes for separate thread state management. 1997-05-05 20:56:21 +00:00
funcobject.h
graminit.h Added assert grammar. 1997-04-02 05:24:08 +00:00
grammar.h
import.h Mass checkin (more to follow for other directories). 1997-08-02 02:56:48 +00:00
intobject.h Add cast to PyInt_AS_LONG macro, as suggested by Marc Lemburg. 1997-08-02 02:41:13 +00:00
intrcheck.h
listobject.h
longintrepr.h
longobject.h
marshal.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
mymalloc.h Added Py_Malloc and friends as well as PyMem_Malloc and friends. 1997-08-05 01:59:22 +00:00
mymath.h Workaround for bug in Metrowerks MSL headers on 68K Macs (Jack) 1997-05-20 15:58:15 +00:00
myproto.h Oops, rename2.h was included by some other headers. 1997-05-07 23:50:40 +00:00
myselect.h
mytime.h
node.h
object.h Add a cast to the call to _Py_Dealloc in the expanded version of 1997-08-05 02:30:44 +00:00
objimpl.h Oops, another forgotten renaming: varobject -> PyVarObject. 1997-05-15 21:31:03 +00:00
opcode.h Get rid of obsolete ACCESS_MODE opcode. 1997-05-09 00:39:04 +00:00
osdefs.h
parsetok.h
patchlevel.h Changed the patch level to 1.5a3, to avoid confusion with a2 (I'm not 1997-07-19 23:46:59 +00:00
pgenheaders.h
pydebug.h Got rid of "suppres printing" flag. 1997-07-19 19:26:38 +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
pystate.h Mass checkin (more to follow for other directories). 1997-08-02 02:56:48 +00:00
pythonrun.h Mass checkin (more to follow for other directories). 1997-08-02 02:56:48 +00:00
pythread.h Massive changes for separate thread state management. 1997-05-05 20:56:21 +00:00
rangeobject.h
rename1.h
rename2.h Oops, another forgotten renaming: varobject -> PyVarObject. 1997-05-15 21:31:03 +00:00
sliceobject.h
stringobject.h
structmember.h
sysmodule.h Mass checkin (more to follow for other directories). 1997-08-02 02:56:48 +00:00
thread.h Massive changes for separate thread state management. 1997-05-05 20:56:21 +00:00
token.h
traceback.h
tupleobject.h