summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-protocol.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-281-5/+12
* Fix duplicating words words. (GH-6296)Serhiy Storchaka2018-03-281-2/+2
* bpo-32251: Fix docs (#5408)Yury Selivanov2018-01-291-2/+3
* bpo-32251: Implement asyncio.BufferedProtocol. (#4755)Yury Selivanov2018-01-281-4/+71
* bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)Yury Selivanov2017-12-181-0/+14
* bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)Andrew Svetlov2017-12-111-3/+4
* bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)Victor Stinner2017-11-281-4/+1
* Add the link to asyncio source code in the docs (GH-2373)lf2017-07-251-3/+7
* bpo-29933: Improve set_write_buffer_limits description (GH-2262)Kojo Idrissa2017-06-201-1/+7
* Fix a minor typo. (#1032)Barry Warsaw2017-04-071-1/+1
* Asyncio documentation: remove `self` from method signatures (GH-334)Mariatta2017-02-271-3/+3
* Issue #28089: Document TCP_NODELAY in asyncioYury Selivanov2016-12-121-0/+3
* Issue #28088: Don't include self in method signatureBerker Peksag2016-11-071-4/+4
* Issue #28088: Document Transport.set_protocol and get_protocolINADA Naoki2016-11-041-0/+13
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
* Minor spelling fixesMartin Panter2016-08-201-1/+1
* Issue #27700: Document AbstractEventLoop, not BaseEventLoop.Guido van Rossum2016-08-081-9/+9
* Merge 3.4Yury Selivanov2015-12-171-3/+3
|\
| * docs/asyncio: Twek sections names per Nick Coghlan suggestionYury Selivanov2015-12-171-3/+3
* | Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)Guido van Rossum2015-11-191-1/+1
|\ \ | |/
| * Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-191-1/+1
* | asyncio.docs: Document Transport.is_closing (merge 3.4)Yury Selivanov2015-11-161-0/+5
|\ \ | |/
| * asyncio.docs: Document Transport.is_closingYury Selivanov2015-11-161-0/+5
* | Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\ \ | |/
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* | Issue #25114: Adjust versionchanged in the docVictor Stinner2015-09-211-1/+1
* | Merge 3.4 (asyncio)Victor Stinner2015-09-211-0/+5
|\ \ | |/
| * Issue #25114, asyncio: add ssl_object extra info to SSL transportsVictor Stinner2015-09-211-0/+5
* | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
|\ \ | |/
| * Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
* | Issue #24487: Rename async() -> ensure_future() in asyncio docs.Yury Selivanov2015-07-011-3/+3
|/
* asyncio: add a note about (non) thread safety in each classVictor Stinner2015-02-251-0/+2
* asyncio doc: document Protocol state machineVictor Stinner2015-01-291-0/+8
* Reflow paragraph.R David Murray2014-11-021-2/+2
* Fix English phrasing.R David Murray2014-11-021-1/+1
* asyncio doc: document BaseSubprocessTransport.close() methodVictor Stinner2014-10-131-4/+15
* asyncio doc: add TCP echo client/server using streamsVictor Stinner2014-10-121-8/+24
* asyncio doc: enhance TCP client exampleVictor Stinner2014-10-121-7/+12
* asyncio doc: clarify how servers create protocol instancesVictor Stinner2014-10-121-6/+8
* asyncio doc: add UDP client and server examplesVictor Stinner2014-10-121-0/+82
* asyncio doc: use server.wait_closed() in TCP echo server exampleVictor Stinner2014-10-121-7/+14
* asyncio doc: socket.socketpair() is not available on Windows yetVictor Stinner2014-10-111-2/+5
* asyncio doc: add examples showing the 3 ways to wait for data from an openVictor Stinner2014-10-111-6/+62
* Revert #22251Berker Peksag2014-09-271-2/+0
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+2
* asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() methodVictor Stinner2014-08-251-0/+12
* Fix grammarAndrew Svetlov2014-07-231-1/+1
* Issue #21700: Fix asyncio doc, add DatagramProtocolVictor Stinner2014-06-101-6/+6