| Commit message (Expand) | Author | Age | Files | Lines |
| * | [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948) | Thomas Grainger | 2025-05-18 | 1 | -1/+20 |
|
|
| * | [3.13] gh-86513: improve docs of loop.call_exception_handler (GH-132466) (#13... | Miss Islington (bot) | 2025-04-14 | 1 | -0/+2 |
|
|
| * | [3.13] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (GH-... | Miss Islington (bot) | 2025-02-22 | 1 | -67/+95 |
|
|
| * | [3.13] gh-128308: pass `**kwargs` to asyncio task_factory (GH-128768) (#130084) | Andrew Svetlov | 2025-02-14 | 1 | -2/+2 |
|
|
| * | [3.13] gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (G... | Miss Islington (bot) | 2025-01-09 | 1 | -0/+6 |
|
|
| * | [3.13] gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (GH... | Miss Islington (bot) | 2025-01-09 | 1 | -0/+3 |
|
|
| * | Update documentation links to Microsoft's documentation pages (GH-126379) | Miss Islington (bot) | 2024-11-11 | 1 | -1/+1 |
|
|
| * | [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123... | Wei-Hsiang (Matt) Wang | 2024-09-02 | 1 | -4/+4 |
|
|
| * | [3.13] gh-121333: Clarify what is the default executor for asyncio.run_in_exe... | Miss Islington (bot) | 2024-07-09 | 1 | -0/+3 |
|
|
| * | [3.13] gh-112169: Documented getaddrinfo/getnameinfo default loop executor us... | Miss Islington (bot) | 2024-06-24 | 1 | -0/+8 |
|
|
| * | [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (G... | Miss Islington (bot) | 2024-05-08 | 1 | -1/+1 |
|
|
| * | gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784) | Pierre Ossman (ThinLinc team) | 2024-03-18 | 1 | -0/+25 |
|
|
| * | gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443... | Guido van Rossum | 2024-03-12 | 1 | -25/+0 |
|
|
| * | gh-113538: Add asycio.Server.{close,abort}_clients (#114432) | Pierre Ossman (ThinLinc team) | 2024-03-11 | 1 | -0/+25 |
|
|
| * | gh-115664: Fix ordering of more versionadded and versionchanged directives (G... | Serhiy Storchaka | 2024-03-07 | 1 | -3/+3 |
|
|
| * | gh-115777: Fix double versionadded directives (GH-116269) | Serhiy Storchaka | 2024-03-05 | 1 | -1/+1 |
|
|
| * | gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485) | beavailable | 2023-12-13 | 1 | -0/+8 |
|
|
| * | gh-111246: Remove listening Unix socket on close (#111483) | Pierre Ossman (ThinLinc team) | 2023-11-08 | 1 | -1/+9 |
|
|
| * | gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222) | Nikita Sobolev | 2023-10-29 | 1 | -6/+8 |
|
|
| * | gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) | Guido van Rossum | 2023-10-28 | 1 | -3/+5 |
|
|
| * | gh-111151: Convert monospaced directives to :ref: (#111152) | InSync | 2023-10-24 | 1 | -0/+6 |
|
|
| * | gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179) | Nikita Sobolev | 2023-10-22 | 1 | -3/+11 |
|
|
| * | gh-94597: Add asyncio.EventLoop (#110723) | Thomas Grainger | 2023-10-12 | 1 | -4/+12 |
|
|
| * | gh-105857: Document that asyncio subprocess std{in,out,err} can be file handl... | Hadházy Tamás | 2023-08-22 | 1 | -0/+1 |
|
|
| * | gh-106909: Use role :const: for referencing module constants (GH-106910) | Serhiy Storchaka | 2023-07-21 | 1 | -18/+18 |
|
|
| * | gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106... | Jack Nelson | 2023-07-19 | 1 | -0/+3 |
|
|
| * | gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` d... | Sam Bull | 2023-06-28 | 1 | -0/+3 |
|
|
| * | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -1/+1 |
|
|
| * | gh-91441: Clarify the docs of asyncio.loop.subprocess_exec() (#91442) | July Tikhonov | 2023-04-26 | 1 | -9/+8 |
|
|
| * | gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like Transpor... | Carol Willing | 2023-04-26 | 1 | -2/+3 |
|
|
| * | asyncio docs: Fix dangling hyphen (#102227) | Jelle Zijlstra | 2023-02-25 | 1 | -2/+2 |
|
|
| * | gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callback... | Brian Skinn | 2023-02-07 | 1 | -18/+24 |
|
|
| * | gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410) | Serhiy Storchaka | 2023-01-13 | 1 | -6/+4 |
|
|
| * | gh-99830: asyncio: Document returns of remove_{reader,writer} (#100302) | Ben Darnell | 2022-12-16 | 1 | -2/+4 |
|
|
| * | gh-93453: No longer create an event loop in get_event_loop() (#98440) | Serhiy Storchaka | 2022-12-06 | 1 | -9/+11 |
|
|
| * | gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ... | Brian Skinn | 2022-12-04 | 1 | -7/+10 |
|
|
| * | gh-92679: Clarify asyncio.loop.start_tls parameters (#92682) | Oleg Iarygin | 2022-11-02 | 1 | -3/+8 |
|
|
| * | gh-85299: Add note warning about entry point guard for asyncio example (#93457) | Stanley | 2022-10-16 | 1 | -1/+7 |
|
|
| * | GH-88968: Add notes about socket ownership transfers (#97936) | Guido van Rossum | 2022-10-05 | 1 | -0/+24 |
|
|
| * | GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()... | Guido van Rossum | 2022-10-05 | 1 | -0/+16 |
|
|
| * | GH-82604: fix docs about configuring selector (#97755) | Kumar Aditya | 2022-10-04 | 1 | -3/+6 |
|
|
| * | GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561) | Kumar Aditya | 2022-09-28 | 1 | -1/+10 |
|
|
| * | gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97... | C.A.M. Gerlach | 2022-09-27 | 1 | -2/+5 |
|
|
| * | gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in example... | zhanpon | 2022-09-11 | 1 | -3/+3 |
|
|
| * | gh-93973: Add all_errors to asyncio.create_connection (#93974) | Pamela Fox | 2022-09-05 | 1 | -1/+13 |
|
|
| * | gh-95767: Fix grammatical error in asyncio loop.create_task docs (#95768) | Andrzej Bartosiński | 2022-08-09 | 1 | -1/+1 |
|
|
| * | bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (... | Andrew Svetlov | 2022-03-14 | 1 | -2/+9 |
|
|
| * | bpo-46805: Add low level UDP socket functions to asyncio (GH-31455) | Alex Grönholm | 2022-03-13 | 1 | -0/+35 |
|
|
| * | bpo-44011: Document ssl_shutdown_timeout added by revisited asyncio SSL imple... | Kumar Aditya | 2022-02-26 | 1 | -5/+55 |
|
|
| * | bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) | Serhiy Storchaka | 2022-02-18 | 1 | -36/+26 |
|
|