| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Port asyncio to Python 2, examples/ directory | Victor Stinner | 2015-07-07 | 1 | -3/+4 |
| | | |||||
| * | Replace asyncio with trollius in code and config | Victor Stinner | 2015-07-06 | 1 | -3/+3 |
| | | |||||
| * | Python issue #23208: Add BaseEventLoop._current_handle | Victor Stinner | 2015-01-26 | 1 | -0/+100 |
| In debug mode, BaseEventLoop._run_once() now sets the BaseEventLoop._current_handle attribute to the handle currently executed. In release mode or when no handle is executed, the attribute is None. BaseEventLoop.default_exception_handler() displays the traceback of the current handle if available. | |||||
