| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | asyncio: add a note about (non) thread safety in each class | Victor Stinner | 2015-02-25 | 1 | -0/+2 |
|
|
* | asyncio doc: document Protocol state machine | Victor Stinner | 2015-01-29 | 1 | -0/+8 |
|
|
* | Reflow paragraph. | R David Murray | 2014-11-02 | 1 | -2/+2 |
|
|
* | Fix English phrasing. | R David Murray | 2014-11-02 | 1 | -1/+1 |
|
|
* | asyncio doc: document BaseSubprocessTransport.close() method | Victor Stinner | 2014-10-13 | 1 | -4/+15 |
|
|
* | asyncio doc: add TCP echo client/server using streams | Victor Stinner | 2014-10-12 | 1 | -8/+24 |
|
|
* | asyncio doc: enhance TCP client example | Victor Stinner | 2014-10-12 | 1 | -7/+12 |
|
|
* | asyncio doc: clarify how servers create protocol instances | Victor Stinner | 2014-10-12 | 1 | -6/+8 |
|
|
* | asyncio doc: add UDP client and server examples | Victor Stinner | 2014-10-12 | 1 | -0/+82 |
|
|
* | asyncio doc: use server.wait_closed() in TCP echo server example | Victor Stinner | 2014-10-12 | 1 | -7/+14 |
|
|
* | asyncio doc: socket.socketpair() is not available on Windows yet | Victor Stinner | 2014-10-11 | 1 | -2/+5 |
|
|
* | asyncio doc: add examples showing the 3 ways to wait for data from an open | Victor Stinner | 2014-10-11 | 1 | -6/+62 |
|
|
* | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -2/+0 |
|
|
* | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+2 |
|
|
* | asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method | Victor Stinner | 2014-08-25 | 1 | -0/+12 |
|
|
* | Fix grammar | Andrew Svetlov | 2014-07-23 | 1 | -1/+1 |
|
|
* | Issue #21700: Fix asyncio doc, add DatagramProtocol | Victor Stinner | 2014-06-10 | 1 | -6/+6 |
|
|
* | Fix doc typo. | Guido van Rossum | 2014-03-30 | 1 | -1/+1 |
|
|
* | Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. | Victor Stinner | 2014-03-21 | 1 | -1/+1 |
|
|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -3/+12 |
|
|
* | Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com | Brian Curtin | 2014-02-09 | 1 | -1/+1 |
|
|
* | asyncio doc: add "asyncio-" prefix to references | Victor Stinner | 2014-02-02 | 1 | -5/+5 |
|
|
* | asyncio doc: move AbstractServer to the event loop page | Victor Stinner | 2014-01-24 | 1 | -16/+0 |
|
|
* | asyncio doc: add a "Coroutines and protocols" section | Victor Stinner | 2014-01-24 | 1 | -0/+12 |
|
|
* | asyncio: mention that transports/protocols are low-level, streams are high-level | Victor Stinner | 2014-01-24 | 1 | -3/+3 |
|
|
* | asyncio doc: Move streams to their own dedicated page | Victor Stinner | 2014-01-23 | 1 | -209/+3 |
|
|
* | asyncio doc: link create_connection() to open_connection() and create_server() | Victor Stinner | 2014-01-23 | 1 | -53/+53 |
|
|
* | asyncio doc: move stream classes to their own class | Victor Stinner | 2014-01-23 | 1 | -29/+74 |
|
|
* | asyncio: Fix open_connection() documentation, writer is a StreamWriter | Victor Stinner | 2014-01-23 | 1 | -3/+3 |
|
|
* | Formatting & rst link markup fixes | Eli Bendersky | 2014-01-20 | 1 | -3/+4 |
|
|
* | asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function" | Victor Stinner | 2014-01-16 | 1 | -7/+7 |
|
|
* | Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. | R David Murray | 2013-12-20 | 1 | -1/+1 |
|
|
* | #19970: fix additional typo in 3.4 asyncio docs. | R David Murray | 2013-12-14 | 1 | -1/+1 |
|
|
* | asyncio doc: explain why the loop is running twice | Victor Stinner | 2013-12-09 | 1 | -29/+36 |
|
|
* | asyncio doc: add some notes on the ping example | Victor Stinner | 2013-12-04 | 1 | -18/+26 |
|
|
* | asyncio doc: oh, asyncio module has its own Future class | Victor Stinner | 2013-12-03 | 1 | -3/+4 |
|
|
* | Fix typo in asyncio.AbstractServer documentation | Victor Stinner | 2013-12-03 | 1 | -1/+1 |
|
|
* | asyncio doc: simplify ping example, remove the useless timeout | Victor Stinner | 2013-12-03 | 1 | -7/+3 |
|
|
* | asyncio doc: reorder methods; typo | Victor Stinner | 2013-12-03 | 1 | -13/+13 |
|
|
* | asyncio io: group transports and protocols in a new title | Victor Stinner | 2013-12-03 | 1 | -0/+4 |
|
|
* | asyncio doc: write a complete TCP echo example, client and server | Victor Stinner | 2013-12-03 | 1 | -45/+71 |
|
|
* | Split asyncio documentation into subfiles | Victor Stinner | 2013-12-03 | 1 | -0/+615 |
|
|