summaryrefslogtreecommitdiff
path: root/Lib/test/test_genexps.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-311-1/+2
* remove error checks already done in set_context()Benjamin Peterson2009-06-081-1/+1
* fix syntax tests after formatting changeBenjamin Peterson2009-04-071-2/+4
* Make generator repr consistent with function and code object repr.Georg Brandl2008-05-161-1/+1
* Fixed typo in a doctest of test_genexps.Alexandre Vassalotti2008-05-151-1/+1
* #2863: add gen.__name__ and add this name to generator repr().Georg Brandl2008-05-151-1/+1
* Patch #1507676: improve exception messages in abstract.c, object.c and typeob...Georg Brandl2006-06-181-1/+1
* Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, dueTim Peters2006-04-101-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