1. 967aa8b * Refcount leak. It was just a reference to Py_None, but still. by Armin Rigo · 19 years ago
  2. 0014822 Fix a too-aggressive assert (see SF#1257960). Previously, gen_iternext by Phillip J. Eby · 19 years ago
  3. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  4. 75ccea3 SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes by Raymond Hettinger · 20 years ago
  5. 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 20 years ago
  6. 6c7a00f * Factor out PyObject_SelfIter(). by Raymond Hettinger · 20 years ago
  7. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago