Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix misc doc typos (#108592) | xzmeng | 2023-08-29 | 1 | -1/+1 |
| | |||||
* | gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) | Serhiy Storchaka | 2023-07-21 | 1 | -1/+1 |
| | |||||
* | gh-102304: Fix up Simple ABI doc (GH-105351) | Victor Stinner | 2023-06-06 | 1 | -4/+4 |
| | |||||
* | gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) | Victor Stinner | 2023-06-06 | 1 | -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 Viktorin | 2023-02-28 | 1 | -3/+33 |
| | |||||
* | Reword paragraph on specific value for Py_LIMITED_API (GH-26101) | Petr Viktorin | 2021-05-14 | 1 | -12/+12 |
| | |||||
* | bpo-43795: PEP 652 user documentation (GH-25668) | Petr Viktorin | 2021-05-11 | 1 | -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 Wirtel | 2019-05-17 | 1 | -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.rst | Berker Peksag | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | Introduce support for documenting which C API elements are not part of the ↵ | Georg Brandl | 2013-10-12 | 1 | -29/+26 |
| | | | | stable/limited API. | ||||
* | Close #15465: Document C API version macros | Nick Coghlan | 2013-03-07 | 1 | -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 normalization | Martin v. Löwis | 2012-06-22 | 1 | -2/+2 |
| | |||||
* | Add Stable ABI documentation. | Martin v. Löwis | 2012-06-22 | 1 | -0/+39 |