summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio-protocol.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-161-5/+5
|\
| * Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)Guido van Rossum2015-11-191-5/+5
| |\
| | * asyncio.docs: Document Transport.is_closing (merge 3.4)Yury Selivanov2015-11-161-0/+5
| | |\
| | * \ Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-4/+4
| | |\ \
| | | * \ Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-4/+4
| | | |\ \
| | | | * | Issue #25114: Adjust versionchanged in the docVictor Stinner2015-09-211-1/+1
| | | | * | Merge 3.4 (asyncio)Victor Stinner2015-09-211-3/+3
| | | | |\ \
| | | | | * \ Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-3/+3
| | | | | |\ \
| | | | | | * | Issue #24487: Rename async() -> ensure_future() in asyncio docs.Yury Selivanov2015-06-301-3/+3
* | | | | | | | docs/asyncio: Twek sections names per Nick Coghlan suggestionYury Selivanov2015-12-161-3/+3
|/ / / / / / /
* | | | | | | Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-191-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | asyncio.docs: Document Transport.is_closingYury Selivanov2015-11-161-0/+5
|/ / / / /
* | | | | Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
|/ / / /
* | | | Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
|/ / /
* | | 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
|/
* 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-281-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-261-0/+12
* Fix grammarAndrew Svetlov2014-07-231-1/+1
* Issue #21700: Fix asyncio doc, add DatagramProtocolVictor Stinner2014-06-101-6/+6
* Fix doc typo.Guido van Rossum2014-03-291-1/+1
* Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa.Victor Stinner2014-03-211-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-3/+12
* Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.comBrian Curtin2014-02-081-1/+1
* asyncio doc: add "asyncio-" prefix to referencesVictor Stinner2014-02-021-5/+5
* asyncio doc: move AbstractServer to the event loop pageVictor Stinner2014-01-241-16/+0
* asyncio doc: add a "Coroutines and protocols" sectionVictor Stinner2014-01-241-0/+12
* asyncio: mention that transports/protocols are low-level, streams are high-levelVictor Stinner2014-01-241-3/+3
* asyncio doc: Move streams to their own dedicated pageVictor Stinner2014-01-231-209/+3
* asyncio doc: link create_connection() to open_connection() and create_server()Victor Stinner2014-01-231-53/+53
* asyncio doc: move stream classes to their own classVictor Stinner2014-01-231-29/+74