summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_genexps.py
Commit message (Expand)AuthorAgeFilesLines
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-021-1/+1
* Add tests for syntax errors.Raymond Hettinger2004-09-301-0/+13
* Improve test coverage.Raymond Hettinger2004-09-301-1/+0
* Minor formatting cleanup.Raymond Hettinger2004-08-161-5/+6
* * Uncomment the SyntaxError doctest after Tim demonstrated how.Raymond Hettinger2004-08-161-11/+6
* Whitespace normalization.Tim Peters2004-07-081-6/+0
* Add a test to verify an early call to iter() on the outermost forRaymond Hettinger2004-05-201-0/+9
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-0/+258