1. e9c2ecf Removed 'U' from the documentation for Py_BuildValue to bring it in line by Nicholas Bastin · 20 years ago
  2. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  3. e5fced7 SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 20 years ago
  4. 34c4320 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 20 years ago
  5. d0c3b26 improve the very-high-level API docs (contributed by Jeff Epler) by Fred Drake · 20 years ago
  6. 8530951 Remove note that PyErr_SetInterrupt() is obsolete; add comment about the by Fred Drake · 20 years ago
  7. 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 20 years ago
  8. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  9. 65d6342 Minor grammatical fixes. by Brett Cannon · 20 years ago
  10. 9b976e6 Extremely minor typo fixed. by Brett Cannon · 20 years ago
  11. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  12. 70a30e8 markup correction by Fred Drake · 21 years ago
  13. d3f4a1a Patch #893566: Document that tp_dealloc may be called from any thread. by Martin v. Löwis · 21 years ago
  14. 8178a22 Documentation for PyDescr_NewClassMethod was missing - here's at least by Thomas Heller · 21 years ago
  15. 4cd5a08 Fix small factual error. by Raymond Hettinger · 21 years ago
  16. 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 21 years ago
  17. f72af65 At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 21 years ago
  18. 13cd889 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 21 years ago
  19. 5469324 Note that \var{ppos} values are not consecutive and should not be altered. by Raymond Hettinger · 21 years ago
  20. 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 21 years ago
  21. e180307 Fix missing paren. by Raymond Hettinger · 21 years ago
  22. 2619c9e SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) by Raymond Hettinger · 21 years ago
  23. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  24. 28eae08 fix use of undefined markup by Fred Drake · 21 years ago
  25. 35d8360 Document Py_RETURN_NONE. by Brett Cannon · 21 years ago
  26. 5ce2fec Patch #837322: Clarify owning, borrowing, stealing. Backported to 2.3. by Martin v. Löwis · 21 years ago
  27. 9c7ed4c Document that varlist can be NULL. by Raymond Hettinger · 21 years ago
  28. 01a74b2 Make CObjects mutable. Fixes #477441. by Martin v. Löwis · 21 years ago
  29. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  30. 7decf5e SF #822262, Typo in Doc/api/intro.tex by Neal Norwitz · 21 years ago
  31. cb2da43 Extended tuple's C API to include a new function, PyTuple_Pack() that is by Raymond Hettinger · 21 years ago
  32. 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  33. 4ccf6e7 fix \NULL with following space and no {} by Fred Drake · 21 years ago
  34. 77e0212 Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the by Brett Cannon · 21 years ago
  35. 9bd308f Fix doubled word typos. by Raymond Hettinger · 21 years ago
  36. f4bb1f9 Fix typo. by Raymond Hettinger · 21 years ago
  37. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  38. 12c484d SF patch #783807: Clarify PySequence_Setitem ref counting by Raymond Hettinger · 21 years ago
  39. b93b3e7 Error noted in email to python-docs: PyObject corresponds to by Fred Drake · 21 years ago
  40. eec26f9 Correct documentation of check interval - it's 100 by default, not 10 any by Skip Montanaro · 21 years ago
  41. 6595e15 Document PyThreadState_SetAsyncExc(). by Fred Drake · 21 years ago
  42. 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 21 years ago
  43. 2748a4a Typo fix. by Greg Ward · 21 years ago
  44. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  45. c22b299 fix some markup errors by Fred Drake · 21 years ago
  46. 34d7f09 Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(), by Thomas Heller · 21 years ago
  47. 42a1172 Document the new format codes B, H, I, k, K. by Thomas Heller · 21 years ago
  48. 2ed6dff As discussed on python-dev, revised docs to note that by Raymond Hettinger · 21 years ago
  49. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 21 years ago
  50. 12dd7b1 Minor markup adjustments. by Fred Drake · 21 years ago
  51. 6db7718 Try to discourage use of PyObject_Type(). by Guido van Rossum · 21 years ago
  52. 24b8881 Patch #701395: Correct documentation of PyUnicode_Splitlines. by Martin v. Löwis · 21 years ago
  53. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  54. bd379e9 PyWeakref_GetObject returns None (not NULL) when the referent is gone. by Ka-Ping Yee · 21 years ago
  55. 9e1595e Minor clarification about the ob_size field. by Fred Drake · 21 years ago
  56. 1930949 Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented by Neal Norwitz · 21 years ago
  57. 41bcbe3 Commit MvL's doc patch for SF bug #221327. This adds an example of by Guido van Rossum · 21 years ago
  58. 1e71b04 Update advice about __module__ and __name__ and tp_name wrt. new types. by Michael W. Hudson · 22 years ago
  59. bbe17f5 A typo, and desist from inaccurately describing some things as lists. by Michael W. Hudson · 22 years ago
  60. 847f375 Correct lie about METH_NOARGS functions. by Michael W. Hudson · 22 years ago
  61. 1ff49a7 * Add description of PyInt_FromString. by Skip Montanaro · 22 years ago
  62. ae31e9b Add PyFloat_FromString. Left the char **pend argument out of the by Skip Montanaro · 22 years ago
  63. 89fc4f3 Fix typo by Raymond Hettinger · 22 years ago
  64. f536827 Include version annotation for PyObject_Call(). by Fred Drake · 22 years ago
  65. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  66. ead60e5 Typo: propogate -> propagate by Thomas Heller · 22 years ago
  67. 6d5f30e Document that the second argument to PyObject_IsInstance by Walter Dörwald · 22 years ago
  68. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  69. 674dae2 Clarify that PyImport_AddModule() and PyImport_ExecCodeModule() don't by Fred Drake · 22 years ago
  70. 71f5acd Minor cleanups, markup. by Fred Drake · 22 years ago
  71. 1aca2d0 Fix SF # 518775, buffer object API description truncated by Neal Norwitz · 22 years ago
  72. 5e96f1f Correct the description of PyErr_Restore(). Closes SF bug #577000. by Fred Drake · 22 years ago
  73. 4b24726 Clarified the error cases and Unicode handling of PyString_AsString(), by Fred Drake · 22 years ago
  74. 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
  75. b915a38 Added refcount information for PyObject_GetIter(). by Fred Drake · 22 years ago
  76. 111ee32 Ok, read the source this time: PyErr_SetObject() does not steal a reference. by Fred Drake · 22 years ago
  77. 2f93644 Clarify documentation for PyErr_SetObject() to describe the reference by Fred Drake · 22 years ago
  78. d3e0265 Document type and semantics of the tp_print return value. Closes SF 606464. by Raymond Hettinger · 22 years ago
  79. 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 22 years ago
  80. 794643c Py_InitModule() and friends now accept NULL for the 'methods' by Fred Drake · 22 years ago
  81. 29ce2d7 Document PyExc_FutureWarning by Barry Warsaw · 22 years ago
  82. 43af5b5 Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_size by Guido van Rossum · 22 years ago
  83. 085358a New functions for extension writers on Windows: by Thomas Heller · 22 years ago
  84. 4ddfd50 Fix SF bug 587012, doc mentions inexistent builtin unistr by Neal Norwitz · 22 years ago
  85. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  86. abe7c1a Minor markup adjustments, consistency changes, and shorten a long line. by Fred Drake · 22 years ago
  87. 7c1bb9c Add refcount info for PyErr_SetFromWindowsErr() and by Fred Drake · 22 years ago
  88. 4f2722a Docs for PyErr_SetFromWindowsErrWithFilename() and by Thomas Heller · 22 years ago
  89. 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 22 years ago
  90. b084017 Fix documentation for PyMarshal_WriteObjectToFile() and by Fred Drake · 22 years ago
  91. a0c5e9f Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() by Fred Drake · 22 years ago
  92. 178153f Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), by Fred Drake · 22 years ago
  93. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  94. 9788384 Explain that tp_basicsize must provide alignment for the items. by Guido van Rossum · 22 years ago
  95. ffb294b Add refcount information for PySequence_ITEM(). by Fred Drake · 22 years ago
  96. 86228e4 Add version annotation for PySequence_ITEM(). by Fred Drake · 22 years ago
  97. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  98. 541703b Typo: whcar_t should be wchar_t. by Thomas Heller · 22 years ago
  99. 432425e Small markup adjustments for consistency. by Fred Drake · 22 years ago
  100. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago