1. 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 23 years ago
  2. 4ddfd50 Fix SF bug 587012, doc mentions inexistent builtin unistr by Neal Norwitz · 23 years ago
  3. a0c5e9f Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() by Fred Drake · 23 years ago
  4. 178153f Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), by Fred Drake · 23 years ago
  5. 86228e4 Add version annotation for PySequence_ITEM(). by Fred Drake · 23 years ago
  6. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 23 years ago
  7. b957bc3 Clarify the return value of PyObject_IsInstance(). by Fred Drake · 23 years ago
  8. 0e0b618 Add documentation for PyObject_Call(). by Fred Drake · 23 years ago
  9. 243ea71 Correct the descriptions of the PyObject_As*Buffer() return values. by Fred Drake · 23 years ago
  10. 314bae5 Documentation for PyObject_GetIter(), contributed by Greg Chapman by Fred Drake · 23 years ago
  11. 8b8fe28 Close an improperly-closed verbatim environment. This closes SF patch #496215. by Fred Drake · 24 years ago
  12. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 24 years ago
  13. bfeeeee Fix obvious typos. by Thomas Heller · 24 years ago
  14. 94ead57 Added version annotations, remove hard tabs. by Fred Drake · 24 years ago
  15. 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 24 years ago
  16. b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 24 years ago
  17. c44e9ec Added docs for PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs(). by Fred Drake · 24 years ago
  18. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 24 years ago
  19. 3adf79e Break the Python/C API manual into smaller files by chapter. This manual by Fred Drake · 24 years ago