summaryrefslogtreecommitdiffstats
path: root/Doc/api/abstract.tex
Commit message (Expand)AuthorAgeFilesLines
* [Bug #991883] Document calling conditionAndrew M. Kuchling2004-08-071-1/+2
* [Bug #984017] Incorrect prototype, fixed by Timothy StranexAndrew M. Kuchling2004-07-071-2/+2
* [Bug #936837] Add missing wordAndrew M. Kuchling2004-06-051-1/+1
* SF bug #936827: PyNumber_And() 's descriptionRaymond Hettinger2004-04-171-1/+1
* Use a new macro, PySequence_Fast_ITEMS to factor out code common toRaymond Hettinger2004-03-121-0/+7
* Fix small factual error.Raymond Hettinger2004-01-041-1/+1
* SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API)Raymond Hettinger2003-12-071-1/+1
* Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get theBrett Cannon2003-09-071-1/+1
* SF patch #783807: Clarify PySequence_Setitem ref countingRaymond Hettinger2003-08-091-1/+2
* As discussed on python-dev, revised docs to note thatRaymond Hettinger2003-04-161-1/+8
* Minor markup adjustments.Fred Drake2003-04-091-3/+2
* Try to discourage use of PyObject_Type().Guido van Rossum2003-04-091-0/+5
* Include version annotation for PyObject_Call().Fred Drake2003-01-251-0/+1
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-121-3/+8
* Document that the second argument to PyObject_IsInstanceWalter Dörwald2002-12-061-3/+7
* Change int() so that passing a string, unicode, float or long argumentWalter Dörwald2002-11-191-2/+3
* Fix API typo. The write buffer is not const. Closes SF 606216.Raymond 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
* 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