Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add more tests for throwing into yield from (GH-94097) | Brandt Bucher | 2022-06-23 |
* | bpo-40941: Unify implicit and explicit state in the frame and generator objec... | Mark Shannon | 2020-07-17 |
* | bpo-37069: tests use catch_unraisable_exception() (GH-13762) | Victor Stinner | 2019-06-03 |
* | bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650) | Serhiy Storchaka | 2017-11-15 |
* | Remove unused imports. | Serhiy Storchaka | 2016-12-16 |
* | Issue #23996: Added _PyGen_SetStopIterationValue for safe raising | Serhiy Storchaka | 2016-11-06 |
* | Rename test_pep####.py files | Zachary Ware | 2016-09-09 |