summaryrefslogtreecommitdiff
path: root/Lib/test/test_genexps.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-2/+2
* Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-2/+2
* Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-311-2/+6
|\
| * Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-221-2/+6
* | Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-311-1/+2
|/
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-111-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-161-1/+1
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-161-1/+1
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-1/+1
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-2/+2
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* 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