1. a5a80cb gen_throw(): The caller doesn't own PyArg_ParseTuple() by Tim Peters · 19 years ago
  2. 2ba9661 SF Patch #1463867: Improved generator finalization to allow generators by Phillip J. Eby · 19 years ago
  3. bee0712 Support throw() of string exceptions. by Phillip J. Eby · 19 years ago
  4. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 19 years ago
  5. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
  6. 967aa8b * Refcount leak. It was just a reference to Py_None, but still. by Armin Rigo · 19 years ago
  7. 0014822 Fix a too-aggressive assert (see SF#1257960). Previously, gen_iternext by Phillip J. Eby · 20 years ago
  8. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 20 years ago
  9. 75ccea3 SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes by Raymond Hettinger · 21 years ago
  10. 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 21 years ago
  11. 6c7a00f * Factor out PyObject_SelfIter(). by Raymond Hettinger · 21 years ago
  12. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 21 years ago