summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/iter.rst
Commit message (Expand)AuthorAgeFilesLines
* More minor fixes to C API docs (GH-31525)Jelle Zijlstra2022-04-021-2/+2
* bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...Brett Cannon2021-11-201-6/+7
* bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)Yury Selivanov2021-09-071-1/+1
* bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G...Pablo Galindo2021-03-231-0/+6
* bpo-40170: Always define PyIter_Check() as a function (GH-24548)Erlend Egeberg Aasland2021-02-161-2/+2
* bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)Antonio Cuni2021-01-061-1/+2
* bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)Vladimir Matveev2020-10-131-0/+4
* bpo-41756: Add PyIter_Send function (#22443)Vladimir Matveev2020-10-101-0/+14
* Minor C API documentation improvements. (GH-17696)William Ayd2019-12-251-1/+1
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-2/+2
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Issue #19005: Fix documentation for PyIter_Next().Raymond Hettinger2013-10-101-6/+5
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-2/+2
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+47