index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
asyncio-eventloop.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-...
Miss Islington (bot)
2023-10-29
1
-6/+8
*
[3.11] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111270)
Jelle Zijlstra
2023-10-24
1
-0/+6
*
[3.11] gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179...
Miss Islington (bot)
2023-10-22
1
-3/+11
*
[3.11] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-18/+18
*
[3.11] gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11...
Miss Islington (bot)
2023-07-19
1
-0/+3
*
[3.11] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...
Miss Islington (bot)
2023-06-28
1
-0/+3
*
[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)
Rafael Fontenelle
2023-05-02
1
-1/+1
*
[3.11] gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like T...
Shantanu
2023-04-26
1
-2/+3
*
asyncio docs: Fix dangling hyphen (GH-102227)
Miss Islington (bot)
2023-02-25
1
-2/+2
*
[3.11] gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'c...
Brian Skinn
2023-02-18
1
-13/+17
*
[3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...
Serhiy Storchaka
2023-01-10
1
-7/+7
*
gh-99830: asyncio: Document returns of remove_{reader,writer} (GH-100302)
Miss Islington (bot)
2022-12-16
1
-2/+4
*
[3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Serhiy Storchaka
2022-12-06
1
-8/+14
*
gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...
Miss Islington (bot)
2022-12-04
1
-7/+10
*
gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)
Miss Islington (bot)
2022-11-02
1
-3/+8
*
gh-85299: Add note warning about entry point guard for asyncio example (GH-93...
Miss Islington (bot)
2022-10-16
1
-1/+7
*
GH-88968: Add notes about socket ownership transfers (GH-97936)
Miss Islington (bot)
2022-10-05
1
-0/+24
*
GH-82604: fix docs about configuring selector (GH-97755)
Miss Islington (bot)
2022-10-04
1
-3/+6
*
gh-96377: Update asyncio policy doc intro paras to be clear and accurate (GH-...
Miss Islington (bot)
2022-09-28
1
-2/+5
*
gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in example...
Miss Islington (bot)
2022-09-13
1
-3/+3
*
gh-95767: Fix grammatical error in asyncio loop.create_task docs (GH-95768)
Miss Islington (bot)
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
*
typos (#30239)
Kumar Aditya
2021-12-23
1
-3/+3
*
bpo-46157: fix typo in docs (GH-30237)
Kumar Aditya
2021-12-23
1
-4/+4
*
Clarify new_event_loop return value. (GH-30078)
Paul Bryan
2021-12-13
1
-1/+1
*
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857)
Rob
2021-12-01
1
-3/+4
*
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760)
Jim Crist-Harif
2021-11-24
1
-0/+5
*
bpo-45129 Remove deprecated reuse_address (GH-28207)
Hugo van Kemenade
2021-09-08
1
-19/+19
*
bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)
meowmeowmeowcat
2021-08-17
1
-0/+4
*
[doc] Fix typo in asyncio Event Loop (GH-27377)
Vinicius Gubiani Ferreira
2021-07-27
1
-1/+1
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
1
-8/+4
*
Typo fix in asyncio-eventloop.rst (GH-26482)
Zac Bentley
2021-06-02
1
-1/+1
*
[doc] Fix typo in asyncio-eventloop documentation (GH-22311)
Bruno
2021-05-19
1
-2/+2
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
1
-0/+5
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-18/+18
*
Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735)
Shane Harvey
2020-11-26
1
-1/+4
*
Improve asyncio.loop.call_soon() documentation (GH-20883)
Roger Iyengar
2020-06-23
1
-2/+2
*
bpo-39128: Added algorithm description (GH-18624)
idomic
2020-02-24
1
-0/+11
*
bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-1...
idomic
2020-02-10
1
-2/+3
*
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner
2020-01-24
1
-1/+1
*
Fix asyncio.get_event_loop() documentation (GH-18051)
Andrew Svetlov
2020-01-20
1
-2/+4
*
Doc typo (#17667)
Jesús Cea
2019-12-20
1
-1/+1
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)
Kyle Stanley
2019-12-09
1
-5/+19
*
docs: Add asyncio source code links (GH-16640)
Kyle Stanley
2019-10-10
1
-0/+4
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov
2019-09-30
1
-1/+2
*
bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() ...
Kyle Stanley
2019-09-19
1
-0/+12
*
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
Xtreak
2019-06-24
1
-2/+1
[next]