1. f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 10 years ago
  2. d979c72 add a test for issue #17669 (closes #18565) by Benjamin Peterson · 11 years ago
  3. 5da5702 Issue #16824: Fix a failure guard in the never reached in the normal test execution code in test_pep380. by Serhiy Storchaka · 12 years ago
  4. b37df51 fix yield from return value on custom iterators (closes #15568) by Benjamin Peterson · 12 years ago
  5. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 12 years ago
  6. 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 12 years ago
  7. e557da8 Fix a crash when the return value of a subgenerator is a temporary by Amaury Forgeot d'Arc · 13 years ago
  8. 0296a56 NULL and no exception set from tp_iternext means StopIteration by Benjamin Peterson · 13 years ago
  9. 9a80fa8 add test, which was missing from d64ac9ab4cd0 by Benjamin Peterson · 13 years ago