summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncgen.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31708: Allow async generator expressions in synchronous functions (#3905)Yury Selivanov2017-10-061-0/+32
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-2/+0
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #28721: Fix asynchronous generators aclose() and athrow()Yury Selivanov2016-11-161-0/+140
* Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-061-0/+79
* Issue #28480: Adjust or skip tests if multithreading is disabledMartin Panter2016-10-201-1/+3
* Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-081-0/+823