Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) | scoder | 2021-04-28 | 1 | -7/+6 |
| | | | Automerge-Triggered-By: GH:scoder | ||||
* | bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783) | Zackery Spytz | 2020-04-29 | 1 | -5/+0 |
| | | | | They were removed from the C API in commit ae00a5a88534fd45939f86c12e038da9fa6f9ed6. | ||||
* | bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) | Serhiy Storchaka | 2019-10-30 | 1 | -3/+3 |
| | | | | 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 | ||||
* | bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) | Yury Selivanov | 2018-09-21 | 1 | -10/+29 |
| | |||||
* | bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033) | Elvis Pranskevichus | 2018-05-22 | 1 | -0/+125 |