1. 1fa9365 Added refcount information for the *_InPlace*() API series. by Fred Drake · 24 years ago
  2. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  3. f913e54 Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>: by Fred Drake · 24 years ago
  4. 81cccb7 Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM(). by Fred Drake · 24 years ago
  5. 34c391d Correct the reference count information for the parameters of PyErr_Restore(). by Fred Drake · 24 years ago
  6. 4ca744c Added information for PyEval_EvalCode(). by Fred Drake · 24 years ago
  7. 8c46b30 Document PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
  8. 4707320 Added new APIs and fixed some other Unicode ones (missing * or extra ' '). by Marc-André Lemburg · 24 years ago
  9. 992fe5a Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support. by Fred Drake · 24 years ago
  10. 1c2d06a Added reference count information for PySequence_List(). by Fred Drake · 24 years ago
  11. 8520cc2 Added reference count information for Py_FindMethod(). by Fred Drake · 24 years ago
  12. 98605b5 document PyErr_Format by Jeremy Hylton · 24 years ago
  13. 8394595 Add to the comment a description of the "null" value for returned by Fred Drake · 24 years ago
  14. db2764d The reference count field for PyErr_NoMemory() and by Fred Drake · 24 years ago
  15. eb725cd Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  16. a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 24 years ago
  17. 805bf1b Added note that Skip created the initial version of this file. by Fred Drake · 25 years ago
  18. 7b7dc6b Initial version as provided by Skip Montanaro <skip@mojam.com>. by Fred Drake · 25 years ago