1. 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 23 years ago
  2. 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 23 years ago
  3. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
  4. 541703b Typo: whcar_t should be wchar_t. by Thomas Heller · 23 years ago
  5. 432425e Small markup adjustments for consistency. by Fred Drake · 23 years ago
  6. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 23 years ago
  7. f495ef7 Warn people away from PyModule_GetDict(), but not too strongly. by Fred Drake · 23 years ago
  8. 28de8d4 Add a (very) simple description of PyType_Ready(). by Fred Drake · 23 years ago
  9. e3c764b Document PyType_CheckExact(), PyType_IS_GC(). by Fred Drake · 23 years ago
  10. 6ccdccd Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 23 years ago
  11. ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 24 years ago
  12. a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 24 years ago
  13. 54e6294 A number of small adjustments. by Fred Drake · 24 years ago
  14. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 24 years ago
  15. 32a3587 Document that PyString_FromString() cannot take NULL as a parameter. by Fred Drake · 24 years ago
  16. 454af89 Update the signature of PyFile_WriteString(). by Fred Drake · 24 years ago
  17. cd8474e Add documentation for the PyCell* APIs. by Fred Drake · 24 years ago
  18. 3adf79e Break the Python/C API manual into smaller files by chapter. This manual by Fred Drake · 24 years ago