summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/stable.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix misc doc typos (#108592)xzmeng2023-08-291-1/+1
|
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-1/+1
|
* gh-102304: Fix up Simple ABI doc (GH-105351)Victor Stinner2023-06-061-4/+4
|
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-061-21/+34
| | | | | | | | | * Add "limited-c-api" and "stable-api" references. * Rename "stable-abi-list" reference to "limited-api-list". * Makefile: Document files regenerated by "make regen-limited-abi" * Remove first empty line in generated files: - Lib/test/test_stable_abi_ctypes.py - PC/python3dll.c
* gh-101101: Unstable C API tier (PEP 689) (GH-101102)Petr Viktorin2023-02-281-3/+33
|
* Reword paragraph on specific value for Py_LIMITED_API (GH-26101)Petr Viktorin2021-05-141-12/+12
|
* bpo-43795: PEP 652 user documentation (GH-25668)Petr Viktorin2021-05-111-33/+153
| | | | | | - Reformat the C API and ABI Versioning page (and extend/clarify a bit) - Rewrite the stable ABI docs into a general text on C API Compatibility - Add a list of Limited API contents, and notes for the individual items. - Replace `Include/README.rst` with a link to a devguide page with the same info
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
| | | | highlightlang is deprecated since April 2018 in Sphinx. See https://github.com/sphinx-doc/sphinx/pull/4845
* Add a link to PEP 384 in stable.rstBerker Peksag2016-01-281-1/+1
|
* Introduce support for documenting which C API elements are not part of the ↵Georg Brandl2013-10-121-29/+26
| | | | stable/limited API.
* Close #15465: Document C API version macrosNick Coghlan2013-03-071-9/+11
| | | | | | | Mostly moving the existing macro docs over from the standard library docs to the C API docs where they belong. Patch by Kushal Das.
* Whitespace normalizationMartin v. Löwis2012-06-221-2/+2
|
* Add Stable ABI documentation.Martin v. Löwis2012-06-221-0/+39