cpython/Include
Neil Schemenauer ffd5399728 Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*)
and not pymalloc.  Add the functions PyMalloc_New, PyMalloc_NewVar, and
PyMalloc_Del that will use pymalloc if it's enabled.   If pymalloc is
not enabled then they use the standard malloc (PyMem_*).
2002-03-22 15:25:18 +00:00
..
abstract.h Implement PyObject_DelItemString. Fixes #498915. 2002-01-05 10:50:30 +00:00
bitset.h
bufferobject.h
cellobject.h Cells are not VAR objects. 2002-02-28 23:46:34 +00:00
ceval.h
classobject.h
cobject.h
codecs.h
compile.h Add helper macro to get the number of free variables for a PyCodeObject. 2001-12-13 19:47:02 +00:00
complexobject.h
cStringIO.h
descrobject.h
dictobject.h SF bug #491415 PyDict_UpdateFromSeq2() unused 2001-12-11 18:51:08 +00:00
errcode.h
eval.h
fileobject.h Patch #530105: Allow file object may to be subtyped 2002-03-15 17:42:16 +00:00
floatobject.h
frameobject.h
funcobject.h
graminit.h
grammar.h
import.h
intobject.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h For clarity, change _longobject to build directly from PyObject_VAR_HEAD 2002-03-02 04:33:09 +00:00
longobject.h
marshal.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h
object.h Patch supplied by Burton Radons for his own SF bug #487390: Modifying 2001-12-08 18:02:58 +00:00
objimpl.h Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) 2002-03-22 15:25:18 +00:00
opcode.h Patch #494783: Rename cmp_op enumerators. 2002-01-01 19:59:11 +00:00
osdefs.h OS/2 EMX port changes (Include part of patch #450267): 2002-02-26 11:20:01 +00:00
parsetok.h
patchlevel.h Change the version string from "2.2+" to "2.3a0". disutils peels off 2002-02-02 00:08:15 +00:00
pgenheaders.h
py_curses.h Patch #477752: Drop old-style getargs from curses. 2002-01-17 23:08:27 +00:00
pydebug.h
pyerrors.h
pyfpe.h
pygetopt.h
pymactoolbox.h
pymem.h Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On 2002-03-20 04:02:31 +00:00
pyport.h SF bug 525705: [2.2] underflow raise OverflowException. 2002-03-09 04:58:24 +00:00
pystate.h
Python.h Include <unistd.h> in Python.h. Fixes #500924. 2002-01-12 11:05:12 +00:00
pythonrun.h
pythread.h Remove the unused & broken PyThread_*_sema() functions and related constants. 2002-01-19 22:02:55 +00:00
rangeobject.h
sliceobject.h
stringobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h
token.h
traceback.h [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but their 2002-03-19 16:02:35 +00:00
tupleobject.h
ucnhash.h
unicodeobject.h
weakrefobject.h