summaryrefslogtreecommitdiff
path: root/Modules/_futuresmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Issue #28428: Rename _futures module to _asyncio.INADA Naoki2016-10-151-1034/+0
| | | | It will have more speedup functions or classes other than asyncio.Future.
* Issue #28405: Fix compile error for _futuresmodule.c on Cygwin.INADA Naoki2016-10-111-1/+1
| | | | Patch by Masayuki Yamamoto.
* Issue #26801: Added C implementation of asyncio.Future.INADA Naoki2016-10-091-0/+1034
Original patch by Yury Selivanov.