Yury Selivanov
|
9012a0fb4c
|
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
|
2018-10-02 13:53:06 -04:00 |
Yury Selivanov
|
52698c7ad9
|
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467)
|
2018-06-07 20:31:26 -04:00 |
Brett Cannon
|
8425de4147
|
bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328)
|
2018-06-01 20:34:09 -07:00 |
Yury Selivanov
|
b8ab9d3fc8
|
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
|
2017-10-06 02:58:28 -04:00 |
Victor Stinner
|
d6debb24e0
|
bpo-29919: Remove unused imports found by pyflakes (#137)
Make also minor PEP8 coding style fixes on modified imports.
|
2017-03-27 16:05:26 +02:00 |
Serhiy Storchaka
|
70d28a184c
|
Remove unused imports.
|
2016-12-16 20:00:15 +02:00 |
Yury Selivanov
|
41782e4970
|
Issue #28721: Fix asynchronous generators aclose() and athrow()
|
2016-11-16 18:16:17 -05:00 |
Serhiy Storchaka
|
60e49aa756
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
StopIteration with value. More safely handle non-normalized exceptions
in -_PyGen_FetchStopIterationValue.
|
2016-11-06 18:47:03 +02:00 |
Martin Panter
|
94332cba0f
|
Issue #28480: Adjust or skip tests if multithreading is disabled
|
2016-10-20 05:10:44 +00:00 |
Yury Selivanov
|
eb6364557f
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
|
2016-09-08 22:01:51 -07:00 |