Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Rename test scripts, changing - to _ for consistency. | Damien George | 2014-07-05 |
| | | | | | | From now on, all new tests must use underscore. Addresses issue #727. | ||
* | py: Implement support for generalized generator protocol. | Paul Sokolovsky | 2014-03-30 |
Iterators and ducktype objects can now be arguments of yield from. |