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_coroutines.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-100600: Fix "coroutine was never awaited" warning in `test_coroutines` (#1...
Nikita Sobolev
2022-12-29
1
-0/+1
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
1
-1/+2
*
gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060)
Irit Katriel
2022-10-07
1
-1/+1
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
1
-1/+8
*
Port regression test for issue GH-93592 (GH-96208)
Kristján Valur Jónsson
2022-08-26
1
-0/+24
*
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes
2022-05-16
1
-1/+2
*
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes
2022-03-17
1
-0/+3
*
bpo-45813: Drop redundant assertion from frame.clear() (GH-29990)
Andrew Svetlov
2021-12-08
1
-2/+11
*
bpo-45813: Make sure that frame->generator is NULLed when generator is deallo...
Mark Shannon
2021-11-22
1
-0/+7
*
bpo-33346: Allow async comprehensions inside implicit async comprehensions (G...
Serhiy Storchaka
2021-07-13
1
-0/+72
*
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...
Serhiy Storchaka
2021-06-29
1
-3/+3
*
bpo-44469: Fix tests for "async with" with bad object (GH-26817)
Serhiy Storchaka
2021-06-21
1
-6/+12
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
1
-0/+8
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
1
-8/+0
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
1
-5/+8
*
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam
2020-01-14
1
-9/+11
*
bpo-37069: tests use catch_unraisable_exception() (GH-13762)
Victor Stinner
2019-06-03
1
-3/+9
*
bpo-37100: Fix test_coroutines with -Werror (GH-13756)
Victor Stinner
2019-06-02
1
-4/+4
*
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...
Matthias Bussonnier
2019-05-28
1
-93/+0
*
bpo-36829: Add test.support.catch_unraisable_exception() (GH-13490)
Victor Stinner
2019-05-22
1
-5/+12
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
1
-1/+0
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
1
-1/+1
*
bpo-33363: raise SyntaxError for async for/with outside async functions (#6616)
Zsolt Dollenstein
2018-04-27
1
-1/+16
*
bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)
Serhiy Storchaka
2018-04-04
1
-1/+41
*
bpo-29922: Improve error messages in 'async with' (GH-6352)
Serhiy Storchaka
2018-04-02
1
-4/+9
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+30
*
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (...
Serhiy Storchaka
2018-03-10
1
-0/+65
*
bpo-32733: Make test_coroutines robust against -Werror (GH-5487)
Nathaniel J. Smith
2018-02-02
1
-7/+2
*
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-...
Yury Selivanov
2018-01-29
1
-33/+63
*
bpo-32591: silence deprecation warnings in test_coroutine (GH-5412)
Nathaniel J. Smith
2018-01-29
1
-10/+20
*
bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337)
Nathaniel J. Smith
2018-01-26
1
-0/+22
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-2/+129
*
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov
2017-10-06
1
-0/+8
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-91/+19
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
1
-18/+6
*
bpo-29845: Mark tests that use _testcapi as CPython-only (#711)
Serhiy Storchaka
2017-03-19
1
-0/+1
*
Fix wrapping into StopIteration of return values in generators and coroutines...
Yury Selivanov
2017-03-12
1
-0/+15
*
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
Yury Selivanov
2017-03-03
1
-0/+38
*
Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.
Yury Selivanov
2016-11-08
1
-9/+9
*
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
1
-0/+61
|
\
|
*
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
1
-0/+61
*
|
Issue #26182: Raise DeprecationWarning for improper use of async/await keywords
Yury Selivanov
2016-09-15
1
-42/+95
*
|
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov
2016-09-09
1
-32/+292
*
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
1
-6/+0
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-4/+4
|
/
*
capture stderr to silence output during test_coroutines (closes #27968)
Benjamin Peterson
2016-09-07
1
-1/+2
*
do not allow _PyGen_Finalize to fail (closes #27811)
Benjamin Peterson
2016-09-05
1
-0/+8
*
Fix typos and English grammar in documentation and code comment
Martin Panter
2016-06-12
1
-1/+1
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
1
-20/+78
*
coroutines: Error when awaiting on coroutine that's being awaited
Yury Selivanov
2016-03-02
1
-0/+18
[next]