summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/stable.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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