1. b2c3a95 [3.11] gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566) (#130260) by Hugo van Kemenade · 6 months ago
  2. bda62c0 [3.11] gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557) (GH-114120) by Miss Islington (bot) · 1 year, 7 months ago
  3. 99b4f1c [3.11] gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as returning a strong reference (GH-113697) (#113699) by Miss Islington (bot) · 1 year, 8 months ago
  4. 4ce1a82 bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659) by Miss Islington (bot) · 2 years, 9 months ago
  5. f8b71da [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500) by Gregory P. Smith · 3 years ago
  6. 86eb500 [3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-95208) by Miss Islington (bot) · 3 years, 1 month ago
  7. 3b4f5ed [3.11] GH-93516: Backport GH-93769 (GH-94231) by Mark Shannon · 3 years, 2 months ago
  8. 852b4d4 [3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#93493) by Ken Jin · 3 years, 2 months ago
  9. 3ece6e6 [3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127) by Mark Shannon · 3 years, 2 months ago
  10. 8dc5df4 [3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (GH-93412) (GH-93746) by Miss Islington (bot) · 3 years, 3 months ago
  11. 00f8fe9 [3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) (#92484) by Miss Islington (bot) · 3 years, 3 months ago
  12. e89c01e [3.11] Add CI step to check changes in the exported ABI (#92442) by Pablo Galindo Salgado · 3 years, 4 months ago
  13. 5d421d7 gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531) by Irit Katriel · 3 years, 5 months ago
  14. 1c2fddd Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-32365) by Petr Viktorin · 3 years, 5 months ago
  15. d79f118 bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-32196) by Petr Viktorin · 3 years, 5 months ago
  16. f66c857 bpo-45459: Add Py_buffer to limited API (GH-29991) by Christian Heimes · 3 years, 7 months ago
  17. 50669083 bpo-43931: Export Python version as API data (GH-25577) by Gabriele N. Tornetta · 3 years, 9 months ago
  18. f30ad65 bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569) by Irit Katriel · 3 years, 10 months ago
  19. 2cbf50e bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331) by Ken Jin · 3 years, 10 months ago
  20. 2c3474a bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) by Yury Selivanov · 4 years ago
  21. 3e2c643 bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551) by Hai Shi · 4 years ago
  22. ce5e1a6 bpo-41103: Resurrect the old buffer protocol. (GH-27437) by Inada Naoki · 4 years, 1 month ago
  23. a390ebe bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903) by Hai Shi · 4 years, 1 month ago
  24. 29987f7 bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) by Petr Viktorin · 4 years, 2 months ago
  25. 6773c3e bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) by Ken Jin · 4 years, 2 months ago
  26. 7cad9cb bpo-43795: Don't list private names in the limited API (GH-26740) by Petr Viktorin · 4 years, 2 months ago
  27. d168569 bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) by Petr Viktorin · 4 years, 3 months ago
  28. b05955d bpo-43795: PEP 652 user documentation (GH-25668) by Petr Viktorin · 4 years, 4 months ago
  29. 9ad8f10 bpo-44029: Remove Py_UNICODE APIs (GH-25881) by Inada Naoki · 4 years, 4 months ago
  30. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago
  31. 558df90 bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768) by Pablo Galindo · 4 years, 4 months ago
  32. f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 4 years, 4 months ago
  33. 3cc481b bpo-28254: Add a C-API for controlling the GC state (GH-25687) by scoder · 4 years, 4 months ago
  34. 9d6a2d0 bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482) by Petr Viktorin · 4 years, 4 months ago
  35. 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 4 years, 5 months ago
  36. 61092a9 bpo-43690: stable_abi.py no longer parses macros (GH-25136) by Victor Stinner · 4 years, 5 months ago
  37. baf10da bpo-43688: Run make regen-limited-abi (GH-25134) by Victor Stinner · 4 years, 5 months ago
  38. d969202 bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004) by Pablo Galindo · 4 years, 5 months ago
  39. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 4 years, 5 months ago
  40. ba251c2 bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) by Antoine Pitrou · 4 years, 6 months ago
  41. 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 4 years, 9 months ago
  42. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 4 years, 9 months ago
  43. 23c5f93 bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) by Victor Stinner · 4 years, 10 months ago
  44. 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 4 years, 11 months ago
  45. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years, 11 months ago
  46. 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 5 years ago
  47. 1e2f051 bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) by Hai Shi · 5 years ago
  48. b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 5 years ago
  49. e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 5 years ago
  50. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 5 years ago
  51. a45b695 bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) by Zackery Spytz · 5 years ago
  52. 2582d46 bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351) by Victor Stinner · 6 years ago
  53. b3b9619 Fix typo: Pyssize_t => Py_ssize_t (GH-15411) by Sergey Fedoseev · 6 years ago
  54. 4a2edc3 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) by Pablo Galindo · 6 years ago
  55. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 6 years ago
  56. d28772a bpo-36783: Add new references for C API Documentation changes (GH-13204) by Edison A · 6 years ago
  57. 83dd4e8 bpo-18085: Update refcounts.dat. (GH-11247) by Serhiy Storchaka · 7 years ago
  58. b2f642c bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243) by Mat M · 7 years ago
  59. bdabb07 bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) by Serhiy Storchaka · 7 years ago
  60. 4e29f56 Add missed details of the C API introduced in 3.7. (GH-7047) by Serhiy Storchaka · 7 years ago
  61. 55bfe69 Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) by Masayuki Yamamoto · 7 years ago
  62. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 8 years ago
  63. b63530a Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) by Eric Snow · 8 years ago
  64. 746102b Issue #27186: Document PyOS_FSPath(). by Brett Cannon · 9 years ago
  65. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 10 years ago
  66. 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 11 years ago
  67. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 12 years ago
  68. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago
  69. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 12 years ago
  70. 4fcf1b2 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 12 years ago
  71. 244d625 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 12 years ago
  72. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 12 years ago
  73. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 12 years ago
  74. 4dbae88 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 12 years ago
  75. 00e9886 Add PyDict_SetDefault. (closes #17327) by Benjamin Peterson · 12 years ago
  76. f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 13 years ago
  77. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 13 years ago
  78. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 14 years ago
  79. ce77037 Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 14 years ago
  80. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 15 years ago
  81. 3a23c9e Issue #9089: PyNumber_Int is no more. Remove it from the docs. by Mark Dickinson · 15 years ago
  82. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 15 years ago
  83. 5e55b3e Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from by Benjamin Peterson · 16 years ago
  84. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 16 years ago
  85. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 16 years ago
  86. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 17 years ago
  87. 87ce6d7 #3247: get rid of Py_FindMethods by Amaury Forgeot d'Arc · 17 years ago
  88. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 18 years ago
  89. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
  90. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 18 years ago
  91. 30d1c51 Remove _PyObject_Del by Neal Norwitz · 18 years ago
  92. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago