Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Subprocess Protocols Documentation (GH-20950) | kudavid | 2021-05-14 | 1 | -1/+1 |
| | | | Should be "Subprocess Protocol instances" not "Datagram Protocol instances" | ||||
* | Fix typo in docs: 'created by th' -> 'created by the' (GH-21384) | marload | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047) | Anj-A | 2019-12-07 | 1 | -3/+0 |
| | | | https://bugs.python.org/issue38652 | ||||
* | docs: Add asyncio source code links (GH-16640) | Kyle Stanley | 2019-10-10 | 1 | -0/+8 |
| | |||||
* | bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) | Yury Selivanov | 2019-09-30 | 1 | -2/+2 |
| | | | See https://bugs.python.org/issue38242 for more details | ||||
* | bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) | Hrvoje Nikšić | 2019-09-17 | 1 | -5/+6 |
| | | | | | | | See https://bugs.python.org/issue38192 . https://bugs.python.org/issue38192 | ||||
* | bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) | Hrvoje Nikšić | 2019-09-15 | 1 | -7/+7 |
| | | | https://bugs.python.org/issue38178 | ||||
* | bpo-36889: Document asyncio Stream and StreamServer (GH-14203) | Xtreak | 2019-06-24 | 1 | -2/+2 |
| | |||||
* | Fix broken :ref: in asyncio docs (GH-11805) | Pablo Galindo | 2019-02-10 | 1 | -1/+1 |
| | |||||
* | bpo-23554: Change echo server example class name from ↵ | Braden Groom | 2018-10-15 | 1 | -2/+2 |
| | | | | EchoServerClientProtocol to EchoServerProtocol (GH-9859) | ||||
* | bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623) | Victor Stinner | 2018-09-28 | 1 | -4/+0 |
| | | | | | | | | | | Since ProactorEventLoop is now the default in 3.8, remove examples using it explicitly on Windows. https://bugs.python.org/issue34687 | ||||
* | bpo-33649: A copy-editing pass on asyncio documentation (GH-9376) | Elvis Pranskevichus | 2018-09-17 | 1 | -31/+30 |
| | |||||
* | bpo-33649: Add low-level APIs index. (GH-9364) | Yury Selivanov | 2018-09-17 | 1 | -6/+9 |
| | |||||
* | bpo-33649: Refresh Tasks and Futures pages (#9314) | Yury Selivanov | 2018-09-14 | 1 | -5/+13 |
| | | | | | | | | * bpo-33649: Refresh Tasks and Futures pages * Fixes * Fix markup | ||||
* | bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306) | Carol Willing | 2018-09-14 | 1 | -25/+24 |
| | | | | | | | | * small clarification * edits to protocols doc * Edit async queue doc | ||||
* | bpo-33649: Fix doc to reflect changes in 47cd10d (or bpo-23347) (GH-9219) | Bumsik Kim | 2018-09-12 | 1 | -2/+1 |
| | |||||
* | bpo-33649: First asyncio docs improvement pass (GH-9142) | Yury Selivanov | 2018-09-11 | 1 | -442/+646 |
| | | | | | | | | | | | | | Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms | ||||
* | bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) | Yury Selivanov | 2018-05-28 | 1 | -5/+12 |
| | | | | | | | | | | | In this commit: * Support BufferedProtocol in set_protocol() and start_tls() * Fix proactor to cancel readers reliably * Update tests to be compatible with OpenSSL 1.1.1 * Clarify BufferedProtocol docs * Bump TLS tests timeouts to 60 seconds; eliminate possible race from start_serving * Rewrite test_start_tls_server_1 | ||||
* | Fix duplicating words words. (GH-6296) | Serhiy Storchaka | 2018-03-28 | 1 | -2/+2 |
| | | | Most of them have been added in 3.7. | ||||
* | bpo-32251: Fix docs (#5408) | Yury Selivanov | 2018-01-29 | 1 | -2/+3 |
| | |||||
* | bpo-32251: Implement asyncio.BufferedProtocol. (#4755) | Yury Selivanov | 2018-01-28 | 1 | -4/+71 |
| | |||||
* | bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) | Yury Selivanov | 2017-12-18 | 1 | -0/+14 |
| | |||||
* | bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) | Andrew Svetlov | 2017-12-11 | 1 | -3/+4 |
| | | | | | | * Replace 'yield from' to 'await' in asyncio docs * Fix docstrings | ||||
* | bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) | Victor Stinner | 2017-11-28 | 1 | -4/+1 |
| | |||||
* | Add the link to asyncio source code in the docs (GH-2373) | lf | 2017-07-25 | 1 | -3/+7 |
| | |||||
* | bpo-29933: Improve set_write_buffer_limits description (GH-2262) | Kojo Idrissa | 2017-06-20 | 1 | -1/+7 |
| | | | | | Improve the description of the high and low parameters for set_write_buffer_limits. Also fixed a small grammatical issue. | ||||
* | Fix a minor typo. (#1032) | Barry Warsaw | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | Asyncio documentation: remove `self` from method signatures (GH-334) | Mariatta | 2017-02-27 | 1 | -3/+3 |
| | |||||
* | Issue #28089: Document TCP_NODELAY in asyncio | Yury Selivanov | 2016-12-12 | 1 | -0/+3 |
| | | | | Initial patch by Mariatta Wijaya. | ||||
* | Issue #28088: Don't include self in method signature | Berker Peksag | 2016-11-07 | 1 | -4/+4 |
| | | | | Also update versionadded directive to 3.5.3. | ||||
* | Issue #28088: Document Transport.set_protocol and get_protocol | INADA Naoki | 2016-11-04 | 1 | -0/+13 |
| | |||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 |
| | |||||
* | Minor spelling fixes | Martin Panter | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | Issue #27700: Document AbstractEventLoop, not BaseEventLoop. | Guido van Rossum | 2016-08-08 | 1 | -9/+9 |
| | |||||
* | Merge 3.4 | Yury Selivanov | 2015-12-17 | 1 | -3/+3 |
|\ | |||||
| * | docs/asyncio: Twek sections names per Nick Coghlan suggestion | Yury Selivanov | 2015-12-17 | 1 | -3/+3 |
| | | |||||
* | | Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) | Guido van Rossum | 2015-11-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25593: Change semantics of EventLoop.stop(). | Guido van Rossum | 2015-11-19 | 1 | -1/+1 |
| | | |||||
* | | asyncio.docs: Document Transport.is_closing (merge 3.4) | Yury Selivanov | 2015-11-16 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | asyncio.docs: Document Transport.is_closing | Yury Selivanov | 2015-11-16 | 1 | -0/+5 |
| | | |||||
* | | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | | |||||
* | | Issue #25114: Adjust versionchanged in the doc | Victor Stinner | 2015-09-21 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-09-21 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Issue #25114, asyncio: add ssl_object extra info to SSL transports | Victor Stinner | 2015-09-21 | 1 | -0/+5 |
| | | | | | | | | | | | | This info is required on Python 3.5 and newer to get specific information on the SSL object, like getting the binary peer certificate (instead of getting it as text). | ||||
* | | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -1/+1 |
|\ \ | |/ | | | | | Fixed the case of the "Ctrl-" prefixes. | ||||
| * | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -1/+1 |
| | | | | | | | | Fixed the case of the "Ctrl-" prefixes. | ||||
* | | Issue #24487: Rename async() -> ensure_future() in asyncio docs. | Yury Selivanov | 2015-07-01 | 1 | -3/+3 |
|/ | | | | Patch by Martin Panter. |