Python 3.8 end of life
  1. c43c50e [3.8] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105222) by Miss Islington (bot) · 2 years, 2 months ago
  2. 4f100fe [3.8] gh-90359: Update documentation to follow PEP 495. (gh-94800). (GH-94834) by Dong-hee Na · 3 years, 1 month ago
  3. ff7266e bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25690) by Miss Islington (bot) · 4 years, 4 months ago
  4. dc8558e bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885) by Miss Islington (bot) · 4 years, 5 months ago
  5. 5ca02c4 bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795) by Miss Islington (bot) · 4 years, 5 months ago
  6. 4ebd637 closes bpo-43266: Improve array formatting. (GH-24573) (GH-24585) by Miss Islington (bot) · 4 years, 6 months ago
  7. 346afeb bpo-36346: Document removal schedule of deprecate APIs (GH-20879) (#24626) by Miss Islington (bot) · 4 years, 6 months ago
  8. 8a42eb1 closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) by Miss Islington (bot) · 4 years, 6 months ago
  9. 648a32b bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Miss Islington (bot) · 4 years, 9 months ago
  10. 058affc bpo-41192: Add documentation of undocumented audit events (GH-22832) by Miss Skeleton (bot) · 4 years, 10 months ago
  11. ab32ea8 bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291) by Miss Islington (bot) · 4 years, 11 months ago
  12. 7d0fef5 bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928) by Victor Stinner · 5 years ago
  13. dc98a54 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Miss Islington (bot) · 5 years ago
  14. f0e030c bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479) by Miss Islington (bot) · 5 years ago
  15. 01c0925 bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331) by Miss Islington (bot) · 5 years ago
  16. 4874e59 bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325) by Miss Islington (bot) · 5 years ago
  17. 42f05e6 Doc: Minor fix to init config C API documentation (GH-21198) by Miss Islington (bot) · 5 years ago
  18. 41d6e3f bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227) by Miss Islington (bot) · 5 years ago
  19. ea16430 bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205) by Miss Islington (bot) · 5 years ago
  20. ca5649c [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727) by Zachary Ware · 5 years ago
  21. da1fe76 bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) by Miss Islington (bot) · 5 years ago
  22. d3af92e [3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976) by Karthikeyan Singaravelan · 5 years ago
  23. 1827fc3 bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) by Miss Islington (bot) · 5 years ago
  24. c3536b7 Doc: int -> int or Py_ssize_t (GH-18663) by Miss Islington (bot) · 5 years ago
  25. 9ce361d3 fix(doc): set correct RST syntax for c:function (GH-18589) by Miss Islington (bot) · 5 years ago
  26. 3f8d181 bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) by Miss Islington (bot) · 6 years ago
  27. 526523c bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) by Miss Islington (bot) · 6 years ago
  28. 41b3e87 PyLong_AsLongLong() docs should say 'long long' (GH-18082) (GH-18110) by Miss Islington (bot) · 6 years ago
  29. 20c9902 bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17896) by Miss Islington (bot) · 6 years ago
  30. df647f3 [3.8] bpo-39136: Fixed typos (GH-17720) by Terry Jan Reedy · 6 years ago
  31. ff67612 Fix the miscellaneous typo (GH-17700) by Miss Islington (bot) · 6 years ago
  32. e9039f3 Minor C API documentation improvements. (GH-17697) by Miss Islington (bot) · 6 years ago
  33. c93d68b bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540) by Miss Islington (bot) · 6 years ago
  34. 86d9933 bpo-38892: Improve docs for audit event (GH-17361) by Miss Islington (bot) · 6 years ago
  35. c5fe339 Fixed an incorrect sentence in the docs (GH-17205) by Miss Islington (bot) · 6 years ago
  36. 7a5d4c7 bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176) by Miss Islington (bot) · 6 years ago
  37. 1270d2c [3.8] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17026) by Miss Islington (bot) · 6 years ago
  38. 2c921c6 [3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003) by Serhiy Storchaka · 6 years ago
  39. f2ba17b [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-16999) by Serhiy Storchaka · 6 years ago
  40. 11f0f11 bpo-38434: Fixes some audit event documentation (GH-16932) by Miss Skeleton (bot) · 6 years ago
  41. 4992dc6 bpo-38557: Improve documentation for list and tuple C API. (GH-16925) by Miss Skeleton (bot) · 6 years ago
  42. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 6 years ago
  43. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 6 years ago
  44. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 6 years ago
  45. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 6 years ago
  46. 14ddca7 bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248) by Miss Islington (bot) · 6 years ago
  47. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 6 years ago
  48. c5c6425 bpo-38236: Dump path config at first import error (GH-16300) (GH-16332) by Victor Stinner · 6 years ago
  49. b65be6c bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154) by Miss Islington (bot) · 6 years ago
  50. 4556b1d bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095) by Miss Islington (bot) · 6 years ago
  51. 4145f62 Emphasize the need to always call PySequence_Fast. (GH-11140) by Miss Islington (bot) · 6 years ago
  52. 2f01cf6 bpo-37363: Document internal audit events (GH-14663) by Miss Islington (bot) · 6 years ago
  53. 535863e bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 6 years ago
  54. 965e53a [3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999) by Stéphane Wirtel · 6 years ago
  55. 4cab7eb bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990) by Miss Islington (bot) · 6 years ago
  56. e0dd713 bpo-38103: fix conflicting labels in the docs. (GH-15906) by Miss Islington (bot) · 6 years ago
  57. 78c3949 Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698) by Miss Islington (bot) · 6 years ago
  58. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 6 years ago
  59. 6ca0307 [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491) by Nick Coghlan · 6 years ago
  60. 9cbdce3 bpo-36763, doc: Add links in the new C API init doc (GH-15433) by Miss Islington (bot) · 6 years ago
  61. a6427cb bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) by Miss Islington (bot) · 6 years ago
  62. 375f35b bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080) by Miss Islington (bot) · 6 years ago
  63. 29a3a33 bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994) by Miss Islington (bot) · 6 years ago
  64. 69372ee Remove trailing .0 from version changed note (GH-14987) by Miss Islington (bot) · 6 years ago
  65. 35d36da Docs: Correct formatting of a multiline code block (GH-13806) by Miss Islington (bot) · 6 years ago
  66. 7a43010 bpo-37590: Remove redundant docs of PyEval_EvalFrameEx (GH-14765) by Miss Islington (bot) · 6 years ago
  67. ad37203 bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14624) by Miss Islington (bot) · 6 years ago
  68. cf294c4 closes bpo-37508: Fix name of type in memory.rst. (GH-14604) by Miss Islington (bot) · 6 years ago
  69. b8e198a bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453) by Miss Islington (bot) · 6 years ago
  70. 96f581c bpo-36763: Add PyConfig_SetWideStringList() (GH-14444) by Miss Islington (bot) · 6 years ago
  71. cb083f7 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505) by Miss Islington (bot) · 6 years ago
  72. ad00640 bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) by Miss Islington (bot) · 6 years ago
  73. 4fee28a bpo-37390: Add audit event table to documentations (GH-14406) by Miss Islington (bot) · 6 years ago
  74. 6258c1f bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241) by Miss Islington (bot) · 6 years ago
  75. 71031cf bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157) by Victor Stinner · 6 years ago
  76. e784f9f bpo-28805: document METH_FASTCALL (GH-14079) by Miss Islington (bot) · 6 years ago
  77. f9445a3 [3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-14038) by Victor Stinner · 6 years ago
  78. dd492d9 [3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13891) by Zackery Spytz · 6 years ago
  79. 9e3e06e bpo-36974: document PEP 590 (GH-13450) by Jeroen Demeyer · 6 years ago
  80. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 6 years ago
  81. 3b57f50 bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707) by Pablo Galindo · 6 years ago
  82. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 6 years ago
  83. 545a3b8 Document changes for PyCode_New regarding PEP570 (GH-13706) by Pablo Galindo · 6 years ago
  84. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 6 years ago
  85. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 6 years ago
  86. 3c8724f bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) by Zackery Spytz · 6 years ago
  87. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 6 years ago
  88. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 6 years ago
  89. b3a9843 Support Py_UNUSED() on clang (GH-13544) by Victor Stinner · 6 years ago
  90. cf7d5ef Fix typo: decription -> description (GH-13543) by Xtreak · 6 years ago
  91. f1e17e9 bpo-34626: Document creating heap types from the C-API (GH-9154) by Petr Viktorin · 6 years ago
  92. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 6 years ago
  93. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  94. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 6 years ago
  95. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 6 years ago
  96. c1f7262 bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282) by Victor Stinner · 6 years ago
  97. d28772a bpo-36783: Add new references for C API Documentation changes (GH-13204) by Edison A · 6 years ago
  98. 85225b6 bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125) by toonarmycaptain · 6 years ago
  99. 5765ecf bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) by Edison A · 6 years ago
  100. cec0184 Doc/c-api/exceptions.rst: fix grammar (#12091) by Daniel Hahler · 6 years ago