Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` | Yury Selivanov | 2016-10-28 | 1 | -5/+5 | |
* | Issue #28544: Fix _asynciomodule.c on Windows | Victor Stinner | 2016-10-28 | 1 | -5/+5 | |
* | Issue #28544: Implement asyncio.Task in C. | Yury Selivanov | 2016-10-28 | 1 | -277/+1699 | |
* | Issue #28430: Fix iterator of C implemented asyncio.Future doesn't | INADA Naoki | 2016-10-25 | 1 | -6/+4 | |
* | Issue #28493: Fix typos in _asynciomodule.c | Yury Selivanov | 2016-10-20 | 1 | -2/+2 | |
* | Issue #28492: Fix how StopIteration is raised in _asyncio.Future | Yury Selivanov | 2016-10-20 | 1 | -2/+19 | |
* | Issue #28452: Remove _asyncio._init_module function | INADA Naoki | 2016-10-18 | 1 | -66/+55 | |
* | Issue #28428: Rename _futures module to _asyncio. | INADA Naoki | 2016-10-15 | 1 | -0/+1034 | |