1. 3156956 Added a non-recursive implementation of conjoin(), and a Knight's Tour by unknown · 23 years ago
  2. 3530266 A clever union-find implementation from c.l.py, due to David Eppstein. by Tim Peters · 23 years ago
  3. c468fd2 Derive an industrial-strength conjoin() via cross-recursion loop unrolling, by Tim Peters · 23 years ago
  4. be4f0a7 Added a simple but general backtracking generator (conjoin), and a couple by Tim Peters · 23 years ago
  5. 08a898f Another "if 0:" hack, this time to complain about otherwise invisible by Tim Peters · 23 years ago
  6. f6ed074 This no longer leaks memory when run in an infinite loop. However, by Tim Peters · 23 years ago
  7. e77f2e2 gen_getattr: make the gi_running and gi_frame members discoverable (but by Tim Peters · 23 years ago
  8. b6c3cea SF bug #436207: "if 0: yield x" is ignored. by Tim Peters · 23 years ago
  9. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  10. 2106ef0 Repair indentation in comment. by Tim Peters · 23 years ago
  11. b2bc6a9 Added a "generate k-combinations of a list" example posted to c.l.py. by Tim Peters · 23 years ago
  12. ea2e97a New tests to provoke SyntaxErrors unique to generators. Minor fiddling by Tim Peters · 23 years ago
  13. ee30927 Another variant of the 2-3-5 test, mixing generators with a LazyList class. by Tim Peters · 23 years ago
  14. b9e9ff1 More tests. by Tim Peters · 23 years ago
  15. 0f9da0a Add a recursive Sieve of Eratosthenes prime generator. Not practical, by Tim Peters · 23 years ago
  16. 6ba5f79 Add all the examples from PEP 255, and a few email examples. by Tim Peters · 23 years ago
  17. 1def351 New std test for generators, initially populated with doctests NeilS put by Tim Peters · 23 years ago