- 9d16b1a [doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26256) by Miss Islington (bot) · 4 years, 3 months ago
- 172c0f2 bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) by Serhiy Storchaka · 4 years, 4 months ago
- dcc997c [doc] Fix erroneous backslashes in signatures and names (GH-23658) by Andre Delfino · 4 years, 8 months ago
- a1652da Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735) by Shane Harvey · 4 years, 9 months ago
- a16d697 Improve asyncio.loop.call_soon() documentation (GH-20883) by Roger Iyengar · 5 years ago
- 8af4712 bpo-39128: Added algorithm description (GH-18624) by idomic · 5 years ago
- 5305cc9 bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315) by idomic · 6 years ago
- b9783d2 bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) by Victor Stinner · 6 years ago
- 2c49bec Fix asyncio.get_event_loop() documentation (GH-18051) by Andrew Svetlov · 6 years ago
- b0d4949 Doc typo (#17667) by Jesús Cea · 6 years ago
- ab513a3 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311) by Kyle Stanley · 6 years ago
- f900064 docs: Add asyncio source code links (GH-16640) by Kyle Stanley · 6 years ago
- 6758e6e bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) by Yury Selivanov · 6 years ago
- 9fdc64c bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735) by Kyle Stanley · 6 years ago
- 6793cce bpo-36889: Document asyncio Stream and StreamServer (GH-14203) by Xtreak · 6 years ago
- 9ffca67 asyncio: Fix docs for default event loop (#14308) by Ben Darnell · 6 years ago
- 7f9a2ae Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802) by Łukasz Langa · 6 years ago
- 0f0a30f bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786) by Victor Stinner · 6 years ago
- bafd4b5 bpo-29883: Asyncio proactor udp (GH-13440) by Andrew Svetlov · 6 years ago
- f0d4c64 bpo-36686: Improve the documentation of the std* params in loop.subprocess_exec (GH-13586) by sbstp · 6 years ago
- 88f07a8 bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237) by twisteroid ambassador · 6 years ago
- ceb842e Fixed typo (GH-11522) by Alexander Vasin · 6 years ago
- 7e954e7 bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) by Enrico Alarico Carbognani · 6 years ago
- df5cdc1 bpo-36074: Result of `asyncio.Server.sockets` after `Server.close()` after is not clear (GH-11987) by Emmanuel Arias · 6 years ago
- e3666fc bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145) by Hrvoje Nikšić · 7 years ago
- 1747334 bpo-35395: fix typos in asyncio eventloop documentation (GH-10880) by Naglis · 7 years ago
- b83d917 Doc: fix asyncio loop.close() description (GH-10229) by Andriy Maletsky · 7 years ago
- 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 7 years ago
- 37aae9d bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623) by Victor Stinner · 7 years ago
- e247b46 bpo-33649: More improvements (GH-9439) by Yury Selivanov · 7 years ago
- 4715039 bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) by Yury Selivanov · 7 years ago
- ac94e38 bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380) by Yury Selivanov · 7 years ago
- 1fa2ec4 bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) by Elvis Pranskevichus · 7 years ago
- 394374e bpo-33649: Add low-level APIs index. (GH-9364) by Yury Selivanov · 7 years ago
- 5cc583d bpo-33649: Clarify protocol_factory as a method parameter (GH-9330) by Bumsik Kim · 7 years ago
- 805e27e bpo-33649: Fix asyncio-dev (GH-9324) by Yury Selivanov · 7 years ago
- 7372c3b bpo-33649: Add high-level APIs cheat-sheet (GH-9319) by Yury Selivanov · 7 years ago
- 3faaa88 bpo-33649: Refresh Tasks and Futures pages (#9314) by Yury Selivanov · 7 years ago
- 5b7cbd6 bpo-33649: Edit asyncio eventloop doc - second pass (GH-9233) by Carol Willing · 7 years ago
- 7c7605f bpo-33649: First asyncio docs improvement pass (GH-9142) by Yury Selivanov · 7 years ago
- cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 7 years ago
- 944451c bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) by MartinAltmayer · 7 years ago
- 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 7 years ago
- 7e0d882 doc: Fix typo in asyncio-eventloop.rst (GH-7345) by MarcoFalke · 7 years ago
- c0d062f bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Elvis Pranskevichus · 7 years ago
- 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 7 years ago
- 28b9178 bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Yury Selivanov · 7 years ago
- 0ded580 Add versionchanged in create_datagram_endpoint doc (#4697) by Romuald Brunet · 7 years ago
- 65a3470 Fix senfile typo (#6265) by Sam Dunster · 7 years ago
- 17ab8f0 Fix a typo in asyncio docs (#5721) by Andrew Svetlov · 7 years ago
- 3d4dbd8 Implement TimerHandle.when() (#5473) by Andrew Svetlov · 8 years ago
- bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 8 years ago
- ee72ac0 bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368) by Elvis Pranskevichus · 8 years ago
- 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 8 years ago
- c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 8 years ago
- 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 8 years ago
- 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 8 years ago
- 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 8 years ago
- f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 8 years ago
- 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 8 years ago
- f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 8 years ago
- 19a44f6 bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872) by Yury Selivanov · 8 years ago
- 9edad3c bpo-32272: Remove asyncio.async() function. (#4784) by Yury Selivanov · 8 years ago
- ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 8 years ago
- 431665b bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491) by AraHaan · 8 years ago
- 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 8 years ago
- 69cfed1 Add asyncio.Handle.cancelled() method (#2388) by Marat Sharafutdinov · 8 years ago
- fe4ea9c bpo-31245: Asyncio unix socket datagram (#3164) by Quentin Dawans · 8 years ago
- 525f40d bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) by Antoine Pitrou · 8 years ago
- 627d2c8 Add the link to asyncio source code in the docs (GH-2373) by lf · 8 years ago
- 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 9 years ago
- 91aa5c1 Merge 3.5 (issue #27392) by Yury Selivanov · 9 years ago
- 3b3a141 Issue #27392: Document loop.connect_accepted_socket() by Yury Selivanov · 9 years ago
- 4948a46 Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) by Guido van Rossum · 9 years ago
- 9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. by Guido van Rossum · 9 years ago
- 6330f2a Merge 3.5 (issue #26796) by Yury Selivanov · 9 years ago
- e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 9 years ago
- 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
- 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
- 2b0bb0d Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
- f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 9 years ago
- 81d167a Merge 3.5 (asyncio, issue #27136) by Yury Selivanov · 9 years ago
- 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 9 years ago
- f979d55 Merge 3.5 by Yury Selivanov · 9 years ago
- 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 9 years ago
- 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 9 years ago
- 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
- c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
- 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 10 years ago
- 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 10 years ago
- 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 10 years ago
- eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 10 years ago
- b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 10 years ago
- 313242a Merge 3.4 -> 3.5 by Andrew Svetlov · 10 years ago
- 1c62b52 Reflect parameter name change in the doc by Andrew Svetlov · 10 years ago
- 7b58a2b Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 10 years ago
- 60208a1 Issue #25134: Update asyncio doc for SSL on Windows by Victor Stinner · 10 years ago
- 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
- 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago