| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-20 | py/objgenerator: Implement PEP479, StopIteration convs to RuntimeError. | Damien George | |
| This commit implements PEP479 which disallows raising StopIteration inside a generator to signal that it should be finished. Instead, the generator should simply return when it is complete. See https://www.python.org/dev/peps/pep-0479/ for details. | |||
| 2017-02-15 | tests/gen_yield_from_close: Use range() instead of reversed(). | Paul Sokolovsky | |
| As a "more basic" builtin iterator, present even in smaller ports. | |||
| 2016-12-21 | tests: Add tests to improve coverage of runtime.c. | Rami Ali | |
| 2016-12-20 | tests/basics: Improve test coverage for generators. | Rami Ali | |
| 2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George | |
| From now on, all new tests must use underscore. Addresses issue #727. | |||
