1. 454af89 Update the signature of PyFile_WriteString(). by Fred Drake · 23 years ago
  2. cd8474e Add documentation for the PyCell* APIs. by Fred Drake · 23 years ago
  3. 1b58bff More refcount information. by Fred Drake · 23 years ago
  4. b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 23 years ago
  5. 81c7aa2 Added refcount data for PyObject_CallFunctionObArgs() and by Fred Drake · 23 years ago
  6. 23a78cf Add more reference count information. by Fred Drake · 23 years ago
  7. d61d0d3 Added API information for the PyCallIter_*() and PySeqIter_*() functions. by Fred Drake · 23 years ago
  8. f47d8ef Document all the Py*_CheckExact() functions. by Fred Drake · 23 years ago
  9. 9c75ff7 Fix parameter for PyInt_Check(). by Fred Drake · 23 years ago
  10. 8c64a54 Refcount info for PyString_FromFormat() and PyString_FromFormatV(). by Barry Warsaw · 23 years ago
  11. 03590c6 Reference counting information for PyNumber_*FloorDivide() and by Fred Drake · 23 years ago
  12. 6d98855 Added information on Py_BuildValue(). by Fred Drake · 23 years ago
  13. d854831 Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 23 years ago
  14. 8e0c09d More reference count information. by Fred Drake · 23 years ago
  15. b2625eb Removed information on the old third parameter to _PyTuple_Resize(). by Fred Drake · 23 years ago
  16. 5838d0f Document the PyInstance_*() functions and data. by Fred Drake · 24 years ago
  17. 81473b1 The Python/C API deals in PyObject*, not PyDictObject*. by Fred Drake · 24 years ago
  18. e22e4b2 Oops. The value "0 or +1" for the category argument of PyErr_Warn() by Guido van Rossum · 24 years ago
  19. 9a18a7e Document Pyerr_Warn(). by Guido van Rossum · 24 years ago
  20. ee814bf Added documentation for the Py_InitModule*() family of functions. by Fred Drake · 24 years ago
  21. 1fa9365 Added refcount information for the *_InPlace*() API series. by Fred Drake · 24 years ago
  22. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  23. f913e54 Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>: by Fred Drake · 24 years ago
  24. 81cccb7 Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM(). by Fred Drake · 24 years ago
  25. 34c391d Correct the reference count information for the parameters of PyErr_Restore(). by Fred Drake · 24 years ago
  26. 4ca744c Added information for PyEval_EvalCode(). by Fred Drake · 24 years ago
  27. 8c46b30 Document PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
  28. 4707320 Added new APIs and fixed some other Unicode ones (missing * or extra ' '). by Marc-André Lemburg · 24 years ago
  29. 992fe5a Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support. by Fred Drake · 24 years ago
  30. 1c2d06a Added reference count information for PySequence_List(). by Fred Drake · 24 years ago
  31. 8520cc2 Added reference count information for Py_FindMethod(). by Fred Drake · 24 years ago
  32. 98605b5 document PyErr_Format by Jeremy Hylton · 24 years ago
  33. 8394595 Add to the comment a description of the "null" value for returned by Fred Drake · 24 years ago
  34. db2764d The reference count field for PyErr_NoMemory() and by Fred Drake · 24 years ago
  35. eb725cd Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  36. a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 24 years ago
  37. 805bf1b Added note that Skip created the initial version of this file. by Fred Drake · 25 years ago
  38. 7b7dc6b Initial version as provided by Skip Montanaro <skip@mojam.com>. by Fred Drake · 25 years ago