summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_generators.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add a recursive Sieve of Eratosthenes prime generator. Not practical,Tim Peters2001-06-231-1/+39
* Add all the examples from PEP 255, and a few email examples.Tim Peters2001-06-231-2/+183
* New std test for generators, initially populated with doctests NeilS putTim Peters2001-06-231-0/+139