summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio-eventloop.rst
Commit message (Expand)AuthorAgeFilesLines
* Add versionchanged in create_datagram_endpoint doc (#4697)Romuald Brunet2018-05-141-0/+3
* Fix senfile typo (#6265)Sam Dunster2018-03-271-1/+1
* Fix a typo in asyncio docs (#5721)Andrew Svetlov2018-02-171-1/+1
* Implement TimerHandle.when() (#5473)Andrew Svetlov2018-02-011-4/+19
* bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)Yury Selivanov2018-01-281-6/+9
* bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368)Elvis Pranskevichus2018-01-271-1/+1
* bpo-32622: Implement loop.sendfile() (#5271)Andrew Svetlov2018-01-271-0/+31
* bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)Yury Selivanov2018-01-251-5/+82
* bpo-32410: Make SendfileNotAvailableError exception public (#5243)Andrew Svetlov2018-01-191-1/+13
* bpo-32410: Implement loop.sock_sendfile() (#4976)Andrew Svetlov2018-01-161-0/+30
* bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2017-12-301-0/+6
* bpo-23749: Implement loop.start_tls() (#5039)Yury Selivanov2017-12-301-0/+32
* bpo-29970: Make ssh_handshake_timeout None by default (#4939)Andrew Svetlov2017-12-201-5/+8
* bpo-29970: Add timeout for SSL handshake in asyncioNeil Aspinall2017-12-191-5/+34
* bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...Yury Selivanov2017-12-141-30/+24
* bpo-32272: Remove asyncio.async() function. (#4784)Yury Selivanov2017-12-111-3/+0
* bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)Victor Stinner2017-11-281-4/+1
* bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...AraHaan2017-11-211-0/+3
* bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...Yury Selivanov2017-11-201-3/+15
* Add asyncio.Handle.cancelled() method (#2388)Marat Sharafutdinov2017-11-071-0/+6
* bpo-31245: Asyncio unix socket datagram (#3164)Quentin Dawans2017-10-301-3/+4
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-191-0/+15
* Add the link to asyncio source code in the docs (GH-2373)lf2017-07-251-0/+2
* Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-151-0/+18
* Merge 3.5 (issue #27392)Yury Selivanov2016-11-071-0/+17
|\
| * Issue #27392: Document loop.connect_accepted_socket()Yury Selivanov2016-11-071-0/+17
* | Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)Guido van Rossum2016-11-031-0/+4
|\ \ | |/
| * Issue #26980: Improve docs for create_unix_connection(). By Mariatta.Guido van Rossum2016-11-031-0/+4
* | Merge 3.5 (issue #26796)Yury Selivanov2016-10-211-0/+7
|\ \ | |/
| * Issue #26796: Don't configure the number of workers for default threadpool ex...Yury Selivanov2016-10-211-0/+7
* | Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-2/+2
|\ \ | |/
| * Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-2/+2
* | Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6)Guido van Rossum2016-08-081-62/+71
|\ \ | |/
| * Issue #27700: Document AbstractEventLoop, not BaseEventLoop.Guido van Rossum2016-08-081-62/+71
* | Merge 3.5 (asyncio, issue #27136)Yury Selivanov2016-06-081-23/+24
|\ \ | |/
| * Issue #27136: Update asyncio docsYury Selivanov2016-06-081-23/+24
* | Merge 3.5Yury Selivanov2016-05-161-0/+21
|\ \ | |/
| * docs: Update asyncio docs & whatsnewYury Selivanov2016-05-161-0/+21
* | Expand abbreviations FIFO and LIFO.Serhiy Storchaka2016-05-161-2/+3
|/
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-2/+2
* Issue #26157: Fix typos in asyncio-eventloop.rstBerker Peksag2016-01-201-4/+4
* Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)Guido van Rossum2015-11-191-6/+16
|\
| * Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-191-6/+16
* | Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)Guido van Rossum2015-10-051-4/+42
|\ \ | |/
| * Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-051-4/+42
* | Merge 3.4 -> 3.5Andrew Svetlov2015-10-011-3/+3
|\ \ | |/
| * Reflect parameter name change in the docAndrew Svetlov2015-10-011-3/+3
* | Merge 3.4 (asyncio)Victor Stinner2015-09-211-3/+10
|\ \ | |/
| * Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-211-3/+10