Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add take() to examples. Tighten the islice() example | Raymond Hettinger | 2003-06-28 | 1 | -1/+4 |
* | Minor updates: | Raymond Hettinger | 2003-06-18 | 1 | -4/+11 |
* | The previous made the stop argument optional. | Raymond Hettinger | 2003-05-02 | 1 | -10/+7 |
* | SF bug #730685: itertools.islice stop argument is not optional | Raymond Hettinger | 2003-05-02 | 1 | -10/+13 |
* | Add comment on performance. | Raymond Hettinger | 2003-04-23 | 1 | -3/+21 |
* | User requested changes to the itertools module. | Raymond Hettinger | 2003-02-23 | 1 | -40/+52 |
* | Markup and nits. | Raymond Hettinger | 2003-02-21 | 1 | -12/+11 |
* | Fix so it compiles at least. | Michael W. Hudson | 2003-02-11 | 1 | -1/+1 |
* | C Code: | Raymond Hettinger | 2003-02-09 | 1 | -66/+84 |
* | SF bug #681003: itertools issues | Raymond Hettinger | 2003-02-07 | 1 | -0/+4 |
* | Move itertools module from the sandbox and into production. | Raymond Hettinger | 2003-02-01 | 1 | -0/+325 |