1. 828d932 PEP 479: Don't let StopIteration bubble out of calls to next() inside a generator. by Raymond Hettinger · 10 years ago
  2. dfe098d Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev). by Raymond Hettinger · 10 years ago
  3. 15b04eb #20103: Rewrite description of itertools.accumulate(). by Andrew Kuchling · 10 years ago
  4. 31b26f6 Issue #18652: Add an itertools recipe for first_true() by Raymond Hettinger · 10 years ago
  5. 2989f58 linkify chain.from_iterable (closes #20272) by Benjamin Peterson · 11 years ago
  6. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  7. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  8. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  9. 6480168 Issue #19202: Add cross-reference and a rough code equivalent by Raymond Hettinger · 11 years ago
  10. fb92f39 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  11. 1e21ebc Issue 18301: The classmethod decorator didn't fit well with the rough-equivalent example code. by Raymond Hettinger · 11 years ago
  12. edb4260 Closes #18218: use correct variable name for starting point by Andrew Kuchling · 11 years ago
  13. 1d7d580 Closes #18272: use 'builtins' for 3.3 instead of __builtin__ by Andrew Kuchling · 11 years ago
  14. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  15. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  16. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  17. 9ae9473 Make it easier to search for the grouper() recipe. by Raymond Hettinger · 12 years ago
  18. 590463e merge by Raymond Hettinger · 13 years ago
  19. fc3ba6b Add usage note by Raymond Hettinger · 13 years ago
  20. 7386662 use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ by Sandro Tosi · 13 years ago
  21. 54af1ba merge with 3.2 by Sandro Tosi · 13 years ago
  22. 5d12faa Merge by Raymond Hettinger · 13 years ago
  23. 6f45d18 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 13 years ago
  24. 295c1d4 Add another example for accumulate(). by Raymond Hettinger · 13 years ago
  25. 5d44613 Add optional *func* argument to itertools.accumulate(). by Raymond Hettinger · 13 years ago
  26. 37a80dc Fix the example output of count(). by Georg Brandl · 14 years ago
  27. 1fa7682 Note improvements to the docs. by Raymond Hettinger · 14 years ago
  28. d9404b5 Doc nit. by Raymond Hettinger · 14 years ago
  29. 2d93e6e Update the itertools.accumulate() docs. by Raymond Hettinger · 14 years ago
  30. d8ff465 Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max(). by Raymond Hettinger · 14 years ago
  31. 30c7362 Clean-up last update (missing comma, unnecessary spacing change, spurious backtick). by Raymond Hettinger · 14 years ago
  32. adb8146 Add itertools.accumulate(). by Raymond Hettinger · 14 years ago
  33. 5ce0aa2 Add recipe to itertools doc. by Raymond Hettinger · 14 years ago
  34. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  35. 40d23e8 Fix weird line block in table. by Georg Brandl · 14 years ago
  36. a0fc3d3 #9944: fix typo. by Georg Brandl · 14 years ago
  37. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  38. 08d01ee Add partition recipe to itertools docs. by Raymond Hettinger · 14 years ago
  39. 933b974 Use correct directive and name. by Georg Brandl · 14 years ago
  40. c075f07 Fixup new itertools recipes. by Raymond Hettinger · 14 years ago
  41. 0f3ec6d Fix nits in itertools recipes. by Raymond Hettinger · 14 years ago
  42. 063a4b6 Add and update itertools recipes. by Raymond Hettinger · 14 years ago
  43. fc91aa2 Update itertools recipes. by Raymond Hettinger · 14 years ago
  44. b660599 Merged revisions 77675 via svnmerge from by Ezio Melotti · 15 years ago
  45. 36c3c02 Fix docstrings for itertools combinatoric functions. by Raymond Hettinger · 15 years ago
  46. c2da5ce #6694: fix old function names. by Georg Brandl · 15 years ago
  47. 5bc472a Add usage note. by Raymond Hettinger · 15 years ago
  48. d75ad44 Fix-up doc for itertools.repeat(). A -1 translates to zero repetitions, not infinite repetitions. This matches the behavior of ['x']*n. by Raymond Hettinger · 15 years ago
  49. 3dd3388 Convert all "i" docs to new style optional args. by Georg Brandl · 15 years ago
  50. 7c8494b Fix error in 2-to-3 translation of docs. by Raymond Hettinger · 15 years ago
  51. 7f587cd Fix alignment by Raymond Hettinger · 15 years ago
  52. 5bfd8ce Add examples. by Raymond Hettinger · 15 years ago
  53. 175cb23 Clarify the table entries for combinatorics. by Raymond Hettinger · 15 years ago
  54. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  55. fd88ea7 For some reason rst docs like an initial 3 space indent. by Raymond Hettinger · 15 years ago
  56. db08306 fix incorrect merge by Benjamin Peterson · 15 years ago
  57. 2c109ab Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 15 years ago
  58. fa00796 Add consume() recipe to itertools docs. by Raymond Hettinger · 15 years ago
  59. 5fa5d4f Issue 5443: Fix typo. by Raymond Hettinger · 15 years ago
  60. 21315ba Update itertools recipes to use next(). by Raymond Hettinger · 15 years ago
  61. cdf8ba3 Add some cross-references to the docs. Simplify the python code equivalent for zip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 15 years ago
  62. cf984ce Generalize the itertools.tee() recipe. by Raymond Hettinger · 15 years ago
  63. f76b920 Fixup intro paragraphs for the itertools docs. Add some tables for quick reference. by Raymond Hettinger · 15 years ago
  64. 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 15 years ago
  65. 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 15 years ago
  66. 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 16 years ago
  67. d04fa31 Minor doc fixes. by Raymond Hettinger · 16 years ago
  68. 883d276 Beautify grouper() recipe in docs. by Raymond Hettinger · 16 years ago
  69. 749761e Put functions back in alphabetical order. by Raymond Hettinger · 16 years ago
  70. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 16 years ago
  71. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 16 years ago
  72. ace6733 Backport r68942: update powerset() recipe. by Raymond Hettinger · 16 years ago
  73. 5bad41e Merge in r68394 fixing itertools.permutations() and combinations(). by Raymond Hettinger · 16 years ago
  74. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 16 years ago
  75. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  76. ad9d96b Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 16 years ago
  77. 37d2fe0 fix some py3k doc nits by Benjamin Peterson · 16 years ago
  78. d18de0e Merged revisions 65259,65263,65296,65307,65321 via svnmerge from by Benjamin Peterson · 16 years ago
  79. d631371 Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from by Benjamin Peterson · 16 years ago
  80. 2e73ffc Fix-up recipe with a syntax error (as discussed on python-dev). by Raymond Hettinger · 16 years ago
  81. f5a2e47 Neaten-up the itertools recipes. by Raymond Hettinger · 16 years ago
  82. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  83. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  84. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  85. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  86. a137e1f In Py3.0, the recipes can use keyword-only arguments instead of using the **kwds trick. by Raymond Hettinger · 16 years ago
  87. dd1150e Sync-up with doc improvements in Py2.6 by Raymond Hettinger · 16 years ago
  88. b0002d2 Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest(). by Raymond Hettinger · 16 years ago
  89. a6c6037 Issues 2186 and 2187. Move map() from itertools to builtins. by Raymond Hettinger · 16 years ago
  90. 17301e9 Issue 2186 and 2187. Move filter from itertools to builtins. by Raymond Hettinger · 16 years ago
  91. 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 16 years ago
  92. b558a2e Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-61173,61176-61177,61183 via svnmerge from by Christian Heimes · 16 years ago
  93. 70e7ea2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61097,61103-61108 via svnmerge from by Christian Heimes · 16 years ago
  94. 9e7f1d2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61103 via svnmerge from by Christian Heimes · 16 years ago
  95. 380f7f2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61081-61095 via svnmerge from by Christian Heimes · 16 years ago
  96. 836baa5 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from by Christian Heimes · 16 years ago
  97. 90c3d9b Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900,60902-60906,60908,60911-60917,60919-60920,60922,60926,60929-60931,60933-60935,60937,60939-60941,60943-60954,60959-60961,60963-60969,60971-60976 via svnmerge from by Christian Heimes · 16 years ago
  98. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  99. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
  100. b267384 Fix merge glitch. by Georg Brandl · 17 years ago