1. 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
  2. b37df51 fix yield from return value on custom iterators (closes #15568) by Benjamin Peterson · 12 years ago
  3. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 12 years ago
  4. 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 12 years ago
  5. e557da8 Fix a crash when the return value of a subgenerator is a temporary by Amaury Forgeot d'Arc · 13 years ago
  6. 0296a56 NULL and no exception set from tp_iternext means StopIteration by Benjamin Peterson · 13 years ago
  7. 9a80fa8 add test, which was missing from d64ac9ab4cd0 by Benjamin Peterson · 13 years ago