1. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  2. 9a8c8e2 Having fun on my own time: quicker flat_conjoin; Knights Tour solver by Tim Peters · 23 years ago
  3. a1d5455 Remove the last remnants of the hacks to worm around leaks. by Tim Peters · 23 years ago
  4. 3446365 Repair flawed example. by Tim Peters · 23 years ago
  5. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 23 years ago
  6. b20e9db Remove reference cycle breaking code. The GC now takes care of it. by Neil Schemenauer · 23 years ago
  7. 3156956 Added a non-recursive implementation of conjoin(), and a Knight's Tour by unknown · 23 years ago
  8. 3530266 A clever union-find implementation from c.l.py, due to David Eppstein. by Tim Peters · 23 years ago
  9. c468fd2 Derive an industrial-strength conjoin() via cross-recursion loop unrolling, by Tim Peters · 23 years ago
  10. be4f0a7 Added a simple but general backtracking generator (conjoin), and a couple by Tim Peters · 23 years ago
  11. 08a898f Another "if 0:" hack, this time to complain about otherwise invisible by Tim Peters · 23 years ago
  12. f6ed074 This no longer leaks memory when run in an infinite loop. However, by Tim Peters · 23 years ago
  13. e77f2e2 gen_getattr: make the gi_running and gi_frame members discoverable (but by Tim Peters · 23 years ago
  14. b6c3cea SF bug #436207: "if 0: yield x" is ignored. by Tim Peters · 23 years ago
  15. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  16. 2106ef0 Repair indentation in comment. by Tim Peters · 23 years ago
  17. b2bc6a9 Added a "generate k-combinations of a list" example posted to c.l.py. by Tim Peters · 23 years ago
  18. ea2e97a New tests to provoke SyntaxErrors unique to generators. Minor fiddling by Tim Peters · 23 years ago
  19. ee30927 Another variant of the 2-3-5 test, mixing generators with a LazyList class. by Tim Peters · 23 years ago
  20. b9e9ff1 More tests. by Tim Peters · 23 years ago
  21. 0f9da0a Add a recursive Sieve of Eratosthenes prime generator. Not practical, by Tim Peters · 23 years ago
  22. 6ba5f79 Add all the examples from PEP 255, and a few email examples. by Tim Peters · 23 years ago
  23. 1def351 New std test for generators, initially populated with doctests NeilS put by Tim Peters · 23 years ago