summaryrefslogtreecommitdiff
path: root/Lib/test/test_generators.py
Commit message (Expand)AuthorAgeFilesLines
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-42/+0
* Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-181-0/+26
* Fix test that depends on a particular implementation of random.choice().Raymond Hettinger2010-09-071-22/+22
* Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-4/+4
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-111-1/+1
* Merged revisions 67954 via svnmerge fromBenjamin Peterson2008-12-271-0/+10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* 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-0/+11
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-17/+17
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-1/+19
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-131-22/+22
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-0/+15
* Reverting last commit. I had some staled data from an attempted svnmerge in m...Christian Heimes2007-12-031-13/+0
* Patch #1537 from Chad AustinChristian Heimes2007-12-031-0/+13
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-4/+4
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-9/+9
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-48/+48
* Make readonly members defined in C throw an AttributeError on modification. T...Collin Winter2007-03-281-1/+1
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-2/+2
* Fix another test.Guido van Rossum2007-02-091-21/+21
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-39/+39
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-3/+3
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-5/+15
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+36
* Merge the rest of the trunk.Thomas Wouters2006-06-081-3/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-13/+85
* Whitespace normalization.Tim Peters2005-12-251-1/+1
* Improve test coverage. Hope the test_file changes work the same on windows.Neal Norwitz2005-11-271-0/+5
* Revert previous checkin:Neal Norwitz2005-10-221-1/+1
* Add comment lost from AST mergeNeal Norwitz2005-10-211-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-1/+1
* Whitespace normalization (via reindent.py).Tim Peters2005-08-261-3/+3
* [ 1113421 ] New tutorial tests in test_generators.pyGeorg Brandl2005-08-241-0/+78
* Whitespace normalization (ran reindent.py over the whole tree).Tim Peters2005-08-071-10/+10
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-021-15/+261
* DocTestFinder._find(): for tests derived from a module __test__ global,Tim Peters2004-09-131-6/+6
* Removed old "if 0:" block for leak detection; wouldn't work anymore anyway.Tim Peters2004-08-271-8/+1
* Don't really need ellipsis doctests for the syntax errors, becauseTim Peters2004-08-271-12/+12
* Fixed 6 failures due to doctest changes.Tim Peters2004-08-271-16/+16
* Fixed doctest error (wrong prompts)Edward Loper2004-08-091-3/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* This test depends on the exact ordering produced by the WichmannHillRaymond Hettinger2002-12-301-3/+3
* Add tests for weakref support for generator-iterators.Fred Drake2002-08-091-1/+27
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+3
* Whitespace normalization.Tim Peters2002-07-161-1/+1
* SF bug 567538: Generator can crash the interpreter (Finn Bock).Guido van Rossum2002-06-121-0/+20