1. a5a5728 remove error checks already done in set_context() by Benjamin Peterson · 16 years ago
  2. 52b9620 fix syntax tests after formatting change by Benjamin Peterson · 16 years ago
  3. 5ffad66 Make generator repr consistent with function and code object repr. by Georg Brandl · 17 years ago
  4. f7f439b Fixed typo in a doctest of test_genexps. by Alexandre Vassalotti · 17 years ago
  5. c91210c #2863: add gen.__name__ and add this name to generator repr(). by Georg Brandl · 17 years ago
  6. ccff785 Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. by Georg Brandl · 19 years ago
  7. 8845935 Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, due by Tim Peters · 19 years ago
  8. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 20 years ago
  9. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 20 years ago
  10. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
  11. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 20 years ago
  12. 7b46f6b Add tests for syntax errors. by Raymond Hettinger · 21 years ago
  13. 5ea7e31 Improve test coverage. by Raymond Hettinger · 21 years ago
  14. 84f107d Minor formatting cleanup. by Raymond Hettinger · 21 years ago
  15. 3258e72 * Uncomment the SyntaxError doctest after Tim demonstrated how. by Raymond Hettinger · 21 years ago
  16. 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
  17. 83ee795 Add a test to verify an early call to iter() on the outermost for expression. by Raymond Hettinger · 21 years ago
  18. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago