cpython/Doc/api
Brett Cannon d88471f432 Change signatures for arguments to "s" and friends to be the proper ``const
char *`` instead of just ``char *``.  Also added the mentioning of "const" in
some places where it was left out even when the signature already stated the
fact.

Closes bug #980925.
2004-07-01 20:55:42 +00:00
..
.cvsignore Updates to reflect pending changes to the XML conversion process. 2000-11-22 16:42:37 +00:00
abstract.tex [Bug #936837] Add missing word 2004-06-05 19:00:55 +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 876130: add C API to datetime module, from Anthony Tuininga. 2004-06-20 22:41:32 +00:00
exceptions.tex [Bug #948970] Add PyExc_* symbols to index. 2004-06-29 13:52:14 +00:00
init.tex Enable the profiling of C functions (builtins and extensions) 2004-03-24 21:57:10 +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 markup correction 2004-02-17 04:17:36 +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 Change signatures for arguments to "s" and friends to be the proper ``const 2004-07-01 20:55:42 +00:00
veryhigh.tex improve the very-high-level API docs (contributed by Jeff Epler) 2004-03-25 15:44:56 +00:00