1. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  2. dd07e59 Document PyModule_AddIntConstant to take a long. Fixes #962471. by Martin v. Löwis · 20 years ago
  3. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  4. 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 21 years ago
  5. 8178a22 Documentation for PyDescr_NewClassMethod was missing - here's at least by Thomas Heller · 21 years ago
  6. 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 21 years ago
  7. f72af65 At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 21 years ago
  8. 13cd889 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 21 years ago
  9. 5469324 Note that \var{ppos} values are not consecutive and should not be altered. by Raymond Hettinger · 21 years ago
  10. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  11. 28eae08 fix use of undefined markup by Fred Drake · 21 years ago
  12. 35d8360 Document Py_RETURN_NONE. by Brett Cannon · 21 years ago
  13. 9c7ed4c Document that varlist can be NULL. by Raymond Hettinger · 21 years ago
  14. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  15. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  16. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  17. f4bb1f9 Fix typo. by Raymond Hettinger · 21 years ago
  18. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  19. c22b299 fix some markup errors by Fred Drake · 21 years ago
  20. 34d7f09 Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(), by Thomas Heller · 21 years ago
  21. 24b8881 Patch #701395: Correct documentation of PyUnicode_Splitlines. by Martin v. Löwis · 22 years ago
  22. bd379e9 PyWeakref_GetObject returns None (not NULL) when the referent is gone. by Ka-Ping Yee · 22 years ago
  23. 1ff49a7 * Add description of PyInt_FromString. by Skip Montanaro · 22 years ago
  24. ae31e9b Add PyFloat_FromString. Left the char **pend argument out of the by Skip Montanaro · 22 years ago
  25. 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 22 years ago
  26. 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 22 years ago
  27. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  28. 541703b Typo: whcar_t should be wchar_t. by Thomas Heller · 22 years ago
  29. 432425e Small markup adjustments for consistency. by Fred Drake · 22 years ago
  30. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  31. f495ef7 Warn people away from PyModule_GetDict(), but not too strongly. by Fred Drake · 23 years ago
  32. 28de8d4 Add a (very) simple description of PyType_Ready(). by Fred Drake · 23 years ago
  33. e3c764b Document PyType_CheckExact(), PyType_IS_GC(). by Fred Drake · 23 years ago
  34. 6ccdccd Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 23 years ago
  35. ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 23 years ago
  36. a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 23 years ago
  37. 54e6294 A number of small adjustments. by Fred Drake · 23 years ago
  38. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 23 years ago
  39. 32a3587 Document that PyString_FromString() cannot take NULL as a parameter. by Fred Drake · 23 years ago
  40. 454af89 Update the signature of PyFile_WriteString(). by Fred Drake · 23 years ago
  41. cd8474e Add documentation for the PyCell* APIs. by Fred Drake · 23 years ago
  42. 3adf79e Break the Python/C API manual into smaller files by chapter. This manual by Fred Drake · 23 years ago