aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_generators.py
Commit message (Expand)AuthorAge
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-11
* Merged revisions 67954 via svnmerge fromBenjamin Peterson2008-12-27
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-16
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-16
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-07
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-27
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-13
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-03
* Reverting last commit. I had some staled data from an attempted svnmerge in m...Christian Heimes2007-12-03
* Patch #1537 from Chad AustinChristian Heimes2007-12-03
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-09
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-05
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Make readonly members defined in C throw an AttributeError on modification. T...Collin Winter2007-03-28
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-26
* Fix another test.Guido van Rossum2007-02-09
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-09
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-17
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge the rest of the trunk.Thomas Wouters2006-06-08
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Whitespace normalization.Tim Peters2005-12-25
* Improve test coverage. Hope the test_file changes work the same on windows.Neal Norwitz2005-11-27
* Revert previous checkin:Neal Norwitz2005-10-22
* Add comment lost from AST mergeNeal Norwitz2005-10-21
* Merge ast-branch to headJeremy Hylton2005-10-20
* Whitespace normalization (via reindent.py).Tim Peters2005-08-26
* [ 1113421 ] New tutorial tests in test_generators.pyGeorg Brandl2005-08-24
* Whitespace normalization (ran reindent.py over the whole tree).Tim Peters2005-08-07
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-02
* DocTestFinder._find(): for tests derived from a module __test__ global,Tim Peters2004-09-13
* Removed old "if 0:" block for leak detection; wouldn't work anymore anyway.Tim Peters2004-08-27
* Don't really need ellipsis doctests for the syntax errors, becauseTim Peters2004-08-27
* Fixed 6 failures due to doctest changes.Tim Peters2004-08-27
* Fixed doctest error (wrong prompts)Edward Loper2004-08-09
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* This test depends on the exact ordering produced by the WichmannHillRaymond Hettinger2002-12-30
* Add tests for weakref support for generator-iterators.Fred Drake2002-08-09
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Whitespace normalization.Tim Peters2002-07-16
* SF bug 567538: Generator can crash the interpreter (Finn Bock).Guido van Rossum2002-06-12
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-03
* Remove some now-obsolete generator future statements.Tim Peters2002-04-01
* SF patch 499062: Minor typo in test_generators.py.Tim Peters2002-03-10
* SF bug #488514: -Qnew needs workTim Peters2001-12-06