Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -2/+6 |
| | |||||
* | asyncio: Remove more relics of resolution/granularity. | Guido van Rossum | 2014-02-09 | 1 | -1/+0 |
| | |||||
* | Issue #20455: Add a resolution attribute to IocpProactor (1 ms) | Victor Stinner | 2014-01-31 | 1 | -0/+1 |
| | |||||
* | Issue #20455: asyncio: use the same code to round a timeout than the selectors | Victor Stinner | 2014-01-31 | 1 | -4/+9 |
| | | | | | | module Sort also imports | ||||
* | asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor. | Victor Stinner | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | Merge latest Tulip into asyncio | Andrew Svetlov | 2014-01-26 | 1 | -3/+0 |
| | |||||
* | Cleanup properly proactor event loop | Victor Stinner | 2014-01-10 | 1 | -4/+13 |
| | | | | | | | | | * store the "self reading" future when the "self pipe" is closed (when the event loop is closed) * store "accept" futures to cancel them when we stop serving * close the "accept socket" if the "accept future" is cancelled Fix many warnings which can be seen when unit tests are run in verbose mode. | ||||
* | Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired. | Richard Oudkerk | 2013-11-24 | 1 | -2/+9 |
| | |||||
* | asyncio: Refactor SIGCHLD handling. By Anthony Baire. | Guido van Rossum | 2013-11-04 | 1 | -2/+15 |
| | |||||
* | asyncio: Various style nits. | Guido van Rossum | 2013-11-01 | 1 | -0/+16 |
| | |||||
* | asyncio: Add support for running subprocesses on Windows with the IOCP event ↵ | Guido van Rossum | 2013-10-30 | 1 | -5/+29 |
| | | | | loop (Richard Oudkerk). | ||||
* | asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk). | Guido van Rossum | 2013-10-30 | 1 | -0/+40 |
| | |||||
* | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 1 | -3/+3 |
| | |||||
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+375 |