index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
scripts
/
stable_abi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
1
-1/+0
*
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
Petr Viktorin
2022-04-29
1
-126/+123
*
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...
Petr Viktorin
2022-04-28
1
-23/+88
*
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
Petr Viktorin
2022-04-21
1
-0/+1
*
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...
Petr Viktorin
2022-04-08
1
-2/+11
*
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...
Petr Viktorin
2022-04-06
1
-2/+21
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-1/+1
*
bpo-43795: Document stable_abi.txt format and contents (GH-29956)
Petr Viktorin
2021-12-10
1
-0/+1
*
bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354)
Petr Viktorin
2021-10-22
1
-0/+38
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
1
-1/+0
*
Fix typos in the Tools directory (GH-28769)
Christian Clauss
2021-10-06
1
-4/+4
*
bpo-43795: Don't list private names in the limited API (GH-26740)
Petr Viktorin
2021-06-16
1
-0/+12
*
bpo-43795: PEP 652 user documentation (GH-25668)
Petr Viktorin
2021-05-11
1
-6/+27
*
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin
2021-04-29
1
-111/+484
*
bpo-43688: Support "make regen-limited-abi" in debug mode (GH-25133)
Victor Stinner
2021-04-02
1
-5/+0
*
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
Victor Stinner
2021-04-01
1
-32/+1
*
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner
2021-03-19
1
-1/+0
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
1
-1/+0
*
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim
2021-02-17
1
-2/+0
*
bpo-43103: Add configure --without-static-libpython (GH-24418)
Victor Stinner
2021-02-17
1
-2/+4
*
Update stable ABI script for MacOS and update list of exported symbols (GH-23...
Pablo Galindo
2020-12-15
1
-1/+5
*
bpo-42545: Improve the error message in the stable API script (GH-23648)
Pablo Galindo
2020-12-04
1
-21/+41
*
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Pablo Galindo
2020-12-04
1
-0/+234