cpython/Include
Guido van Rossum 60aff2c0a6 Use the proper OS2 test symbol: PYOS_OS2. 1997-12-05 21:39:25 +00:00
..
Makefile
Python.h Mass checkin (more to follow for other directories). 1997-08-02 02:56:48 +00:00
abstract.h
bitset.h
cStringIO.h Merge between my version and Jim Fulton's version; removed RCS keywords 1997-12-04 01:14:08 +00:00
ceval.h Inline PyObject_CallObject (Marc-Andre Lemburg). 1997-08-30 15:02:50 +00:00
classobject.h
cobject.h New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and 1997-10-21 19:48:35 +00:00
compile.h
complexobject.h
config.h
dictobject.h
errcode.h
eval.h
fileobject.h
floatobject.h Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg. 1997-08-02 02:40:58 +00:00
frameobject.h
funcobject.h
graminit.h
grammar.h Added prototype for PyGrammar_RemoveAccelerators(). 1997-08-12 14:57:08 +00:00
import.h Remove the declaration of "internal" table _PyImport_Inittab[]; add 1997-10-31 18:36:47 +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 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
longobject.h
marshal.h
metagrammar.h
methodobject.h
modsupport.h Add declaration for _Py_PackageContext -- needed to fix importing 1997-11-19 18:51:35 +00:00
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
myselect.h
mytime.h
node.h
object.h Add declaration for PyNumber_CoerceEx(). 1997-11-19 16:04:54 +00:00
objimpl.h
opcode.h
osdefs.h Use the proper OS2 test symbol: PYOS_OS2. 1997-12-05 21:39:25 +00:00
parsetok.h
patchlevel.h start numbering things 1.5b1 now 1997-11-18 19:21:47 +00:00
pgenheaders.h
pydebug.h Added NoSite flag. 1997-08-29 22:34:00 +00:00
pyerrors.h New API PyErr_NewException(name, base, dict) to create simple new exceptions. 1997-09-16 21:50:37 +00:00
pyfpe.h Some patches to Lee Busby's fpectl mods that accidentally didn't make it 1997-10-20 23:50:01 +00:00
pystate.h Mass checkin (more to follow for other directories). 1997-08-02 02:56:48 +00:00
pythonrun.h Declarations for two phase initialization and finalization functions 1997-08-29 21:57:07 +00:00
pythread.h
rangeobject.h
rename1.h
rename2.h
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
token.h
traceback.h
tupleobject.h