COMMITS
/ Tools/scripts/stable_abi.py March 5, 2024
T
[3.11] chore: fix typos (GH-116345) (#116375)
Terry Jan Reedy committed
April 29, 2022
P
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
Petr Viktorin committed
April 28, 2022
P
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-32415)
Petr Viktorin committed
April 21, 2022
P
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
Petr Viktorin committed
April 8, 2022
P
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-32365)
Petr Viktorin committed
April 6, 2022
P
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-32196)
Petr Viktorin committed
March 30, 2022
H
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade committed
December 10, 2021
P
bpo-43795: Document stable_abi.txt format and contents (GH-29956)
Petr Viktorin committed
October 22, 2021
P
bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354)
Petr Viktorin committed
October 14, 2021
V
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner committed
October 6, 2021
C
Fix typos in the Tools directory (GH-28769)
Christian Clauss committed
June 16, 2021
P
bpo-43795: Don't list private names in the limited API (GH-26740)
Petr Viktorin committed
May 11, 2021
P
bpo-43795: PEP 652 user documentation (GH-25668)
Petr Viktorin committed
April 29, 2021
P
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin committed
April 2, 2021
V
bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133)
Victor Stinner committed
April 1, 2021
V
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
Victor Stinner committed
March 19, 2021
V
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner committed
February 19, 2021
N
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim committed
February 17, 2021
N
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim committed
V
bpo-43103: Add configure --without-static-libpython (GH-24418)
Victor Stinner committed
December 15, 2020
P
Update stable ABI script for MacOS and update list of exported symbols (GH-23783)
Pablo Galindo committed
December 4, 2020
P
bpo-42545: Improve the error message in the stable API script (GH-23648)
Pablo Galindo committed
P
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Pablo Galindo committed