Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | Fixes `loop.add_writer` and `loop.add_signal_handler` method documentation to correctly reference the callback parameter from method signature. https://bugs.python.org/issue35395 | ||||
* | Doc: fix asyncio loop.close() description (GH-10229) | Andriy Maletsky | 2018-10-29 | 1 | -1/+1 |
| | | | Needs backport to 3.7. In 3.6 the description is correct. | ||||
* | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 1 | -5/+5 |
| | | | | | | Replace "Availability: xxx" with ".. availability:: xxx" in the doc. Original patch by Georg Brandl. Co-Authored-By: Georg Brandl <georg@python.org> | ||||
* | bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623) | Victor Stinner | 2018-09-28 | 1 | -9/+0 |
| | | | | | | | | | | Since ProactorEventLoop is now the default in 3.8, remove examples using it explicitly on Windows. https://bugs.python.org/issue34687 | ||||
* | 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 |
| | | | Co-authored-by: Elvis Pranskevichus <elvis@magic.io> | ||||
* | 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: Refresh Tasks and Futures pages * Fixes * Fix markup | ||||
* | 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 |
| | | | | | | | | | | | | | Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms | ||||
* | bpo-34270: Make it possible to name asyncio tasks (GH-8547) | Alex Grönholm | 2018-08-08 | 1 | -1/+7 |
| | | | Co-authored-by: Antti Haapala <antti.haapala@anttipatterns.com> | ||||
* | 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() ↵ | Elvis Pranskevichus | 2018-07-30 | 1 | -1/+8 |
| | | | | | | | (GH-8533) Various asyncio internals expect that the default executor is a `ThreadPoolExecutor`, so deprecate passing anything else to `loop.set_default_executor()`. | ||||
* | doc: Fix typo in asyncio-eventloop.rst (GH-7345) | MarcoFalke | 2018-06-09 | 1 | -2/+2 |
| | | | This is a fixup to 19a44f63c738388ef3c8515348b4ffc061dfd627 | ||||
* | 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 |
| | | | | | | | * Fix AttributeError (not all SSL exceptions have 'errno' attribute) * Increase default handshake timeout from 10 to 60 seconds * Make sure start_tls can be cancelled correctly * Make sure any error in SSLProtocol gets propagated (instead of just being logged) | ||||
* | 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 |
| | | | | | Most of the parameters were added in 3.4.4 (b9bf913ab32), but this change was not documented | ||||
* | Fix senfile typo (#6265) | Sam Dunster | 2018-03-28 | 1 | -1/+1 |
| | | | * Also in docs | ||||
* | 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 |
| | | | | I've run some tests on 3.7 asyncio and it appears that too many things assume that run_in_executor returns a Future. | ||||
* | bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368) | Elvis Pranskevichus | 2018-01-27 | 1 | -1/+1 |
| | |||||
* | bpo-32622: Implement loop.sendfile() (#5271) | Andrew Svetlov | 2018-01-27 | 1 | -0/+31 |
| | |||||
* | bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) | Yury Selivanov | 2018-01-25 | 1 | -5/+82 |
| | | | | | | | | | | | | | * bpo-32662: Implement Server.start_serving() and Server.serve_forever() New methods: * Server.start_serving(), * Server.serve_forever(), and * Server.is_serving(). Add 'start_serving' keyword parameter to loop.create_server() and loop.create_unix_server(). | ||||
* | bpo-32410: Make SendfileNotAvailableError exception public (#5243) | Andrew Svetlov | 2018-01-19 | 1 | -1/+13 |
| | |||||
* | bpo-32410: Implement loop.sock_sendfile() (#4976) | Andrew Svetlov | 2018-01-16 | 1 | -0/+30 |
| | |||||
* | bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2017-12-30 | 1 | -0/+6 |
| | | | | | | * Add abstract get_loop() method to Server, AbstractServer classes. * Add test cases for get_loop() method in Server, AbstractServer classes * Add documentation for get_loop() method | ||||
* | bpo-23749: Implement loop.start_tls() (#5039) | Yury Selivanov | 2017-12-30 | 1 | -0/+32 |
| | |||||
* | bpo-29970: Make ssh_handshake_timeout None by default (#4939) | Andrew Svetlov | 2017-12-20 | 1 | -5/+8 |
| | | | | | * Make ssh_handshake_timeout None by default. * Raise ValueError if ssl_handshake_timeout is used without ssl. * Raise ValueError if ssl_handshake_timeout is not positive. | ||||
* | bpo-29970: Add timeout for SSL handshake in asyncio | Neil Aspinall | 2017-12-19 | 1 | -5/+34 |
| | | | | 10 seconds by default. | ||||
* | bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ↵ | Yury Selivanov | 2017-12-15 | 1 | -30/+24 |
| | | | | (#4872) | ||||
* | bpo-32272: Remove asyncio.async() function. (#4784) | Yury Selivanov | 2017-12-11 | 1 | -3/+0 |
| | |||||
* | bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) | Victor Stinner | 2017-11-28 | 1 | -4/+1 |
| | |||||
* | bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ↵ | AraHaan | 2017-11-21 | 1 | -0/+3 |
| | | | | documentation. (#4491) | ||||
* | bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should ↵ | Yury Selivanov | 2017-11-20 | 1 | -3/+15 |
| | | | | be optional (#4447) | ||||
* | Add asyncio.Handle.cancelled() method (#2388) | Marat Sharafutdinov | 2017-11-07 | 1 | -0/+6 |
| | |||||
* | bpo-31245: Asyncio unix socket datagram (#3164) | Quentin Dawans | 2017-10-30 | 1 | -3/+4 |
| | |||||
* | bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) | Antoine Pitrou | 2017-10-19 | 1 | -0/+15 |
| | | | | | | | | * bpo-31819: Add AbstractEventLoop.sock_recv_into() * Add NEWS * Add doc | ||||
* | Add the link to asyncio source code in the docs (GH-2373) | lf | 2017-07-25 | 1 | -0/+2 |
| | |||||
* | Issue #28091: Document PEP 525 & PEP 530. | Yury Selivanov | 2016-12-15 | 1 | -0/+18 |
| | | | | Patch by Eric Appelt. | ||||
* | Merge 3.5 (issue #27392) | Yury Selivanov | 2016-11-07 | 1 | -0/+17 |
|\ | |||||
| * | Issue #27392: Document loop.connect_accepted_socket() | Yury Selivanov | 2016-11-07 | 1 | -0/+17 |
| | | | | | | | | Patch by Jim Fulton. | ||||
* | | Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) | Guido van Rossum | 2016-11-03 | 1 | -0/+4 |
|\ \ | |/ |