| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) | Miss Islington (bot) | 2020-05-22 | 1 | -0/+26 |
|
|
* | bpo-29587: Add another test for the gen.throw() fix. (GH-19859) | Chris Jerdonek | 2020-05-17 | 1 | -0/+22 |
|
|
* | bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) | Pablo Galindo | 2020-05-15 | 1 | -1/+1 |
|
|
* | bpo-29587: Make gen.throw() chain exceptions with yield from (GH-19858) | Chris Jerdonek | 2020-05-13 | 1 | -1/+18 |
|
|
* | bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902) | Victor Stinner | 2020-05-05 | 1 | -3/+0 |
|
|
* | bpo-29587: allow chaining NULL exceptions in _gen_throw() (GH-19877) | Chris Jerdonek | 2020-05-03 | 1 | -0/+20 |
|
|
* | bpo-29587: Update gen.throw() to chain exceptions (#19823) | Chris Jerdonek | 2020-05-02 | 1 | -0/+17 |
|
|
* | Revert "bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19... | Victor Stinner | 2020-04-30 | 1 | -17/+0 |
|
|
* | bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811) | Chris Jerdonek | 2020-04-30 | 1 | -0/+17 |
|
|
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -4/+5 |
|
|
* | Remove unused imports in tests (GH-14518) | Victor Stinner | 2019-07-01 | 1 | -1/+0 |
|
|
* | bpo-37069: tests use catch_unraisable_exception() (GH-13762) | Victor Stinner | 2019-06-03 | 1 | -8/+10 |
|
|
* | bpo-36829: Add test.support.catch_unraisable_exception() (GH-13490) | Victor Stinner | 2019-05-22 | 1 | -16/+12 |
|
|
* | bpo-35169: Improve error messages for forbidden assignments. (GH-10342) | Serhiy Storchaka | 2018-11-20 | 1 | -2/+2 |
|
|
* | bpo-32384: Skip test when _testcapi isn't available (GH-4940) | Isaiah Peng | 2018-05-16 | 1 | -1/+7 |
|
|
* | bpo-32746: Fix multiple typos (GH-5144) | Leo Arias | 2018-02-04 | 1 | -2/+2 |
|
|
* | bpo-32670: Enforce PEP 479. (#5327) | Yury Selivanov | 2018-01-26 | 1 | -19/+3 |
|
|
* | bpo-32297: Few misspellings found in Python source code comments. (#4803) | Mike | 2017-12-14 | 1 | -1/+1 |
|
|
* | bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH... | Serhiy Storchaka | 2017-12-01 | 1 | -11/+1 |
|
|
* | bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) | Nathaniel J. Smith | 2017-05-17 | 1 | -0/+29 |
|
|
* | bpo-29919: Remove unused imports found by pyflakes (#137) | Victor Stinner | 2017-03-27 | 1 | -1/+0 |
|
|
* | Issue #23996: Added _PyGen_SetStopIterationValue for safe raising | Serhiy Storchaka | 2016-11-06 | 1 | -0/+21 |
|\ |
|
| * | Issue #23996: Added _PyGen_SetStopIterationValue for safe raising | Serhiy Storchaka | 2016-11-06 | 1 | -0/+21 |
|
|
* | | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-14 | 1 | -19/+18 |
|
|
* | | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 1 | -18/+19 |
|
|
* | | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | | Issue #26136: Upgrade the generator_stop warning to DeprecationWarning | Martin Panter | 2016-02-10 | 1 | -3/+3 |
|/ |
|
* | Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now | Serhiy Storchaka | 2015-11-12 | 1 | -0/+17 |
|\ |
|
| * | Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now | Serhiy Storchaka | 2015-11-12 | 1 | -0/+20 |
|
|
* | | Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. | Yury Selivanov | 2015-07-03 | 1 | -1/+36 |
|
|
* | | Issue 24237: Raise PendingDeprecationWarning per PEP 479 | Yury Selivanov | 2015-05-22 | 1 | -20/+42 |
|
|
* | | Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. | Serhiy Storchaka | 2015-03-11 | 1 | -0/+20 |
|\ \
| |/ |
|
| * | Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. | Serhiy Storchaka | 2015-03-11 | 1 | -0/+20 |
|
|
* | | Merge 3.4 (generator) | Victor Stinner | 2015-01-31 | 1 | -0/+109 |
|\ \
| |/ |
|
| * | Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). | Victor Stinner | 2015-01-31 | 1 | -0/+109 |
|
|
* | | Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified | Victor Stinner | 2014-06-16 | 1 | -0/+39 |
|/ |
|
* | Issue #20326: Argument Clinic now uses a simple, unique signature to | Larry Hastings | 2014-01-28 | 1 | -2/+2 |
|
|
* | Issue #20189: Four additional builtin types (PyTypeObject, | Larry Hastings | 2014-01-24 | 1 | -2/+2 |
|
|
* | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -0/+53 |
|
|
* | Backout c89febab4648 following private feedback by Guido. | Antoine Pitrou | 2013-05-14 | 1 | -53/+0 |
|
|
* | Issue #17807: Generators can now be finalized even when they are part of a re... | Antoine Pitrou | 2013-05-08 | 1 | -0/+53 |
|
|
* | Issue #17041: Fix doctesting when Python is configured with the | Serhiy Storchaka | 2013-01-31 | 1 | -1/+2 |
|\ |
|
| * | Issue #17041: Fix doctesting when Python is configured with the | Serhiy Storchaka | 2013-01-31 | 1 | -1/+2 |
| |\ |
|
| | * | Issue #17041: Fix doctesting when Python is configured with the | Serhiy Storchaka | 2013-01-31 | 1 | -1/+2 |
|
|
* | | | Issue #7317: Display full tracebacks when an error occurs asynchronously. | Andrew Svetlov | 2012-11-03 | 1 | -11/+10 |
|/ / |
|
* | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -42/+0 |
|/ |
|
* | Issue #13188: When called without an explicit traceback argument, | Antoine Pitrou | 2011-10-18 | 1 | -0/+26 |
|
|
* | Fix test that depends on a particular implementation of random.choice(). | Raymond Hettinger | 2010-09-07 | 1 | -22/+22 |
|
|
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -4/+4 |
|
|