cpython/Include
Fred Drake 05473edbe5 Added prototype for PyInstance_NewRaw(). 2001-01-28 03:52:08 +00:00
..
Makefile
Python.h PEP 227 implementation 2001-01-25 20:04:14 +00:00
abstract.h This patch adds a new builtin unistr() which behaves like str() 2001-01-17 17:09:53 +00:00
bitset.h
bufferobject.h
cStringIO.h
cellobject.h PEP 227 implementation 2001-01-25 20:04:14 +00:00
ceval.h
classobject.h Added prototype for PyInstance_NewRaw(). 2001-01-28 03:52:08 +00:00
cobject.h
codecs.h
compile.h PEP 227 implementation 2001-01-25 20:06:59 +00:00
complexobject.h
config.h
dictobject.h
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h PEP 227 implementation 2001-01-25 20:06:59 +00:00
funcobject.h PEP 227 implementation 2001-01-25 20:06:59 +00:00
graminit.h
grammar.h
import.h
intobject.h
intrcheck.h
listobject.h
longintrepr.h
longobject.h Rationalize use of limits.h, moving the inclusion to Python.h. 2000-09-26 05:46:01 +00:00
marshal.h It's unclear whether PyMarshal_XXX() are part of the public or private API. 2001-01-28 00:27:39 +00:00
metagrammar.h
methodobject.h
modsupport.h The addition of new parameters to functions in the Python/C API requires 2001-01-25 22:13:34 +00:00
moduleobject.h
node.h
object.h Add a flag to indicate the presence of the tp_richcompare field, and 2001-01-24 22:13:48 +00:00
objimpl.h PyGC_Dump() -> _PyGC_Dump() 2001-01-24 04:17:26 +00:00
opcode.h PEP 227 implementation 2001-01-25 20:06:59 +00:00
osdefs.h
parsetok.h
patchlevel.h Bump version to 2.1a1. (To be released Friday.) 2001-01-17 14:12:33 +00:00
pgenheaders.h
py_curses.h Added header file for C API exported by _cursesmodule.c 2000-12-22 21:51:10 +00:00
pydebug.h
pyerrors.h Add declarations for standard warning category classes (PyExc_Warning 2000-12-15 21:57:34 +00:00
pyfpe.h
pygetopt.h Move our own getopt() implementation to _PyOS_GetOpt(), and use it 2000-11-03 08:18:37 +00:00
pymem.h
pyport.h Remove include-file-dependant half-prototype of clnt_create(). 2001-01-22 16:50:11 +00:00
pystate.h Add a new API, PyThreadState_DeleteCurrent() that combines 2001-01-23 01:46:06 +00:00
pythonrun.h Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py 2000-10-11 17:18:11 +00:00
pythread.h
rangeobject.h
rename1.h
sliceobject.h
stringobject.h Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,o formats. 2000-09-21 05:43:11 +00:00
structmember.h
sysmodule.h Add declarations for PySys_ResetWarnOptions() and 2000-12-15 22:01:39 +00:00
token.h
traceback.h
tupleobject.h
ucnhash.h refactored the unicodeobject/ucnhash interface, to hide the 2001-01-19 09:45:02 +00:00
unicodeobject.h