Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C ↵ | Łukasz Langa | 2022-10-05 | 1 | -2/+2 |
| | | | | | | | | | | | type>) (GH-97768) (#97925) :c:type:`<C type>` -> :c:expr:`<C type>` Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit 0031e62973801d34a9e19ab7bb199e9668e32d7b) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it ↵ | Miss Islington (bot) | 2021-06-16 | 1 | -2/+2 |
| | | | | | | to 'num'. (GH-26744) (GH-26760) (cherry picked from commit 7247f6f433846c6e37308a550e8e5eb6be379856) | ||||
* | bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) | Antonio Cuni | 2021-01-06 | 1 | -2/+2 |
| | | | | | 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. | ||||
* | bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) | Serhiy Storchaka | 2019-06-01 | 1 | -1/+7 |
| | |||||
* | 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 | ||||
* | Issue #13522: Fix _Py_co_pow() documentation | Victor Stinner | 2011-12-18 | 1 | -1/+1 |
| | | | | Patch written by Arnaud Calmettes. | ||||
* | Issue #13522: document error return values of some float and complex C API ↵ | Antoine Pitrou | 2011-12-18 | 1 | -1/+7 |
| | | | | functions. | ||||
* | #9204: remove mentions of removed types in the types module. | Georg Brandl | 2010-10-17 | 1 | -1/+1 |
| | |||||
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -33/+33 |
| | |||||
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 1 | -0/+126 |