summaryrefslogtreecommitdiffstats
path: root/Doc/api/abstract.tex
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for PyObject_Call().Fred Drake2002-04-151-0/+16
* Correct the descriptions of the PyObject_As*Buffer() return values.Fred Drake2002-04-041-6/+6
* Documentation for PyObject_GetIter(), contributed by Greg ChapmanFred Drake2002-03-111-3/+18
* Close an improperly-closed verbatim environment.Fred Drake2001-12-261-3/+6
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-2/+2
* Fix obvious typos.Thomas Heller2001-11-121-3/+3
* Added version annotations, remove hard tabs.Fred Drake2001-11-091-7/+11
* Add PyObject_CheckReadBuffer(), which returns true if its argumentJeremy Hylton2001-11-091-0/+39
* PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()Fred Drake2001-10-281-7/+7
* Added docs for PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs().Fred Drake2001-10-261-11/+32
* Generalize dictionary() to accept a sequence of 2-sequences. At theTim Peters2001-10-261-5/+12
* Break the Python/C API manual into smaller files by chapter. This manualFred Drake2001-10-121-0/+842