1. e2e0313 Typo fixes by Andrew M. Kuchling · 17 years ago
  2. 5eaffc4 Issue 2648: Add leading zero to money format recipe in the docs. by Raymond Hettinger · 17 years ago
  3. e70bb8d Simplify demo code. by Raymond Hettinger · 17 years ago
  4. e8f1b00 Enable doctest running for several other documents. by Georg Brandl · 17 years ago
  5. e8b4b60 Add recipe to docs. by Raymond Hettinger · 17 years ago
  6. 38fb9be Tweak recipes and tests by Raymond Hettinger · 17 years ago
  7. 040f10e Add examples. by Raymond Hettinger · 17 years ago
  8. d553d85 Beef-up docs and tests for itertools. Fix-up end-case for product(). by Raymond Hettinger · 17 years ago
  9. 684868a Fix sentence fragment by Andrew M. Kuchling · 17 years ago
  10. 2b7a5c4 Tighten example code. by Raymond Hettinger · 17 years ago
  11. f287f17 Finish-up docs for combinations() and permutations() in itertools. by Raymond Hettinger · 17 years ago
  12. 330958e6 Document impending updates to itertools. by Raymond Hettinger · 17 years ago
  13. 18750ab Add repeat keyword argument to itertools.product(). by Raymond Hettinger · 17 years ago
  14. c105289 Simply the sample code for combinations(). by Raymond Hettinger · 17 years ago
  15. 93e804d Add itertools.combinations(). by Raymond Hettinger · 17 years ago
  16. 1b3e41c Banish tab. by Georg Brandl · 17 years ago
  17. 3fa41d5 Docs for itertools.combinations(). Implementation in forthcoming checkin. by Raymond Hettinger · 17 years ago
  18. 7832d4d Add recipe using itertools.product(). by Raymond Hettinger · 17 years ago
  19. c5705a8 Document itertools.product(). by Raymond Hettinger · 17 years ago
  20. a44327a Update itertool recipes by Raymond Hettinger · 18 years ago
  21. 2dec48d Improve variable name in sample code by Raymond Hettinger · 18 years ago
  22. 48c6293 Document when to use izip_longest(). by Raymond Hettinger · 18 years ago
  23. 4731709 Make starmap() match its pure python definition and accept any itertable input (not just tuples). by Raymond Hettinger · 18 years ago
  24. 81a885a Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object(). by Raymond Hettinger · 18 years ago
  25. 5d332bb Simpler documentation for itertools.tee(). Should be backported. by Raymond Hettinger · 18 years ago
  26. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  27. cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
  28. 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 18 years ago
  29. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago