1. 457b2ca [3.10] gh-122544: Change OS image in GitHub Actions to Ubuntu 22.04 (GH-122566) (#130268) by Hugo van Kemenade · 6 months ago
  2. 4323439 bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659) by Miss Islington (bot) · 2 years, 9 months ago
  3. 8f0fa4b [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501) by Gregory P. Smith · 3 years ago
  4. b66b6e1 gh-91271: Document which parts of structs are in limited API/stable ABI (GH-32196) (GH-95711) by Petr Viktorin · 3 years, 1 month ago
  5. 438817f bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) by Miss Islington (bot) · 3 years, 9 months ago
  6. 4641afe [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952) by Serhiy Storchaka · 3 years, 11 months ago
  7. 0bff4cc [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943) by Miss Islington (bot) · 3 years, 11 months ago
  8. 53257cf bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199) by Miss Islington (bot) · 4 years ago
  9. 6b922da bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) by Miss Islington (bot) · 4 years, 1 month ago
  10. af9a352 Correct the order of check-abidump (GH-27229) by Pablo Galindo Salgado · 4 years, 1 month ago
  11. dc10264 bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) (GH-26898) by Miss Islington (bot) · 4 years, 2 months ago
  12. 84ce737 bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) by Miss Islington (bot) · 4 years, 2 months ago
  13. 7fd4010 bpo-43795: Don't list private names in the limited API (GH-26740) by Miss Islington (bot) · 4 years, 2 months ago
  14. 68b9c20 bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) (GH-26353) by Miss Islington (bot) · 4 years, 3 months ago
  15. 3739371 bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034) by Miss Islington (bot) · 4 years, 4 months ago
  16. b86ac4c Add CI step to check changes in the exported ABI (GH-25868) by Pablo Galindo · 4 years, 4 months ago
  17. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago
  18. 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
  19. f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 4 years, 4 months ago
  20. 3cc481b bpo-28254: Add a C-API for controlling the GC state (GH-25687) by scoder · 4 years, 4 months ago
  21. 9d6a2d0 bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482) by Petr Viktorin · 4 years, 4 months ago
  22. 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 4 years, 5 months ago
  23. 61092a9 bpo-43690: stable_abi.py no longer parses macros (GH-25136) by Victor Stinner · 4 years, 5 months ago
  24. baf10da bpo-43688: Run make regen-limited-abi (GH-25134) by Victor Stinner · 4 years, 5 months ago
  25. d969202 bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004) by Pablo Galindo · 4 years, 5 months ago
  26. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 4 years, 5 months ago
  27. ba251c2 bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) by Antoine Pitrou · 4 years, 6 months ago
  28. 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 4 years, 9 months ago
  29. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 4 years, 9 months ago
  30. 23c5f93 bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) by Victor Stinner · 4 years, 10 months ago
  31. 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 4 years, 11 months ago
  32. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years, 11 months ago
  33. 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 5 years ago
  34. 1e2f051 bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) by Hai Shi · 5 years ago
  35. b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 5 years ago
  36. e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 5 years ago
  37. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 5 years ago
  38. a45b695 bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) by Zackery Spytz · 5 years ago
  39. 2582d46 bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351) by Victor Stinner · 6 years ago
  40. b3b9619 Fix typo: Pyssize_t => Py_ssize_t (GH-15411) by Sergey Fedoseev · 6 years ago
  41. 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
  42. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 6 years ago
  43. d28772a bpo-36783: Add new references for C API Documentation changes (GH-13204) by Edison A · 6 years ago
  44. 83dd4e8 bpo-18085: Update refcounts.dat. (GH-11247) by Serhiy Storchaka · 7 years ago
  45. b2f642c bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243) by Mat M · 7 years ago
  46. bdabb07 bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) by Serhiy Storchaka · 7 years ago
  47. 4e29f56 Add missed details of the C API introduced in 3.7. (GH-7047) by Serhiy Storchaka · 7 years ago
  48. 55bfe69 Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) by Masayuki Yamamoto · 7 years ago
  49. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 8 years ago
  50. b63530a Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) by Eric Snow · 8 years ago
  51. 746102b Issue #27186: Document PyOS_FSPath(). by Brett Cannon · 9 years ago
  52. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 10 years ago
  53. 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
  54. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 12 years ago
  55. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago
  56. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 12 years ago
  57. 4fcf1b2 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 12 years ago
  58. 244d625 Issue #18085: Add missed const modifier for some entries in refcounts.dat. by Serhiy Storchaka · 12 years ago
  59. dce0550 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 12 years ago
  60. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 12 years ago
  61. 4dbae88 Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. by Serhiy Storchaka · 12 years ago
  62. 00e9886 Add PyDict_SetDefault. (closes #17327) by Benjamin Peterson · 12 years ago
  63. f9c7c36 Merge: Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 13 years ago
  64. 4deb16d Remove already dropped function PySys_GetFile from documentation. by Andrew Svetlov · 13 years ago
  65. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 14 years ago
  66. ce77037 Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 14 years ago
  67. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 15 years ago
  68. 3a23c9e Issue #9089: PyNumber_Int is no more. Remove it from the docs. by Mark Dickinson · 15 years ago
  69. 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
  70. 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
  71. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 16 years ago
  72. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 16 years ago
  73. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 17 years ago
  74. 87ce6d7 #3247: get rid of Py_FindMethods by Amaury Forgeot d'Arc · 17 years ago
  75. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 18 years ago
  76. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
  77. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 18 years ago
  78. 30d1c51 Remove _PyObject_Del by Neal Norwitz · 18 years ago
  79. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago