Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio doc: document missing event loop methods | Victor Stinner | 2014-02-08 | 1 | -4/+86 |
| | |||||
* | Issue #20505: Remove resolution and _granularity from selectors and asyncio | Victor Stinner | 2014-02-07 | 1 | -13/+0 |
| | | | | | * Remove selectors.BaseSelector.resolution attribute * Remove asyncio.BaseEventLoop._granularity attribute | ||||
* | Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it | Victor Stinner | 2014-02-02 | 1 | -1/+2 |
| | | | | requires at least Mac OS X 10.6. | ||||
* | asyncio: document the new asyncio.subprocess module | Victor Stinner | 2014-02-02 | 1 | -0/+5 |
| | |||||
* | asyncio doc: add "asyncio-" prefix to references | Victor Stinner | 2014-02-02 | 1 | -6/+6 |
| | |||||
* | asyncio doc: document the granularity of the event loop | Victor Stinner | 2014-02-01 | 1 | -1/+17 |
| | | | | Improve also the "Logging" section | ||||
* | Fix doc reference to OS X 10.9 Mavericks. | Ned Deily | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | asyncio doc: list Windows and Mac OS X limitations and explain how to work | Victor Stinner | 2014-01-28 | 1 | -4/+13 |
| | | | | around them | ||||
* | asyncio doc: subprocess_exec/subprocess_shell are not available on Windows | Victor Stinner | 2014-01-27 | 1 | -0/+4 |
| | |||||
* | asyncio: document add_signal_handler/remove_signal_handler, add an example for | Victor Stinner | 2014-01-27 | 1 | -0/+47 |
| | | | | signals | ||||
* | Merge latest Tulip into asyncio | Victor Stinner | 2014-01-25 | 1 | -6/+0 |
| | | | | | | - Make the new granularity attribute private - Simplify BaseEventLoop._run_once(): avoid math.ceil(), use simple arithmetic instead | ||||
* | Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum | Victor Stinner | 2014-01-25 | 1 | -0/+6 |
| | | | | | | between the resolution of the BaseEventLoop.time() method and the resolution of the selector. The granuarility is used in the scheduler to round time and deadline. | ||||
* | asyncio doc: move AbstractServer to the event loop page | Victor Stinner | 2014-01-24 | 1 | -0/+16 |
| | | | | | Add also entries in the table of content for each synchronization primitive class. | ||||
* | asyncio doc: link create_connection() to open_connection() and create_server() | Victor Stinner | 2014-01-23 | 1 | -0/+10 |
| | | | | | | to start_server() Rename also the "Network functions" section to "Stream functions" and move it to the Stream section. | ||||
* | asyncio doc: replace "coroutine" with "coroutine object" or "coroutine function" | Victor Stinner | 2014-01-16 | 1 | -8/+8 |
| | |||||
* | Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. | R David Murray | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | asyncio doc: rewrite the callback hello world to use call_soon() instead of a | Victor Stinner | 2013-12-10 | 1 | -1/+1 |
| | | | | direct call. | ||||
* | asyncio doc: oh, asyncio module has its own Future class | Victor Stinner | 2013-12-03 | 1 | -1/+1 |
| | | | | | Improve also wait() documentation: mention that the first parameter is a sequence | ||||
* | asyncio doc: fix definition of stop() method | Victor Stinner | 2013-12-03 | 1 | -1/+1 |
| | |||||
* | asyncio doc: write a complete TCP echo example, client and server | Victor Stinner | 2013-12-03 | 1 | -1/+1 |
| | | | | Example based on tcp_echo.py example from Tulip source code. | ||||
* | asyncio doc: move coroutine example to the Task page | Victor Stinner | 2013-12-03 | 1 | -19/+9 |
| | |||||
* | Split asyncio documentation into subfiles | Victor Stinner | 2013-12-03 | 1 | -0/+367 |