summaryrefslogtreecommitdiffstats
path: root/Doc/api/abstract.tex
Commit message (Expand)AuthorAgeFilesLines
* Fix SF bug 587012, doc mentions inexistent builtin unistrNeal Norwitz2002-07-281-2/+2
* Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool()Fred Drake2002-06-141-8/+8
* Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(),Fred Drake2002-06-131-0/+42
* Add version annotation for PySequence_ITEM().Fred Drake2002-05-231-1/+2
* Patch #552433: Special-case tuples. Avoid sub-type checking for lists.Martin v. Löwis2002-05-081-0/+7
* Clarify the return value of PyObject_IsInstance().Fred Drake2002-04-231-8/+9
* 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