| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-105201: Add PyIter_NextItem() (#122331) | Erlend E. Aasland | 2024-08-07 | 1 | -28/+15 |
|
|
* | More minor fixes to C API docs (GH-31525) | Jelle Zijlstra | 2022-04-02 | 1 | -2/+2 |
|
|
* | bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r... | Brett Cannon | 2021-11-20 | 1 | -6/+7 |
|
|
* | bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) | Yury Selivanov | 2021-09-07 | 1 | -1/+1 |
|
|
* | bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G... | Pablo Galindo | 2021-03-23 | 1 | -0/+6 |
|
|
* | bpo-40170: Always define PyIter_Check() as a function (GH-24548) | Erlend Egeberg Aasland | 2021-02-16 | 1 | -2/+2 |
|
|
* | bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) | Antonio Cuni | 2021-01-06 | 1 | -1/+2 |
|
|
* | bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677) | Vladimir Matveev | 2020-10-13 | 1 | -0/+4 |
|
|
* | bpo-41756: Add PyIter_Send function (#22443) | Vladimir Matveev | 2020-10-10 | 1 | -0/+14 |
|
|
* | Minor C API documentation improvements. (GH-17696) | William Ayd | 2019-12-25 | 1 | -1/+1 |
|
|
* | bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) | Serhiy Storchaka | 2019-10-30 | 1 | -2/+2 |
|
|
* | Doc: Replace the deprecated highlightlang directive by highlight. (#13377) | Stéphane Wirtel | 2019-05-17 | 1 | -1/+1 |
|
|
* | Issue #19005: Fix documentation for PyIter_Next(). | Raymond Hettinger | 2013-10-10 | 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 |
|
|