index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_generators.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
normalize exceptions passed to the __exit__ method #7853
Benjamin Peterson
2010-02-05
1
-0/+11
*
use closures
Benjamin Peterson
2009-06-19
1
-3/+3
*
show that this one isn't used
Benjamin Peterson
2009-06-19
1
-1/+1
*
remove error checks already done in set_context()
Benjamin Peterson
2009-06-08
1
-1/+1
*
fix since difference formating of SyntaxErrors
Benjamin Peterson
2009-04-07
1
-4/+8
*
#4748 lambda generators shouldn't return values
Benjamin Peterson
2008-12-27
1
-0/+10
*
Make generator repr consistent with function and code object repr.
Georg Brandl
2008-05-16
1
-1/+1
*
#2863: add gen.__name__ and add this name to generator repr().
Georg Brandl
2008-05-15
1
-0/+11
*
#1473257: add generator.gi_code attribute that refers to
Georg Brandl
2008-01-26
1
-1/+19
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
1
-0/+13
*
Generators had their throw() method allowing string exceptions. That's a
Brett Cannon
2007-09-11
1
-1/+1
*
When printing an unraisable error, don't print exceptions. before the name.
Neal Norwitz
2007-02-26
1
-2/+2
*
Patch #1531113: Fix augmented assignment with yield expressions.
Neal Norwitz
2006-07-30
1
-3/+36
*
Patch #1346214: correctly optimize away "if 0"-style stmts
Georg Brandl
2006-06-04
1
-3/+3
*
Add missing DECREF to PyErr_WriteUnraisable(). That function reports
Thomas Wouters
2006-04-15
1
-2/+34
*
Consolidate 'leak_test1' and 'refleaks_tests', since they both test for the
Thomas Wouters
2006-04-15
1
-17/+15
*
Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to
Thomas Wouters
2006-04-15
1
-17/+6
*
Changed comments to make sense now that the LazyList-based
Tim Peters
2006-04-15
1
-4/+6
*
Fix SF#1470508: crash in generator cycle finalization. There were two
Phillip J. Eby
2006-04-15
1
-7/+0
*
Move the old test_generator_cycle.py which leaked but was removed into the test
Neal Norwitz
2006-04-14
1
-0/+17
*
Fix the reference leak in test_generators, by explicitly breaking the cycle
Thomas Wouters
2006-03-31
1
-9/+19
*
In true regression-test spirit, make sure the
Thomas Wouters
2006-03-28
1
-0/+29
*
Support throw() of string exceptions.
Phillip J. Eby
2006-03-25
1
-2/+4
*
Whitespace normalization.
Tim Peters
2005-12-25
1
-1/+1
*
Improve test coverage. Hope the test_file changes work the same on windows.
Neal Norwitz
2005-11-27
1
-0/+5
*
Revert previous checkin:
Neal Norwitz
2005-10-22
1
-1/+1
*
Add comment lost from AST merge
Neal Norwitz
2005-10-21
1
-1/+1
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-1/+1
*
Whitespace normalization (via reindent.py).
Tim Peters
2005-08-26
1
-3/+3
*
[ 1113421 ] New tutorial tests in test_generators.py
Georg Brandl
2005-08-24
1
-0/+78
*
Whitespace normalization (ran reindent.py over the whole tree).
Tim Peters
2005-08-07
1
-10/+10
*
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby
2005-08-02
1
-15/+261
*
DocTestFinder._find(): for tests derived from a module __test__ global,
Tim Peters
2004-09-13
1
-6/+6
*
Removed old "if 0:" block for leak detection; wouldn't work anymore anyway.
Tim Peters
2004-08-27
1
-8/+1
*
Don't really need ellipsis doctests for the syntax errors, because
Tim Peters
2004-08-27
1
-12/+12
*
Fixed 6 failures due to doctest changes.
Tim Peters
2004-08-27
1
-16/+16
*
Fixed doctest error (wrong prompts)
Edward Loper
2004-08-09
1
-3/+3
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1/+1
*
This test depends on the exact ordering produced by the WichmannHill
Raymond Hettinger
2002-12-30
1
-3/+3
*
Add tests for weakref support for generator-iterators.
Fred Drake
2002-08-09
1
-1/+27
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+3
*
Whitespace normalization.
Tim Peters
2002-07-16
1
-1/+1
*
SF bug 567538: Generator can crash the interpreter (Finn Bock).
Guido van Rossum
2002-06-12
1
-0/+20
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
1
-12/+12
*
Remove some now-obsolete generator future statements.
Tim Peters
2002-04-01
1
-2/+0
*
SF patch 499062: Minor typo in test_generators.py.
Tim Peters
2002-03-10
1
-1/+1
*
SF bug #488514: -Qnew needs work
Tim Peters
2001-12-06
1
-6/+6
*
Teach regrtest how to pass on doctest failure msgs. This is done via a
Tim Peters
2001-09-09
1
-5/+5
*
Make dir() wordier (see the new docstring). The new behavior is a mixed
Tim Peters
2001-09-03
1
-7/+1
*
The change of type(None).__name__ from 'None' to 'NoneType' broke this
Guido van Rossum
2001-08-16
1
-2/+2
[next]