summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncgen.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-2/+0
| | | Make also minor PEP8 coding style fixes on modified imports.
* 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
| | | | | StopIteration with value. More safely handle non-normalized exceptions in -_PyGen_FetchStopIterationValue.
* 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-091-0/+823