summaryrefslogtreecommitdiffstats
path: root/Misc/stable_abi.txt
Commit message (Expand)AuthorAgeFilesLines
* bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2...Miss Islington (bot)2021-09-071-2/+2
* bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)Miss Islington (bot)2021-07-291-0/+11
* bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)Miss Islington (bot)2021-06-161-1/+1
* bpo-43795: Don't list private names in the limited API (GH-26740)Miss Islington (bot)2021-06-161-3/+1
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...Miss Islington (bot)2021-05-251-2/+0
* bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH...Miss Islington (bot)2021-05-051-1/+1
* bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...Pablo Galindo2021-05-031-2/+0
* bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...Pablo Galindo2021-05-011-0/+2
* bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720)Petr Viktorin2021-04-291-1/+10
* bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)Petr Viktorin2021-04-291-0/+2144