summaryrefslogtreecommitdiffstats
path: root/Doc/api/abstract.tex
Commit message (Expand)AuthorAgeFilesLines
* As discussed on python-dev, revised docs to note thatRaymond Hettinger2003-04-161-1/+8
* Backport comments about PyObject_Type() (HEAD revisions 1.24, 1.25).Fred Drake2003-04-091-3/+7
* Backport version 1.21:Walter Dörwald2002-12-061-8/+13
* Fix API typo. Closes SF 606216Raymond Hettinger2002-09-081-1/+1
* 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
* 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-281-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