Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename test_pep####.py files | Zachary Ware | 2016-09-09 | 1 | -1017/+0 |
| | |||||
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -7/+1 |
| | | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run. | ||||
* | fix sending tuples to custom generator objects with yield from (closes #21209) | Benjamin Peterson | 2014-04-14 | 1 | -0/+19 |
| | | | | Debugged by Victor. | ||||
* | add a test for issue #17669 (closes #18565) | Benjamin Peterson | 2013-07-27 | 1 | -1/+40 |
| | | | | Patch from Phil Connell. | ||||
* | Issue #16824: Fix a failure guard in the never reached in the normal test ↵ | Serhiy Storchaka | 2012-12-31 | 1 | -1/+1 |
| | | | | execution code in test_pep380. | ||||
* | fix yield from return value on custom iterators (closes #15568) | Benjamin Peterson | 2012-08-07 | 1 | -0/+14 |
| | |||||
* | perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) | Benjamin Peterson | 2012-03-15 | 1 | -1/+22 |
| | | | | | | | This allows generators that are using yield from to be seen by debuggers. It also kills the f_yieldfrom field on frame objects. Patch mostly from Mark Shannon with a few tweaks by me. | ||||
* | make delegating generators say they running (closes #14220) | Benjamin Peterson | 2012-03-07 | 1 | -0/+72 |
| | |||||
* | Fix a crash when the return value of a subgenerator is a temporary | Amaury Forgeot d'Arc | 2012-01-13 | 1 | -0/+11 |
| | | | | object (with a refcount of 1) | ||||
* | NULL and no exception set from tp_iternext means StopIteration | Benjamin Peterson | 2012-01-13 | 1 | -0/+5 |
| | |||||
* | add test, which was missing from d64ac9ab4cd0 | Benjamin Peterson | 2012-01-13 | 1 | -0/+842 |