Guido van Rossum
|
3e97585b3e
|
Clarify that flow control works for datagrams, except on BSD.
|
2014-02-24 14:31:25 -08:00 |
Brian Curtin
|
a1afeec9aa
|
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
|
2014-02-08 18:36:14 -06:00 |
Victor Stinner
|
9592edb834
|
asyncio doc: add "asyncio-" prefix to references
|
2014-02-02 15:03:02 +01:00 |
Victor Stinner
|
8c462c5a80
|
asyncio doc: move AbstractServer to the event loop page
Add also entries in the table of content for each synchronization primitive
class.
|
2014-01-24 18:11:43 +01:00 |
Victor Stinner
|
4b4f9ebfea
|
asyncio doc: add a "Coroutines and protocols" section
|
2014-01-24 17:33:20 +01:00 |
Victor Stinner
|
1374bd41b1
|
asyncio: mention that transports/protocols are low-level, streams are high-level
|
2014-01-24 15:34:19 +01:00 |
Victor Stinner
|
24f8ebf4c5
|
asyncio doc: Move streams to their own dedicated page
|
2014-01-23 11:05:01 +01:00 |
Victor Stinner
|
c8ea81330c
|
asyncio doc: link create_connection() to open_connection() and create_server()
to start_server()
Rename also the "Network functions" section to "Stream functions" and move it to the Stream section.
|
2014-01-23 11:02:09 +01:00 |
Victor Stinner
|
7235c05085
|
asyncio doc: move stream classes to their own class
|
2014-01-23 10:54:57 +01:00 |
Victor Stinner
|
3eb45d3eae
|
asyncio: Fix open_connection() documentation, writer is a StreamWriter
|
2014-01-23 10:20:18 +01:00 |
Eli Bendersky
|
3245e79b82
|
Formatting & rst link markup fixes
|
2014-01-20 07:51:31 -08:00 |
Victor Stinner
|
59759ff234
|
asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function"
|
2014-01-16 19:30:21 +01:00 |
R David Murray
|
6a14381530
|
Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.
|
2013-12-20 14:37:39 -05:00 |
R David Murray
|
530a69fafc
|
#19970: fix additional typo in 3.4 asyncio docs.
|
2013-12-14 11:26:06 -05:00 |
Victor Stinner
|
a881a7f205
|
asyncio doc: explain why the loop is running twice
|
2013-12-09 13:19:23 +01:00 |
Victor Stinner
|
31d83228c2
|
asyncio doc: add some notes on the ping example
|
2013-12-04 11:16:17 +01:00 |
Victor Stinner
|
99c2ab4b83
|
asyncio doc: oh, asyncio module has its own Future class
Improve also wait() documentation: mention that the first parameter is a
sequence
|
2013-12-03 19:17:25 +01:00 |
Victor Stinner
|
cf6f72e329
|
Fix typo in asyncio.AbstractServer documentation
|
2013-12-03 18:23:52 +01:00 |
Victor Stinner
|
15faa9c8ad
|
asyncio doc: simplify ping example, remove the useless timeout
|
2013-12-03 15:04:18 +01:00 |
Victor Stinner
|
933a8c82ce
|
asyncio doc: reorder methods; typo
|
2013-12-03 01:59:38 +01:00 |
Victor Stinner
|
1ca5ba611b
|
asyncio io: group transports and protocols in a new title
|
2013-12-03 01:49:43 +01:00 |
Victor Stinner
|
0c6f1ca40c
|
asyncio doc: write a complete TCP echo example, client and server
Example based on tcp_echo.py example from Tulip source code.
|
2013-12-03 01:46:39 +01:00 |
Victor Stinner
|
ea3183f5b8
|
Split asyncio documentation into subfiles
|
2013-12-03 01:08:00 +01:00 |