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