1. b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  2. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  3. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  4. ef85a1a Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  5. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
  6. 36ae29c Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 10 years ago
  7. 20d4f1b Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros. by Gregory P. Smith · 10 years ago
  8. e57c957 Issue26142 - Fix a formatting bug in c-api intro doc. by Senthil Kumaran · 10 years ago
  9. 4ed35fc Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  10. 1670af6 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 10 years ago
  11. 632d692 Issue #24161: Document that PyIter_Check() returns false positives for old-style instances. by Raymond Hettinger · 10 years ago
  12. 6d12c80 Fix PyGILState_GetThisThreadState() prototype in the API documentation. by Charles-François Natali · 10 years ago
  13. 1c9bf63 Preserve critical whitespace in Doc/*. by Stefan Krah · 11 years ago
  14. 3f1ef5b Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 11 years ago
  15. a44ec3f Closes #23181: codepoint -> code point by Georg Brandl · 11 years ago
  16. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
  17. a6066ce Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 11 years ago
  18. 8b14dd3 Closes #10031: overhaul the "imports" section of the programming FAQ. by Georg Brandl · 11 years ago
  19. b74cf54 Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 11 years ago
  20. 3e430eb Remove duplicate PyLong function descriptions. by Georg Brandl · 11 years ago
  21. ea21772 Issue #20643: Fixed references to the next() method (distinguish from the by Serhiy Storchaka · 11 years ago
  22. 8f25762 args doesn't need to be a tuple (closes #17210) by Benjamin Peterson · 11 years ago
  23. 32ae437 Issue #17145: Document array.array buffer interface limitations. by Stefan Krah · 11 years ago
  24. 96c9a35 PySequence_Fast generally returns a list not a tuple (closes #16395) by Benjamin Peterson · 11 years ago
  25. 236d9f8 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 11 years ago
  26. fbd2db5 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. by Georg Brandl · 11 years ago
  27. 69d0965 Fix note markup (#16805). by Éric Araujo · 11 years ago
  28. 8b1701d Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 12 years ago
  29. 99a196f Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 12 years ago
  30. 29f0dc5 dict is also allowed (closes #19163) by Benjamin Peterson · 12 years ago
  31. 59db34e Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 12 years ago
  32. 6d5bd52 Issue #18743: Improved cross-references to the StringIO class. by Serhiy Storchaka · 12 years ago
  33. 92fae55 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 12 years ago
  34. 10bb21e Fix refcount leak in the reference counting example section (!). by Georg Brandl · 12 years ago
  35. ba58cbe Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 12 years ago
  36. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
  37. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  38. bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. by Gregory P. Smith · 12 years ago
  39. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  40. 1f68a2f Remove row-spanning cell, which the Sphinx text writer does not support. by Georg Brandl · 12 years ago
  41. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  42. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  43. 6bf9b85 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  44. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 12 years ago
  45. 32b0f02 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. by Ezio Melotti · 12 years ago
  46. f4c3a18 Remove redundant sentence from c-api docs (issue #16323) by Andrew Svetlov · 13 years ago
  47. 0fe030b Issue #16323: Fix wrong C API documentation for locale encoding. by Andrew Svetlov · 13 years ago
  48. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 13 years ago
  49. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 13 years ago
  50. f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 13 years ago
  51. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 13 years ago
  52. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 13 years ago
  53. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 13 years ago
  54. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  55. 7598e18 Fix rst markup. by Ezio Melotti · 13 years ago
  56. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 13 years ago
  57. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 13 years ago
  58. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 13 years ago
  59. 7dac74a fix docs for c-api memory functions by Andrew Svetlov · 13 years ago
  60. 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 13 years ago
  61. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 13 years ago
  62. 64c0b2c Backport from 3.2: remove "Release" and "Date" markers from index pages. by Chris Jerdonek · 13 years ago
  63. 774c8a3 fix docs for c-api memory functions by Andrew Svetlov · 13 years ago
  64. a6473f9 Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use by Brett Cannon · 13 years ago
  65. 77b2abd Issue #15167 (as part of #13959): imp.get_magic() is no implemented in by Brett Cannon · 13 years ago
  66. 3adc7b7 Issue #15242: Have PyImport_GetMagicTag() return a const char * by Brett Cannon · 13 years ago
  67. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 13 years ago
  68. 788306a Fix whitespace. by Martin v. Löwis · 13 years ago
  69. 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 13 years ago
  70. b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 13 years ago
  71. f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 13 years ago
  72. c9aa842 Issue #12965: Merge from 3.2. by Mark Dickinson · 13 years ago
  73. 93648f0 Issue #12965: Merge from 3.2. by Mark Dickinson · 13 years ago
  74. 766e622 Issue #12965: Merge from 3.2 by Mark Dickinson · 13 years ago
  75. 0a22924 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 13 years ago
  76. 466bfff Whitespace normalization by Martin v. Löwis · 13 years ago
  77. c06917b Add Stable ABI documentation. by Martin v. Löwis · 13 years ago
  78. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 13 years ago
  79. 0813168 Issue #14090: fix some minor C API problems in default branch (3.3) by Eli Bendersky · 13 years ago
  80. 11cfea9 Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyType_GenericNew by Eli Bendersky · 13 years ago
  81. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 13 years ago
  82. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 13 years ago
  83. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 13 years ago
  84. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 13 years ago
  85. f409583 Fix location of versionaddeds and empty lines. by Georg Brandl · 13 years ago
  86. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 13 years ago
  87. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 13 years ago
  88. bded894 Add versionadded tags to newly added ImportError convenience functions. by Brian Curtin · 13 years ago
  89. bd43974 Add documentation for the new PyErr_SetFromImport* functions by Brian Curtin · 13 years ago
  90. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 13 years ago
  91. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 13 years ago
  92. abd887d Issue #14181: Improve clarity in the documentation for the multi-purpose by Stefan Krah · 13 years ago
  93. 95b1ba6 Add PyMemoryView_FromMemory() to whatsnew/3.3. by Stefan Krah · 13 years ago
  94. 49ac6f4 Some corrections for the Doc/extending documentation. Closes #14129 by Eli Bendersky · 13 years ago
  95. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  96. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  97. 4384435 write versionadded by Benjamin Peterson · 13 years ago
  98. 8eb1269 add generic implementation of a __dict__ descriptor for C types by Benjamin Peterson · 13 years ago
  99. b46d4b7 Fix error handling in examples of C API use. by Antoine Pitrou · 14 years ago
  100. 04707c0 Fix error handling in examples of C API use. by Antoine Pitrou · 14 years ago