1. fd24054 Remove duplicate recipe. by Raymond Hettinger · 16 years ago
  2. 21fde35 Fix alignment by Raymond Hettinger · 16 years ago
  3. 099769c No start argument by Raymond Hettinger · 16 years ago
  4. 92d1951 Add examples. by Raymond Hettinger · 16 years ago
  5. d06358f Clarify the table entries for combinatorics. by Raymond Hettinger · 16 years ago
  6. 2b45819 Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 16 years ago
  7. 8ef4e78 Fix typo. by Raymond Hettinger · 16 years ago
  8. fb30cca Add consume() recipe to itertools docs. by Raymond Hettinger · 16 years ago
  9. d31d294 Issue 5443: Fix typo. by Raymond Hettinger · 16 years ago
  10. d187d52 Sync-up itertools docs with Py3.1 version. by Raymond Hettinger · 16 years ago
  11. fc9a665 Update itertools recipes to use next(). by Raymond Hettinger · 16 years ago
  12. 5894c2b Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
  13. bb94fd8 Generalize itertools.tee() recipe. by Raymond Hettinger · 16 years ago
  14. 11485b4 Minor doc fixes. by Raymond Hettinger · 17 years ago
  15. cdc9f2c Fixup itertools recipe to cover a corner case. by Raymond Hettinger · 17 years ago
  16. 5cd012b Backport r68942: update powerset() recipe. by Raymond Hettinger · 17 years ago
  17. 825758c - Issue 4816: itertools.combinations() and itertools.product were raising by Raymond Hettinger · 17 years ago
  18. 734373c Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from by Georg Brandl · 17 years ago
  19. d846165 Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 17 years ago
  20. f080e6d Alter recipe to show how to call izip_longest() with by Raymond Hettinger · 17 years ago
  21. efdf706 Neaten-up the itertools recipes. by Raymond Hettinger · 17 years ago
  22. 5255cba document default value for fillvalue by Benjamin Peterson · 17 years ago
  23. 8c81fda Use correct indentation. by Georg Brandl · 17 years ago
  24. f1f46f0 Clean-up itertools docs and recipes. by Raymond Hettinger · 17 years ago
  25. 39e0eb7 Fix compress() recipe in docs to use itertools. by Raymond Hettinger · 17 years ago
  26. 3369167 Add recipe to the itertools docs. by Raymond Hettinger · 17 years ago
  27. e2e0313 Typo fixes by Andrew M. Kuchling · 17 years ago
  28. 5eaffc4 Issue 2648: Add leading zero to money format recipe in the docs. by Raymond Hettinger · 17 years ago
  29. e70bb8d Simplify demo code. by Raymond Hettinger · 17 years ago
  30. e8f1b00 Enable doctest running for several other documents. by Georg Brandl · 17 years ago
  31. e8b4b60 Add recipe to docs. by Raymond Hettinger · 17 years ago
  32. 38fb9be Tweak recipes and tests by Raymond Hettinger · 17 years ago
  33. 040f10e Add examples. by Raymond Hettinger · 17 years ago
  34. d553d85 Beef-up docs and tests for itertools. Fix-up end-case for product(). by Raymond Hettinger · 17 years ago
  35. 684868a Fix sentence fragment by Andrew M. Kuchling · 17 years ago
  36. 2b7a5c4 Tighten example code. by Raymond Hettinger · 17 years ago
  37. f287f17 Finish-up docs for combinations() and permutations() in itertools. by Raymond Hettinger · 17 years ago
  38. 330958e6 Document impending updates to itertools. by Raymond Hettinger · 17 years ago
  39. 18750ab Add repeat keyword argument to itertools.product(). by Raymond Hettinger · 17 years ago
  40. c105289 Simply the sample code for combinations(). by Raymond Hettinger · 17 years ago
  41. 93e804d Add itertools.combinations(). by Raymond Hettinger · 17 years ago
  42. 1b3e41c Banish tab. by Georg Brandl · 17 years ago
  43. 3fa41d5 Docs for itertools.combinations(). Implementation in forthcoming checkin. by Raymond Hettinger · 17 years ago
  44. 7832d4d Add recipe using itertools.product(). by Raymond Hettinger · 17 years ago
  45. c5705a8 Document itertools.product(). by Raymond Hettinger · 17 years ago
  46. a44327a Update itertool recipes by Raymond Hettinger · 18 years ago
  47. 2dec48d Improve variable name in sample code by Raymond Hettinger · 18 years ago
  48. 48c6293 Document when to use izip_longest(). by Raymond Hettinger · 18 years ago
  49. 4731709 Make starmap() match its pure python definition and accept any itertable input (not just tuples). by Raymond Hettinger · 18 years ago
  50. 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
  51. 5d332bb Simpler documentation for itertools.tee(). Should be backported. by Raymond Hettinger · 18 years ago
  52. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  53. cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
  54. 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 18 years ago
  55. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago