summaryrefslogtreecommitdiff
path: root/Lib/test/test_generators.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-311-1/+2
* normalize exceptions passed to the __exit__ method #7853Benjamin Peterson2010-02-051-0/+11
* use closuresBenjamin Peterson2009-06-191-3/+3
* show that this one isn't usedBenjamin Peterson2009-06-191-1/+1
* remove error checks already done in set_context()Benjamin Peterson2009-06-081-1/+1
* fix since difference formating of SyntaxErrorsBenjamin Peterson2009-04-071-4/+8
* #4748 lambda generators shouldn't return valuesBenjamin Peterson2008-12-271-0/+10
* Make generator repr consistent with function and code object repr.Georg Brandl2008-05-161-1/+1
* #2863: add gen.__name__ and add this name to generator repr().Georg Brandl2008-05-151-0/+11
* #1473257: add generator.gi_code attribute that refers toGeorg Brandl2008-01-261-1/+19
* Patch #1537 from Chad AustinChristian Heimes2007-12-031-0/+13
* Generators had their throw() method allowing string exceptions. That's aBrett Cannon2007-09-111-1/+1
* When printing an unraisable error, don't print exceptions. before the name.Neal Norwitz2007-02-261-2/+2
* Patch #1531113: Fix augmented assignment with yield expressions.Neal Norwitz2006-07-301-3/+36
* Patch #1346214: correctly optimize away "if 0"-style stmtsGeorg Brandl2006-06-041-3/+3
* Add missing DECREF to PyErr_WriteUnraisable(). That function reportsThomas Wouters2006-04-151-2/+34
* Consolidate 'leak_test1' and 'refleaks_tests', since they both test for theThomas Wouters2006-04-151-17/+15
* Add missing PyObject_GC_Track call, causing *some* itertools.tee objects toThomas Wouters2006-04-151-17/+6
* Changed comments to make sense now that the LazyList-basedTim Peters2006-04-151-4/+6
* Fix SF#1470508: crash in generator cycle finalization. There were twoPhillip J. Eby2006-04-151-7/+0
* Move the old test_generator_cycle.py which leaked but was removed into the testNeal Norwitz2006-04-141-0/+17
* Fix the reference leak in test_generators, by explicitly breaking the cycleThomas Wouters2006-03-311-9/+19
* In true regression-test spirit, make sure theThomas Wouters2006-03-281-0/+29
* Support throw() of string exceptions.Phillip J. Eby2006-03-251-2/+4
* 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
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-12/+12
* Remove some now-obsolete generator future statements.Tim Peters2002-04-011-2/+0
* SF patch 499062: Minor typo in test_generators.py.Tim Peters2002-03-101-1/+1
* SF bug #488514: -Qnew needs workTim Peters2001-12-061-6/+6
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-091-5/+5
* Make dir() wordier (see the new docstring). The new behavior is a mixedTim Peters2001-09-031-7/+1