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