- 98fcaaf SF bug #1323739, C API doc for PySequence_Tuple duplicated by Neal Norwitz · 20 years ago
- fe80b63 [Bug #991883] Document calling condition by Andrew M. Kuchling · 21 years ago
- ee5e4cd [Bug #984017] Incorrect prototype, fixed by Timothy Stranex by Andrew M. Kuchling · 21 years ago
- 1b50b43 [Bug #936837] Add missing word by Andrew M. Kuchling · 21 years ago
- e5fced7 SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 21 years ago
- c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 21 years ago
- 4cd5a08 Fix small factual error. by Raymond Hettinger · 22 years ago
- 2619c9e SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) by Raymond Hettinger · 22 years ago
- 77e0212 Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the by Brett Cannon · 22 years ago
- 12c484d SF patch #783807: Clarify PySequence_Setitem ref counting by Raymond Hettinger · 22 years ago
- 2ed6dff As discussed on python-dev, revised docs to note that by Raymond Hettinger · 22 years ago
- 12dd7b1 Minor markup adjustments. by Fred Drake · 22 years ago
- 6db7718 Try to discourage use of PyObject_Type(). by Guido van Rossum · 22 years ago
- f536827 Include version annotation for PyObject_Call(). by Fred Drake · 23 years ago
- d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 23 years ago
- 6d5f30e Document that the second argument to PyObject_IsInstance by Walter Dörwald · 23 years ago
- f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 23 years ago
- 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 23 years ago
- 4ddfd50 Fix SF bug 587012, doc mentions inexistent builtin unistr by Neal Norwitz · 23 years ago
- a0c5e9f Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() by Fred Drake · 23 years ago
- 178153f Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), by Fred Drake · 23 years ago
- 86228e4 Add version annotation for PySequence_ITEM(). by Fred Drake · 23 years ago
- 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 23 years ago
- b957bc3 Clarify the return value of PyObject_IsInstance(). by Fred Drake · 23 years ago
- 0e0b618 Add documentation for PyObject_Call(). by Fred Drake · 23 years ago
- 243ea71 Correct the descriptions of the PyObject_As*Buffer() return values. by Fred Drake · 23 years ago
- 314bae5 Documentation for PyObject_GetIter(), contributed by Greg Chapman by Fred Drake · 23 years ago
- 8b8fe28 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 24 years ago
- c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 24 years ago
- bfeeeee Fix obvious typos. by Thomas Heller · 24 years ago
- 94ead57 Added version annotations, remove hard tabs. by Fred Drake · 24 years ago
- 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 24 years ago
- b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 24 years ago
- c44e9ec Added docs for PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs(). by Fred Drake · 24 years ago
- 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 24 years ago
- 3adf79e Break the Python/C API manual into smaller files by chapter. This manual by Fred Drake · 24 years ago