summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_itertools.py
Commit message (Expand)AuthorAgeFilesLines
...
* Re-sync doc tests with the doc updates.Raymond Hettinger2003-08-081-3/+7
* More testsRaymond Hettinger2003-06-291-3/+59
* Add take() to examples. Tighten the islice() exampleRaymond Hettinger2003-06-281-1/+7
* Minor updates:Raymond Hettinger2003-06-181-5/+14
* Test ability to handle various type of iterators.Raymond Hettinger2003-05-291-4/+188
* Minor cleanups.Raymond Hettinger2003-05-161-5/+1
* * Added a substantial number of edge case and argument tests forRaymond Hettinger2003-05-031-15/+76
* Add StopIteration tests.Raymond Hettinger2003-05-021-7/+27
* The previous made the stop argument optional.Raymond Hettinger2003-05-021-1/+1
* SF bug #730685: itertools.islice stop argument is not optionalRaymond Hettinger2003-05-021-3/+71
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* User requested changes to the itertools module.Raymond Hettinger2003-02-231-11/+12
* C Code:Raymond Hettinger2003-02-091-3/+22
* SF bug #681003: itertools issuesRaymond Hettinger2003-02-071-0/+3
* Neaten ref count test.Raymond Hettinger2003-02-011-1/+1
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-011-0/+158