summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_genexps.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-12/+12
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-21/+21
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+1
* Improved handling of syntax errors.Jeremy Hylton2006-01-271-1/+1
* Fix SF bug #1167751, Argument genexp corner caseNeal Norwitz2005-10-211-2/+14
* Merge ast-branch to headJeremy Hylton2005-10-201-3/+2
* 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