cpython/Doc/api
Tim Peters e45d5a3b00 Claifications: visit procs are supplied by the core, users aren't
expected to write their own.  A NULL "object" must not be passed to
the visit callback.  A non-zero return from a visit proc isn't
necessarily an error return (and it doesn't matter to the tp_traverse
code *what* it might signify, their only job is to return it).
2004-07-13 17:18:10 +00:00
..
.cvsignore Updates to reflect pending changes to the XML conversion process. 2000-11-22 16:42:37 +00:00
abstract.tex [Bug #984017] Incorrect prototype, fixed by Timothy Stranex 2004-07-07 13:07:47 +00:00
api.tex Break the Python/C API manual into smaller files by chapter. This manual 2001-10-12 19:01:43 +00:00
concrete.tex SF patch 986010: add missing doc for datetime C API, from 2004-07-11 19:26:19 +00:00
exceptions.tex [Bug #948970] Add PyExc_* symbols to index. 2004-06-29 13:52:14 +00:00
init.tex Remove a few elderly sentences 2004-07-10 13:48:54 +00:00
intro.tex Emphasize the requirement that Python.h be included first more strongly. 2004-03-31 07:45:46 +00:00
memory.tex Minor clarification about what's actually promised for PyMem_Malloc(0). 2002-04-06 09:14:33 +00:00
newtypes.tex Claifications: visit procs are supplied by the core, users aren't 2004-07-13 17:18:10 +00:00
refcounting.tex Two new public API functions, Py_IncRef and Py_DecRef. Useful for 2004-04-22 17:23:49 +00:00
refcounts.dat Added refcount information for PyObject_GetIter(). 2002-10-04 18:58:58 +00:00
utilities.tex Add PyArg_VaParseTupleAndKeywords(). Document this function and 2004-07-10 22:20:32 +00:00
veryhigh.tex improve the very-high-level API docs (contributed by Jeff Epler) 2004-03-25 15:44:56 +00:00