cpython/Include
Guido van Rossum f1dc0615e9 Add internal routine _PyModule_Clear(), which does approximately what
clear_carefully() used to do in import.c.  Differences: leave only
__builtins__ alone in the 2nd pass; and don't clear the dictionary (on
the theory that as long as there are references left to the
dictionary, those might be destructors that might expect __builtins__
to be alive when they run; and __builtins__ can't normally be part of
a cycle).
1998-02-19 20:51:52 +00:00
..
Makefile
Python.h
abstract.h
bitset.h
cStringIO.h Remove the last bits of log from the leading comments. 1997-12-08 15:16: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
frameobject.h
funcobject.h
graminit.h
grammar.h Added prototype for PyGrammar_RemoveAccelerators(). 1997-08-12 14:57:08 +00:00
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
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 Add internal routine _PyModule_Clear(), which does approximately what 1998-02-19 20:51:52 +00:00
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 Set the patch level to 1.5. 1997-12-30 04:29:49 +00:00
pgenheaders.h
pydebug.h - Add Py_FrozenFlag, intended to suppress error messages fron 1998-02-06 22:27:46 +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
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