Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20950: Fix typo asyncio doc, wait() has no self parameter | Victor Stinner | 2014-03-16 | 1 | -1/+5 |
* | asyncio doc: functions are coroutine, they don't return a coroutine | Victor Stinner | 2014-03-13 | 1 | -2/+2 |
* | asyncio doc: fix references in subprocess doc | Victor Stinner | 2014-02-24 | 1 | -2/+2 |
* | asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent | Victor Stinner | 2014-02-09 | 1 | -5/+1 |
* | Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com | Brian Curtin | 2014-02-09 | 1 | -3/+3 |
* | asyncio doc: add an example of asyncio.subprocess with communicate() and wait() | Victor Stinner | 2014-02-03 | 1 | -0/+40 |
* | asyncio.subprocess: Replace Process.get_subprocess() method with a | Victor Stinner | 2014-02-03 | 1 | -17/+17 |
* | remove extra backtick | Benjamin Peterson | 2014-02-03 | 1 | -1/+1 |
* | asyncio: document the new asyncio.subprocess module | Victor Stinner | 2014-02-02 | 1 | -0/+140 |