summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_yield_from.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)Serhiy Storchaka2017-11-151-9/+9
|
* Remove unused imports.Serhiy Storchaka2016-12-161-3/+0
|
* Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-061-29/+64
| | | | | StopIteration with value. More safely handle non-normalized exceptions in -_PyGen_FetchStopIterationValue.
* Rename test_pep####.py filesZachary Ware2016-09-091-0/+1017