| Commit message (Expand) | Author | Age | Files | Lines |
* | GH-89369: test_contextlib_async finalizes event loop after each test (GH-93074) | Miss Islington (bot) | 2022-05-24 | 1 | -7/+4 |
|
|
* | [3.10] gh-92118: Add test for traceback when exception is modified by (Async)... | Miss Islington (bot) | 2022-05-05 | 1 | -0/+7 |
|
|
* | [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH... | John Belmonte | 2021-10-05 | 1 | -0/+35 |
|
|
* | bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379) | Miss Islington (bot) | 2021-07-26 | 1 | -6/+9 |
|
|
* | bpo-44566: resolve differences between asynccontextmanager and contextmanager... | Miss Islington (bot) | 2021-07-20 | 1 | -1/+12 |
|
|
* | bpo-41543: contextlib.nullcontext can fill in for an async context manager (G... | Tom Gringauz | 2020-11-09 | 1 | -1/+13 |
|
|
* | bpo-40816 Add AsyncContextDecorator class (GH-20516) | Kazantcev Andrey | 2020-11-05 | 1 | -0/+27 |
|
|
* | bpo-41229: Update docs for explicit aclose()-required cases and add contextli... | Joongi Kim | 2020-11-02 | 1 | -1/+58 |
|
|
* | [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) | Serhiy Storchaka | 2019-06-05 | 1 | -2/+2 |
|
|
* | bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) | Serhiy Storchaka | 2019-04-01 | 1 | -0/+10 |
|
|
* | bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) | Serhiy Storchaka | 2018-07-23 | 1 | -1/+1 |
|
|
* | bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G... | Yury Selivanov | 2018-06-08 | 1 | -0/+22 |
|
|
* | bpo-33562: Check the global asyncio event loop policy isn't set after any tes... | Brett Cannon | 2018-06-02 | 1 | -1/+2 |
|
|
* | bpo-29302: Implement contextlib.AsyncExitStack. (#4790) | Ilya Kulakov | 2018-01-25 | 1 | -1/+166 |
|
|
* | bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412) | Jelle Zijlstra | 2017-12-14 | 1 | -1/+48 |
|
|
* | bpo-29679: Implement @contextlib.asynccontextmanager (#360) | Jelle Zijlstra | 2017-05-01 | 1 | -0/+212 |
|
|