1. ace3f9a bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220) by Victor Stinner · 4 years, 9 months ago
  2. 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 4 years, 9 months ago
  3. 0b9c4c6 bpo-42171: Add PEP573-related items to the limited API (GH-23009) by Petr Viktorin · 4 years, 9 months ago
  4. 23c5f93 bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) by Victor Stinner · 4 years, 9 months ago
  5. 88c2cfd bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) by Hai Shi · 4 years, 9 months ago
  6. dc42af8 bpo-42260: PyConfig_Read() only parses argv once (GH-23168) by Victor Stinner · 4 years, 9 months ago
  7. 53a03aa bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) by Victor Stinner · 4 years, 9 months ago
  8. 048a356 bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) by Victor Stinner · 4 years, 9 months ago
  9. 8021875 bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) by Victor Stinner · 4 years, 9 months ago
  10. 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years, 9 months ago
  11. e662c39 bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) by Victor Stinner · 4 years, 9 months ago
  12. 3f7e990 bpo-41192: Add documentation of undocumented audit events (GH-21308) by Saiyang Gou · 4 years, 10 months ago
  13. 3a8fdb2 bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) by Alex Gaynor · 4 years, 10 months ago
  14. cfb0f57 bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677) by Vladimir Matveev · 4 years, 10 months ago
  15. 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 4 years, 10 months ago
  16. d5752aa Fix .. code-block :: directives in decimal.rst (GH-22571) by Anthony Sottile · 4 years, 10 months ago
  17. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years, 10 months ago
  18. 20ce62f bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291) by Campbell Barton · 4 years, 10 months ago
  19. d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years, 11 months ago
  20. 2e4dd33 bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) by Zackery Spytz · 4 years, 11 months ago
  21. 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 5 years ago
  22. 700fa1b Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH-22031) by Benjamin Peterson · 5 years ago
  23. d9a966a bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake (GH-20215) by Petr Viktorin · 5 years ago
  24. 474652f bpo-40204, doc: Fix syntax of C variables (GH-21846) by Victor Stinner · 5 years ago
  25. 46d10b1 bpo-40204: Fix duplicates in the documentation (GH-21857) by Victor Stinner · 5 years ago
  26. 39042e0 bpo-41324 Add a minimal decimal capsule API (#21519) by Stefan Krah · 5 years ago
  27. 46e19b6 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Inada Naoki · 5 years ago
  28. 270b4ad bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479) by Inada Naoki · 5 years ago
  29. 9c84417 bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325) by Inada Naoki · 5 years ago
  30. 741008a Doc: Minor fix to init config C API documentation (GH-21198) by tomerv · 5 years ago
  31. b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 5 years ago
  32. dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 5 years ago
  33. e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 5 years ago
  34. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 5 years ago
  35. 37bb289 bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) by Victor Stinner · 5 years ago
  36. 7ab92d5 bpo-36020: Require vsnprintf() to build Python (GH-20899) by Victor Stinner · 5 years ago
  37. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 5 years ago
  38. 5edb832 bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735) by Victor Stinner · 5 years ago
  39. e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 5 years ago
  40. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 5 years ago
  41. 59d3dce bpo-40839: PyDict_GetItem() requires the GIL (GH-20580) by Victor Stinner · 5 years ago
  42. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 5 years ago
  43. fe2978b bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) by Victor Stinner · 5 years ago
  44. 20941de bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449) by Mark Dickinson · 5 years ago
  45. 1cf15af bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) by Pablo Galindo · 5 years ago
  46. ad3252b bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290) by Dong-hee Na · 5 years ago
  47. e50883c bpo-39245: Fix docs links to the stable ABI (GH-20388) by Miro Hrončok · 5 years ago
  48. 86d6944 bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026) by Hai Shi · 5 years ago
  49. c068b53 bpo-38787: Update structures.rst docs (PEP 573) (GH-19980) by Hai Shi · 5 years ago
  50. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 5 years ago
  51. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 5 years ago
  52. bb4a585 bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) by Zackery Spytz · 5 years ago
  53. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 5 years ago
  54. 4386b90 bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) by Victor Stinner · 5 years ago
  55. 8852ad4 bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) by Victor Stinner · 5 years ago
  56. 6d86a23 bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772) by Victor Stinner · 5 years ago
  57. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 5 years ago
  58. 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 5 years ago
  59. b54e46c bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) by Brad Solomon · 5 years ago
  60. 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 5 years ago
  61. 1a1bd2e bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) by Victor Stinner · 5 years ago
  62. 675d9a3 bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) by Hai Shi · 5 years ago
  63. f13072b bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461) by Pablo Galindo · 5 years ago
  64. 71a3522 bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) by Victor Stinner · 5 years ago
  65. 5c3cda0 bpo-39947: Add PyThreadState_GetID() function (GH-19163) by Victor Stinner · 5 years ago
  66. 05e4a29 bpo-40024: Add PyModule_AddType() helper function (GH-19088) by Dong-hee Na · 5 years ago
  67. fd1e1a1 bpo-39947: Add PyThreadState_GetFrame() function (GH-19092) by Victor Stinner · 5 years ago
  68. 50e6e99 bpo-39984: Move pending calls to PyInterpreterState (GH-19066) by Victor Stinner · 5 years ago
  69. 5b1ef20 bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) by Victor Stinner · 5 years ago
  70. a45b695 bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) by Zackery Spytz · 5 years ago
  71. 8fb02b6 bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981) by Victor Stinner · 5 years ago
  72. be79373 bpo-39947: Add PyInterpreterState_Get() function (GH-18979) by Victor Stinner · 5 years ago
  73. 309d7cc bpo-35370: Add _PyEval_SetTrace() function (GH-18975) by Victor Stinner · 5 years ago
  74. 0b72b23 bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) by Victor Stinner · 5 years ago
  75. fdcd53f Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) by Daniel Hahler · 5 years ago
  76. b4698ec bpo-39877: Deprecate PyEval_InitThreads() (GH-18892) by Victor Stinner · 5 years ago
  77. eebaa9b bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329) by Serhiy Storchaka · 5 years ago
  78. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 5 years ago
  79. 6df421f bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) by Pablo Galindo · 5 years ago
  80. 57c7a0b Doc: int -> int or Py_ssize_t (GH-18663) by Inada Naoki · 5 years ago
  81. d4d17fd fix(doc): set correct RST syntax for c:function (GH-18589) by Julien Danjou · 5 years ago
  82. a784759 bpo-36465: Update doc of init_config.rst (GH-18520) by Hai Shi · 5 years ago
  83. d905df7 bpo-39573: Add Py_IS_TYPE() function (GH-18488) by Dong-hee Na · 5 years ago
  84. 968dcd9 bpo-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496) by Brandt Bucher · 5 years ago
  85. f3e7ea5 bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397) by Victor Stinner · 6 years ago
  86. 4eb9f43 bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) by Roger Hurwitz · 6 years ago
  87. bf15d5b Correct the documented default encoding (GH-18429) by Eric Wieser · 6 years ago
  88. b10dc3e bpo-39573: Add Py_SET_SIZE() function (GH-18400) by Victor Stinner · 6 years ago
  89. d2ec81a bpo-39573: Add Py_SET_TYPE() function (GH-18394) by Victor Stinner · 6 years ago
  90. c86a112 bpo-39573: Add Py_SET_REFCNT() function (GH-18389) by Victor Stinner · 6 years ago
  91. 3f563ce bpo-39245: Make Vectorcall C API public (GH-17893) by Petr Viktorin · 6 years ago
  92. 509dd90 bpo-39542: Convert PyType_Check() to static inline function (GH-18364) by Victor Stinner · 6 years ago
  93. c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 6 years ago
  94. 4d96b46 bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296) by Victor Stinner · 6 years ago
  95. 17c68b8 bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279) by Victor Stinner · 6 years ago
  96. e1e8000 bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) by Joannah Nanjekye · 6 years ago
  97. b9783d2 bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) by Victor Stinner · 6 years ago
  98. 47be7d0 PyLong_AsLongLong() docs should say 'long long' (#18082) by Keith Erskine · 6 years ago
  99. 6c5d661 bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17896) by Petr Viktorin · 6 years ago
  100. 6c7bb38 bpo-39136: Fixed typos (GH-17720) by Gurupad Hegde · 6 years ago