0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Include
1998-04-24 18:22:02 +00:00
..
abstract.h Add PyObject_Not(). 1998-04-09 17:53:59 +00:00
bitset.h
ceval.h
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
cStringIO.h Remove the last bits of log from the leading comments. 1997-12-08 15:16:08 +00:00
dictobject.h
errcode.h Add E_INDENT -- new error to check for bad indentation 1998-04-09 21:37:20 +00:00
eval.h
fileobject.h
floatobject.h
frameobject.h
funcobject.h
graminit.h
grammar.h
import.h Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to pass 1998-02-11 05:47:24 +00:00
intobject.h
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 Fred's right -- we need PyList_SET_ITEM(). 1998-04-24 18:22:02 +00:00
longintrepr.h
longobject.h
Makefile
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 Add internal routine _PyModule_Clear(), which does approximately what 1998-02-19 20:51:52 +00:00
mymalloc.h
mymath.h
myproto.h
myselect.h
mytime.h
node.h
object.h Add new spares to the end of the type object struct. 1998-04-23 19:16:44 +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 Set the patch level to 1.5.1. (I'm not going to release this as a 1998-04-10 18:08:06 +00:00
pgenheaders.h
pydebug.h Added Tabcheck flag. 1998-04-10 17:59:44 +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 Move 'dict' struct member to end of struct. This ensures binary 1998-04-13 20:24:05 +00:00
Python.h
pythonrun.h - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow 1998-02-06 22:28:05 +00:00
pythread.h
rangeobject.h
rename1.h
rename2.h
sliceobject.h
stringobject.h
structmember.h
sysmodule.h
thread.h
token.h
traceback.h
tupleobject.h