Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor C API documentation improvements. (GH-17696) | William Ayd | 2019-12-24 | 1 | -1/+1 |
| | | | | | | | The added parentheses around the PyIter_Next assignment suppress the following warning which gcc throws without: ``` warning: using the result of an assignment as a condition without parentheses [-Wparentheses] ``` The other change is a typo fix | ||||
* | bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) | Serhiy Storchaka | 2019-10-30 | 1 | -2/+2 |
| | | | | Replace all *NULL* with ``NULL``. | ||||
* | 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 #19005: Fix documentation for PyIter_Next(). | Raymond Hettinger | 2013-10-09 | 1 | -6/+5 |
| | |||||
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -2/+2 |
| | |||||
* | Split C API docs in Py3k branch. | Georg Brandl | 2008-01-20 | 1 | -0/+47 |