Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373) | Serhiy Storchaka | 2023-07-28 | 1 | -2/+2 |
| | | | | | | (cherry picked from commit 391e03fa05b80d17a14ac88d30c974fa2fa00adb) Co-authored-by: Victor Stinner <vstinner@python.org> | ||||
* | [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) | wulmer | 2023-07-23 | 1 | -1/+1 |
| | |||||
* | bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) | Antonio Cuni | 2021-01-06 | 1 | -2/+4 |
| | | | | | I think that none of these API calls can fail, but only few of them are documented as such. Add the sentence "This function always succeeds" (which is the same already used e.g. by PyNumber_Check) to all of them. | ||||
* | 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 | ||||
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -10/+10 |
| | |||||
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 1 | -0/+50 |