summaryrefslogtreecommitdiff
path: root/Lib/test/test_generators.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-061-0/+21
|\
| * Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-061-0/+21
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-131-19/+18
* | Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-18/+19
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\ \ | |/
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* | Issue #26136: Upgrade the generator_stop warning to DeprecationWarningMartin Panter2016-02-101-3/+3
|/
* Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+17
|\
| * Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+20
* | Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.Yury Selivanov2015-07-031-1/+36
* | Issue 24237: Raise PendingDeprecationWarning per PEP 479Yury Selivanov2015-05-221-20/+42
* | Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.Serhiy Storchaka2015-03-111-0/+39
|\ \ | |/ |/|
| * Merge 3.4 (generator)Victor Stinner2015-01-311-0/+39
| |\
| | * Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualifiedVictor Stinner2014-06-161-0/+39
* | | Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.Serhiy Storchaka2015-03-111-0/+20
|/ /
* | Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx().Victor Stinner2015-01-311-0/+109
|/
* 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 #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-0/+53
* Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-141-53/+0
* Issue #17807: Generators can now be finalized even when they are part of a re...Antoine Pitrou2013-05-081-0/+53
* Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-311-1/+2
|\
| * Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-311-42/+0
| |\
| * | Issue #17041: Fix doctesting when Python is configured with theSerhiy Storchaka2013-01-311-1/+2
* | | Issue #7317: Display full tracebacks when an error occurs asynchronously.Andrew Svetlov2012-11-031-11/+10
| |/ |/|
* | 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