summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_itertools.py
Commit message (Expand)AuthorAgeFilesLines
* * 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