summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libitertools.tex
Commit message (Expand)AuthorAgeFilesLines
* Added optional None arguments to itertools.islice().Raymond Hettinger2004-12-051-0/+5
* Improve three recipes in the itertools docs.Raymond Hettinger2004-09-231-4/+10
* Style nit.Raymond Hettinger2004-07-111-2/+2
* Minor wording and spacing nits.Raymond Hettinger2004-06-121-2/+0
* Minor documentation nits.Raymond Hettinger2004-05-011-11/+29
* Add a Guido inspired example for groupby().Raymond Hettinger2004-01-201-1/+14
* Fix typoAndrew M. Kuchling2003-12-181-1/+1
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-1/+1
* SF patch #855195: fix typosRaymond Hettinger2003-12-071-0/+1
* Edit description a bitAndrew M. Kuchling2003-12-061-2/+2
* Implement itertools.groupby()Raymond Hettinger2003-12-061-0/+60
* Improve the implementation of itertools.tee().Raymond Hettinger2003-11-121-4/+12
* Replace the window() example with pairwise() which demonstrates tee().Raymond Hettinger2003-10-261-10/+4
* Added itertools.tee()Raymond Hettinger2003-10-241-17/+39
* Use 'predicate = bool' as the default predicate for ifilter[false].Guido van Rossum2003-10-201-4/+2
* Adopt Christian Stork's suggested argument order for the logic quantifiers.Raymond Hettinger2003-10-051-4/+4
* SF 810242. Fix doubled word errors.Raymond Hettinger2003-09-221-1/+1
* Add an example to address a common question of how to split iterators.Raymond Hettinger2003-09-081-7/+20
* Make the derived tools amendable to cut and paste.Raymond Hettinger2003-08-251-54/+54
* Modified itertools.izip() to match the behavior of __builtin__.zip()Raymond Hettinger2003-08-081-1/+4
* Improve docs:Raymond Hettinger2003-08-081-16/+13
* Important usability fix in itertools documentation.Raymond Hettinger2003-07-221-3/+3
* Add take() to examples. Tighten the islice() exampleRaymond Hettinger2003-06-281-1/+4
* Minor updates:Raymond Hettinger2003-06-181-4/+11
* The previous made the stop argument optional.Raymond Hettinger2003-05-021-10/+7
* SF bug #730685: itertools.islice stop argument is not optionalRaymond Hettinger2003-05-021-10/+13
* Add comment on performance.Raymond Hettinger2003-04-231-3/+21
* User requested changes to the itertools module.Raymond Hettinger2003-02-231-40/+52
* Markup and nits.Raymond Hettinger2003-02-211-12/+11
* Fix so it compiles at least.Michael W. Hudson2003-02-111-1/+1
* C Code:Raymond Hettinger2003-02-091-66/+84
* SF bug #681003: itertools issuesRaymond Hettinger2003-02-071-0/+4
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-011-0/+325