index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_contextlib_async.py
Commit message (
Expand
)
Author
Age
*
gh-128265: Support WASI/Emscripten on PDB tests, by removing asyncio from pdb...
Thomas Grainger
2024-12-28
*
gh-128234: support emscripten and wasi in async contextlib tests by removing ...
Thomas Grainger
2024-12-25
*
gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)
Kumar Aditya
2024-12-18
*
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya
2024-12-18
*
gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_as...
Serhiy Storchaka
2023-10-10
*
gh-110378: Close invalid generators in contextmanager and asynccontextmanager...
Serhiy Storchaka
2023-10-10
*
gh-110378: Move to `IsolatedAsyncTestCase` in `test_contextlib_async.py` (#11...
Nikita Sobolev
2023-10-08
*
gh-102799: use sys.exception() instead of sys.exc_info() in contextlib (#103311)
Irit Katriel
2023-07-20
*
gh-105726: Add `__slots__` to `AbstractContextManager` and `AbstractAsyncCont...
Grigoriev Semyon
2023-07-16
*
gh-95882: fix regression in the traceback of exceptions propagated from insid...
Thomas Grainger
2023-01-03
*
GH-89369: test_contextlib_async finalizes event loop after each test (#93074)
Kumar Aditya
2022-05-24
*
gh-92118: Add test for traceback when exception is modified by (Async)ExitSta...
Irit Katriel
2022-05-05
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
*
bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)
John Belmonte
2021-10-03
*
bpo-38415: Allow using @asynccontextmanager-made ctx managers as decorators (...
Jason Fried
2021-09-23
*
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)
Nick Coghlan
2021-07-26
*
bpo-44566: resolve differences between asynccontextmanager and contextmanager...
Thomas Grainger
2021-07-20
*
bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...
Serhiy Storchaka
2021-06-29
*
bpo-44017: Update test_contextlib_async not to emit DeprecationWarn (GH-25918)
Dong-hee Na
2021-05-06
*
bpo-41543: contextlib.nullcontext can fill in for an async context manager (G...
Tom Gringauz
2020-11-09
*
bpo-40816 Add AsyncContextDecorator class (GH-20516)
Kazantcev Andrey
2020-11-05
*
bpo-41229: Update docs for explicit aclose()-required cases and add contextli...
Joongi Kim
2020-11-02
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
*
bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381)
Serhiy Storchaka
2018-07-23
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-07
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-01
*
bpo-29302: Implement contextlib.AsyncExitStack. (#4790)
Ilya Kulakov
2018-01-25
*
bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412)
Jelle Zijlstra
2017-12-13
*
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Jelle Zijlstra
2017-04-30