1. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 21 years ago
  2. 4eb1a00 [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex: by Andrew M. Kuchling · 21 years ago
  3. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
  4. 2be406b let's avoid the extra nesting where reasonable by Fred Drake · 21 years ago
  5. 7fdd92f Fix typo though by Neal Norwitz · 21 years ago
  6. 829d6c4 Fix doubled word. by Raymond Hettinger · 21 years ago
  7. 6d3db70 Add missing doc for Py_True/Py_False. Use the correct macro to define by Skip Montanaro · 21 years ago
  8. 33ee76a A little boolean music if you please, maestro... (Not sure I have the by Skip Montanaro · 21 years ago
  9. fe08083 Fix an uncorrect function prototype. Will backport to release23-maint. by Thomas Heller · 21 years ago
  10. 8ff9f9f Supply missing word in new datetime docs, aggravated by copy-paste-edit. by Tim Peters · 21 years ago
  11. 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 21 years ago
  12. 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 21 years ago
  13. d68d3ee Note that memory returned by PyBuffer_New is not specifically aligned. by Neil Schemenauer · 21 years ago
  14. 9bc4f2d Drop claims that Unicode always means UCS-2. Fixes #881861. by Martin v. Löwis · 21 years ago
  15. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 21 years ago
  16. dd07e59 Document PyModule_AddIntConstant to take a long. Fixes #962471. by Martin v. Löwis · 21 years ago
  17. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 21 years ago
  18. 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 21 years ago
  19. 8178a22 Documentation for PyDescr_NewClassMethod was missing - here's at least by Thomas Heller · 22 years ago
  20. 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 22 years ago
  21. f72af65 At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 22 years ago
  22. 13cd889 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 22 years ago
  23. 5469324 Note that \var{ppos} values are not consecutive and should not be altered. by Raymond Hettinger · 22 years ago
  24. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 22 years ago
  25. 28eae08 fix use of undefined markup by Fred Drake · 22 years ago
  26. 35d8360 Document Py_RETURN_NONE. by Brett Cannon · 22 years ago
  27. 9c7ed4c Document that varlist can be NULL. by Raymond Hettinger · 22 years ago
  28. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 22 years ago
  29. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 22 years ago
  30. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 22 years ago
  31. f4bb1f9 Fix typo. by Raymond Hettinger · 22 years ago
  32. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 22 years ago
  33. c22b299 fix some markup errors by Fred Drake · 22 years ago
  34. 34d7f09 Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(), by Thomas Heller · 22 years ago
  35. 24b8881 Patch #701395: Correct documentation of PyUnicode_Splitlines. by Martin v. Löwis · 22 years ago
  36. bd379e9 PyWeakref_GetObject returns None (not NULL) when the referent is gone. by Ka-Ping Yee · 22 years ago
  37. 1ff49a7 * Add description of PyInt_FromString. by Skip Montanaro · 23 years ago
  38. ae31e9b Add PyFloat_FromString. Left the char **pend argument out of the by Skip Montanaro · 23 years ago
  39. 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 23 years ago
  40. 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 23 years ago
  41. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
  42. 541703b Typo: whcar_t should be wchar_t. by Thomas Heller · 23 years ago
  43. 432425e Small markup adjustments for consistency. by Fred Drake · 23 years ago
  44. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 23 years ago
  45. f495ef7 Warn people away from PyModule_GetDict(), but not too strongly. by Fred Drake · 23 years ago
  46. 28de8d4 Add a (very) simple description of PyType_Ready(). by Fred Drake · 23 years ago
  47. e3c764b Document PyType_CheckExact(), PyType_IS_GC(). by Fred Drake · 23 years ago
  48. 6ccdccd Add a note that Py_None needs the same reference count treatment as any by Fred Drake · 23 years ago
  49. ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 24 years ago
  50. a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 24 years ago
  51. 54e6294 A number of small adjustments. by Fred Drake · 24 years ago
  52. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 24 years ago
  53. 32a3587 Document that PyString_FromString() cannot take NULL as a parameter. by Fred Drake · 24 years ago
  54. 454af89 Update the signature of PyFile_WriteString(). by Fred Drake · 24 years ago
  55. cd8474e Add documentation for the PyCell* APIs. by Fred Drake · 24 years ago
  56. 3adf79e Break the Python/C API manual into smaller files by chapter. This manual by Fred Drake · 24 years ago