summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloop.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-94597: Add asyncio.EventLoop (#110723)Thomas Grainger2023-10-121-4/+12
* gh-105857: Document that asyncio subprocess std{in,out,err} can be file handl...Hadházy Tamás2023-08-221-0/+1
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-18/+18
* gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106...Jack Nelson2023-07-191-0/+3
* gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` d...Sam Bull2023-06-281-0/+3
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-1/+1
* gh-91441: Clarify the docs of asyncio.loop.subprocess_exec() (#91442)July Tikhonov2023-04-261-9/+8
* gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like Transpor...Carol Willing2023-04-261-2/+3
* asyncio docs: Fix dangling hyphen (#102227)Jelle Zijlstra2023-02-251-2/+2
* gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callback...Brian Skinn2023-02-071-18/+24
* gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)Serhiy Storchaka2023-01-131-6/+4
* gh-99830: asyncio: Document returns of remove_{reader,writer} (#100302)Ben Darnell2022-12-161-2/+4
* gh-93453: No longer create an event loop in get_event_loop() (#98440)Serhiy Storchaka2022-12-061-9/+11
* gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...Brian Skinn2022-12-041-7/+10
* gh-92679: Clarify asyncio.loop.start_tls parameters (#92682)Oleg Iarygin2022-11-021-3/+8
* gh-85299: Add note warning about entry point guard for asyncio example (#93457)Stanley2022-10-161-1/+7
* GH-88968: Add notes about socket ownership transfers (#97936)Guido van Rossum2022-10-051-0/+24
* GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...Guido van Rossum2022-10-051-0/+16
* GH-82604: fix docs about configuring selector (#97755)Kumar Aditya2022-10-041-3/+6
* GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)Kumar Aditya2022-09-281-1/+10
* gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97...C.A.M. Gerlach2022-09-271-2/+5
* gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in example...zhanpon2022-09-111-3/+3
* gh-93973: Add all_errors to asyncio.create_connection (#93974)Pamela Fox2022-09-051-1/+13
* gh-95767: Fix grammatical error in asyncio loop.create_task docs (#95768)Andrzej Bartosiński2022-08-091-1/+1
* bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...Andrew Svetlov2022-03-141-2/+9
* bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)Alex Grönholm2022-03-131-0/+35
* bpo-44011: Document ssl_shutdown_timeout added by revisited asyncio SSL imple...Kumar Aditya2022-02-261-5/+55
* bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)Serhiy Storchaka2022-02-181-36/+26
* typos (#30239)Kumar Aditya2021-12-231-3/+3
* bpo-46157: fix typo in docs (GH-30237)Kumar Aditya2021-12-231-4/+4
* Clarify new_event_loop return value. (GH-30078)Paul Bryan2021-12-131-1/+1
* bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857)Rob2021-12-011-3/+4
* bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760)Jim Crist-Harif2021-11-241-0/+5
* bpo-45129 Remove deprecated reuse_address (GH-28207)Hugo van Kemenade2021-09-081-19/+19
* bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)meowmeowmeowcat2021-08-171-0/+4
* [doc] Fix typo in asyncio Event Loop (GH-27377)Vinicius Gubiani Ferreira2021-07-271-1/+1
* bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...Illia Volochii2021-07-011-8/+4
* Typo fix in asyncio-eventloop.rst (GH-26482)Zac Bentley2021-06-021-1/+1
* [doc] Fix typo in asyncio-eventloop documentation (GH-22311)Bruno2021-05-191-2/+2
* bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...Serhiy Storchaka2021-04-251-0/+5
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-18/+18
* Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735)Shane Harvey2020-11-261-1/+4
* Improve asyncio.loop.call_soon() documentation (GH-20883)Roger Iyengar2020-06-231-2/+2
* bpo-39128: Added algorithm description (GH-18624)idomic2020-02-241-0/+11
* bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-1...idomic2020-02-101-2/+3
* bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)Victor Stinner2020-01-241-1/+1
* Fix asyncio.get_event_loop() documentation (GH-18051)Andrew Svetlov2020-01-201-2/+4
* Doc typo (#17667)Jesús Cea2019-12-201-1/+1
* bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)Kyle Stanley2019-12-091-5/+19
* docs: Add asyncio source code links (GH-16640)Kyle Stanley2019-10-101-0/+4