1. ccff785 Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. by Georg Brandl · 19 years ago
  2. 8845935 Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, due by Tim Peters · 19 years ago
  3. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 20 years ago
  4. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 20 years ago
  5. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
  6. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 20 years ago
  7. 7b46f6b Add tests for syntax errors. by Raymond Hettinger · 21 years ago
  8. 5ea7e31 Improve test coverage. by Raymond Hettinger · 21 years ago
  9. 84f107d Minor formatting cleanup. by Raymond Hettinger · 21 years ago
  10. 3258e72 * Uncomment the SyntaxError doctest after Tim demonstrated how. by Raymond Hettinger · 21 years ago
  11. 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
  12. 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 21 years ago
  13. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago