summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-protocol.rst
Commit message (Expand)AuthorAgeFilesLines
* 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