1. 917439d [3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754) by Eric Snow · 2 years, 1 month ago
  2. f12502b [3.10] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105220) by Miss Islington (bot) · 2 years, 3 months ago
  3. 7513c6b [3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002) by Hugo van Kemenade · 2 years, 5 months ago
  4. eaafea8 gh-102595: Document `PyObject_Format` c-api function (GH-102596) by Miss Islington (bot) · 2 years, 5 months ago
  5. bef189b gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) by Miss Islington (bot) · 2 years, 6 months ago
  6. 7d2ad47 Fix typo in `Py_GetPythonHome` signature (GH-102168) by Miss Islington (bot) · 2 years, 6 months ago
  7. f4f5dd5 gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976) by Miss Islington (bot) · 2 years, 6 months ago
  8. bc3718e GH-101898: Fix missing term references for hashable definition (GH-101899) by Miss Islington (bot) · 2 years, 7 months ago
  9. a259efc [docs] Mention how to get/set a bigint PyLong via the C API (GH-101270) by Miss Islington (bot) · 2 years, 7 months ago
  10. 8b02313 docs: fix `ssizeobjargproc` parameters (GH-100736) by Miss Islington (bot) · 2 years, 8 months ago
  11. bd47219 gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (GH-98710) by Miss Islington (bot) · 2 years, 8 months ago
  12. e38a525 gh-97909: Fix markup for `PyMethodDef` members (GH-100089) by Miss Islington (bot) · 2 years, 9 months ago
  13. b1c148c gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342) by Miss Islington (bot) · 2 years, 9 months ago
  14. 731a747 Doc: Replace question mark with fullstop (GH-99558) by Miss Islington (bot) · 2 years, 9 months ago
  15. d2cb0f9 [3.10] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99002) (GH-99213) by Miss Islington (bot) · 2 years, 10 months ago
  16. 6cf30c6 gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977) by Miss Islington (bot) · 2 years, 10 months ago
  17. b2db1c2 [3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373) by C.A.M. Gerlach · 2 years, 11 months ago
  18. 03ea515 Fix types in buffer/memoryview docs (GH-98118) by Miss Islington (bot) · 2 years, 11 months ago
  19. 90f2c79 Add a warning message about PyOS_snprintf (GH-95993) by Miss Islington (bot) · 2 years, 11 months ago
  20. 537c93e [3.10] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97977) by Łukasz Langa · 2 years, 11 months ago
  21. 3b0f2a7 [3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97925) by Łukasz Langa · 2 years, 11 months ago
  22. b39182e [3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97911) by Miss Islington (bot) · 2 years, 11 months ago
  23. de0a656 [3.10] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (GH-97778) (#97890) by Miss Islington (bot) · 2 years, 11 months ago
  24. 9aed6bd [3.10] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97893) by Łukasz Langa · 2 years, 11 months ago
  25. d99ea4c [3.10] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (GH-97775) (#97891) by Łukasz Langa · 2 years, 11 months ago
  26. 4245764 [3.10] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (GH-97776) (#97888) by Miss Islington (bot) · 2 years, 11 months ago
  27. 09e5029 [3.10] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`) (GH-97777) (#97877) by Miss Islington (bot) · 2 years, 11 months ago
  28. 95289bf [3.10] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`) (GH-97773) (#97868) by Miss Islington (bot) · 2 years, 11 months ago
  29. 994eaa3 [3.10] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (GH-97770) (#97870) by Miss Islington (bot) · 2 years, 11 months ago
  30. 5eedf1d [3.10] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (GH-97769) (#97872) by Miss Islington (bot) · 2 years, 11 months ago
  31. 9c755d7 [3.10] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupleObject*`) (GH-97780) (#97864) by Miss Islington (bot) · 2 years, 11 months ago
  32. 5aa108b [3.10] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`) (GH-97782) (#97862) by Miss Islington (bot) · 2 years, 11 months ago
  33. 20ddf1c [3.10] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`) (GH-97783) (#97860) by Miss Islington (bot) · 2 years, 11 months ago
  34. 82ce586 gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771) by Miss Islington (bot) · 2 years, 11 months ago
  35. e89f8b0 Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273) by Miss Islington (bot) · 3 years ago
  36. 2f88289 Clarify API stability of PyTypeObject in relation to static types. (GH-96217) by Miss Islington (bot) · 3 years ago
  37. 8a01502 gh-90359: Unify documentation style for datetime.rst (gh-94836) by Miss Islington (bot) · 3 years, 2 months ago
  38. 381b86b gh-90359: Update documentation to follow PEP 495. (gh-94800) by Miss Islington (bot) · 3 years, 2 months ago
  39. 6e47020 [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94558) by Łukasz Langa · 3 years, 2 months ago
  40. 3473a12 [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140) by Miss Islington (bot) · 3 years, 2 months ago
  41. 5b2ad48 gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH-93581) (GH-93605) by Miss Islington (bot) · 3 years, 3 months ago
  42. 2139583 Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791) (GH-93639) by Miss Islington (bot) · 3 years, 3 months ago
  43. 1815d8e gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805) by Miss Islington (bot) · 3 years, 3 months ago
  44. 48f2d8d Document Py_ssize_t. (GH-92512) by Miss Islington (bot) · 3 years, 4 months ago
  45. f40731f [3.10] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92470) by Miss Islington (bot) · 3 years, 4 months ago
  46. 229dc17 gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92330) by Miss Islington (bot) · 3 years, 4 months ago
  47. 367faf7 Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325) by Miss Islington (bot) · 3 years, 4 months ago
  48. e7e8a9f [3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91662) by Oleg Iarygin · 3 years, 4 months ago
  49. b4abef2 c-api docs: There are five fields, not four (GH-32379) by Miss Islington (bot) · 3 years, 5 months ago
  50. 11f5fd1 [3.10] More minor fixes to C API docs (GH-31525) (GH-32258) by Jelle Zijlstra · 3 years, 5 months ago
  51. 5830a28 More minor fixes to C API docs (GH-31714) by Miss Islington (bot) · 3 years, 5 months ago
  52. 98e2ee6 Add missing "to" to two tp_flags notes (GH-31624) by Miss Islington (bot) · 3 years, 6 months ago
  53. b0de629 bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535) by Miss Islington (bot) · 3 years, 6 months ago
  54. 28d9353 Minor fixes to C API docs (GH-31501) by Miss Islington (bot) · 3 years, 6 months ago
  55. 68a31db no-issue: Fix documentation typos. (GH-30576) by Miss Islington (bot) · 3 years, 7 months ago
  56. 0861a50 bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) (GH-30684) by Miss Islington (bot) · 3 years, 7 months ago
  57. 4cfb109 closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387) by Miss Islington (bot) · 3 years, 8 months ago
  58. 99aad31 [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170) (GH-29650) by Brett Cannon · 3 years, 9 months ago
  59. 9e00121 [3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29249) by Sam Gross · 3 years, 10 months ago
  60. d15f47d [3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758) by Christian Clauss · 3 years, 11 months ago
  61. 1493e1a bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523) by Miss Islington (bot) · 4 years ago
  62. 5683902 [3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440) by Miss Islington (bot) · 4 years ago
  63. e285685 docs: correct references to __isub__ etc (GH-28297) by Miss Islington (bot) · 4 years ago
  64. 53257cf bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199) by Miss Islington (bot) · 4 years ago
  65. f709360 [doc] Fix typo c-api/exceptions.rst (GH-27847) by Miss Islington (bot) · 4 years ago
  66. f4b3217 Note that tp_clear and m_clear are not always called (GH-27581) by Miss Islington (bot) · 4 years, 1 month ago
  67. 952aa31 bpo-41886: Fix documented type of PyType_Type (GH-22454) by Miss Islington (bot) · 4 years, 1 month ago
  68. 9de5901 Document PyMember_GetOne and PyMember_SetOne (GH-27555) by Miss Islington (bot) · 4 years, 1 month ago
  69. 6b922da bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) by Miss Islington (bot) · 4 years, 1 month ago
  70. b5bdc0c bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724) (GH-27439) by Miss Islington (bot) · 4 years, 1 month ago
  71. 632e8a6 bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306) by Miss Islington (bot) · 4 years, 1 month ago
  72. bea618d Fix a small typo in the docs (GH-26991) (GH-27003) by Miss Islington (bot) · 4 years, 2 months ago
  73. dc10264 bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) (GH-26898) by Miss Islington (bot) · 4 years, 2 months ago
  74. ece3841 bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877) by Victor Stinner · 4 years, 2 months ago
  75. 139c577 bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (GH-26804) by Miss Islington (bot) · 4 years, 2 months ago
  76. c689e0a bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26760) by Miss Islington (bot) · 4 years, 2 months ago
  77. 84ce737 bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) by Miss Islington (bot) · 4 years, 2 months ago
  78. d338ce079 bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453) by Miss Islington (bot) · 4 years, 3 months ago
  79. d8ce746 bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446) by Miss Islington (bot) · 4 years, 3 months ago
  80. 11049be bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442) (GH-26443) by Miss Islington (bot) · 4 years, 3 months ago
  81. 5abc681 Reword paragraph on specific value for Py_LIMITED_API (GH-26101) (GH-26123) by Miss Islington (bot) · 4 years, 4 months ago
  82. 3739371 bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034) by Miss Islington (bot) · 4 years, 4 months ago
  83. 9387fac bpo-43977: Document the new pattern matching type flags (GH-25734) by Brandt Bucher · 4 years, 4 months ago
  84. e08c673 bpo-43928: Fix 'succesfully' typo in document (GH-25569) by JT · 4 years, 4 months ago
  85. 3bb0994 bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) by Victor Stinner · 4 years, 4 months ago
  86. abfd638 bpo-43774: Enhance debug build documentation (GH-25712) by Victor Stinner · 4 years, 4 months ago
  87. 645ed62 bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711) by Victor Stinner · 4 years, 4 months ago
  88. 5bd0619 bpo-43908: Document Static Types in the C API (GH-25710) by Victor Stinner · 4 years, 4 months ago
  89. 3b52c8d bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520) by Erlend Egeberg Aasland · 4 years, 4 months ago
  90. 3cc481b bpo-28254: Add a C-API for controlling the GC state (GH-25687) by scoder · 4 years, 4 months ago
  91. 4c49be7 bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) by scoder · 4 years, 4 months ago
  92. cfaa2d3 Fix typo in exceptions.rst (GH-25434) by Ikko Ashimine · 4 years, 4 months ago
  93. 62ec638 bpo-43862: Enhance -W cmdline option documentation (GH-25439) by Victor Stinner · 4 years, 4 months ago
  94. 85918e4 bpo-43774: Add more links to configure options (GH-25363) by Victor Stinner · 4 years, 5 months ago
  95. 20ac347 Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368) by Pablo Galindo · 4 years, 5 months ago
  96. 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 4 years, 5 months ago
  97. a41782c bpo-43774: Document configure options (GH-25283) by Victor Stinner · 4 years, 5 months ago
  98. 58384c6 Document PyCode_Addr2Line function. (GH-25111) by Mark Shannon · 4 years, 5 months ago
  99. 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 4 years, 5 months ago
  100. d969202 bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004) by Pablo Galindo · 4 years, 5 months ago