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
*
[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
*
asyncio: Fix docs for default event loop (#14308)
Ben Darnell
2019-06-22
1
-1/+1
*
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-1378...
Łukasz Langa
2019-06-04
1
-8/+2
*
bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)
Victor Stinner
2019-06-03
1
-2/+8
*
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov
2019-05-28
1
-2/+3
*
bpo-36686: Improve the documentation of the std* params in loop.subprocess_ex...
sbstp
2019-05-27
1
-24/+44
*
bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)
twisteroid ambassador
2019-05-05
1
-1/+23
*
Fixed typo (GH-11522)
Alexander Vasin
2019-05-03
1
-2/+2
*
bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)
Enrico Alarico Carbognani
2019-04-18
1
-3/+3
*
bpo-36074: Result of `asyncio.Server.sockets` after `Server.close()` after ...
Emmanuel Arias
2019-02-22
1
-2/+1
*
bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145)
Hrvoje Nikšić
2018-12-18
1
-0/+8
*
bpo-35395: fix typos in asyncio eventloop documentation (GH-10880)
Naglis
2018-12-04
1
-2/+2
*
Doc: fix asyncio loop.close() description (GH-10229)
Andriy Maletsky
2018-10-29
1
-1/+1
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-5/+5
*
bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623)
Victor Stinner
2018-09-28
1
-9/+0
*
bpo-33649: More improvements (GH-9439)
Yury Selivanov
2018-09-20
1
-4/+45
*
bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)
Yury Selivanov
2018-09-18
1
-1/+1
*
bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380)
Yury Selivanov
2018-09-18
1
-1/+5
*
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
Elvis Pranskevichus
2018-09-17
1
-162/+165
*
bpo-33649: Add low-level APIs index. (GH-9364)
Yury Selivanov
2018-09-17
1
-6/+8
*
bpo-33649: Clarify protocol_factory as a method parameter (GH-9330)
Bumsik Kim
2018-09-16
1
-4/+17
*
bpo-33649: Fix asyncio-dev (GH-9324)
Yury Selivanov
2018-09-14
1
-0/+5
*
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
Yury Selivanov
2018-09-14
1
-1/+1
*
bpo-33649: Refresh Tasks and Futures pages (#9314)
Yury Selivanov
2018-09-14
1
-1/+1
*
bpo-33649: Edit asyncio eventloop doc - second pass (GH-9233)
Carol Willing
2018-09-13
1
-62/+68
*
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov
2018-09-11
1
-456/+704
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
1
-1/+7
*
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
MartinAltmayer
2018-07-31
1
-4/+0
*
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...
Elvis Pranskevichus
2018-07-30
1
-1/+8
*
doc: Fix typo in asyncio-eventloop.rst (GH-7345)
MarcoFalke
2018-06-09
1
-2/+2
*
bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)
Elvis Pranskevichus
2018-06-08
1
-2/+2
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
1
-4/+4
*
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
Yury Selivanov
2018-05-23
1
-4/+28
*
Add versionchanged in create_datagram_endpoint doc (#4697)
Romuald Brunet
2018-05-14
1
-0/+3
*
Fix senfile typo (#6265)
Sam Dunster
2018-03-28
1
-1/+1
*
Fix a typo in asyncio docs (#5721)
Andrew Svetlov
2018-02-17
1
-1/+1
*
Implement TimerHandle.when() (#5473)
Andrew Svetlov
2018-02-01
1
-4/+19
*
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
Yury Selivanov
2018-01-28
1
-6/+9
[next]