aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_yield_from.py
Commit message (Expand)AuthorAge
* Add more tests for throwing into yield from (GH-94097)Brandt Bucher2022-06-23
* bpo-40941: Unify implicit and explicit state in the frame and generator objec...Mark Shannon2020-07-17
* bpo-37069: tests use catch_unraisable_exception() (GH-13762)Victor Stinner2019-06-03
* bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)Serhiy Storchaka2017-11-15
* Remove unused imports.Serhiy Storchaka2016-12-16
* Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-06
* Rename test_pep####.py filesZachary Ware2016-09-09