summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-protocol.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix doc typo.Guido van Rossum2014-03-301-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-161-3/+12
* Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.comBrian Curtin2014-02-091-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
* asyncio: Fix open_connection() documentation, writer is a StreamWriterVictor Stinner2014-01-231-3/+3
* Formatting & rst link markup fixesEli Bendersky2014-01-201-3/+4
* asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"Victor Stinner2014-01-161-7/+7
* Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.R David Murray2013-12-201-1/+1
* #19970: fix additional typo in 3.4 asyncio docs.R David Murray2013-12-141-1/+1
* asyncio doc: explain why the loop is running twiceVictor Stinner2013-12-091-29/+36
* asyncio doc: add some notes on the ping exampleVictor Stinner2013-12-041-18/+26
* asyncio doc: oh, asyncio module has its own Future classVictor Stinner2013-12-031-3/+4
* Fix typo in asyncio.AbstractServer documentationVictor Stinner2013-12-031-1/+1
* asyncio doc: simplify ping example, remove the useless timeoutVictor Stinner2013-12-031-7/+3
* asyncio doc: reorder methods; typoVictor Stinner2013-12-031-13/+13
* asyncio io: group transports and protocols in a new titleVictor Stinner2013-12-031-0/+4
* asyncio doc: write a complete TCP echo example, client and serverVictor Stinner2013-12-031-45/+71
* Split asyncio documentation into subfilesVictor Stinner2013-12-031-0/+615