Commit message (Expand) | Author | Age | |
---|---|---|---|
* | tests/basics: Split out generator.throw tests that pass multiple args. | Damien George | 2024-05-27 |
* | tests/basics: Add test for throw into yield-from with normal return. | Damien George | 2019-10-04 |
* | py/objgenerator: Fix handling of None passed as 2nd arg to throw(). | Damien George | 2019-05-09 |
* | tests/basics: Split out gen throw tests from yield-from-throw tests. | Damien George | 2018-09-28 |
* | py/objgenerator: Implement PEP479, StopIteration convs to RuntimeError. | Damien George | 2018-09-20 |
* | tests/basics: Improve test coverage for generators. | Rami Ali | 2016-12-20 |
* | tests: Rename test scripts, changing - to _ for consistency. | Damien George | 2014-07-05 |