summaryrefslogtreecommitdiff
path: root/asyncio/windows_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Reuse socket.socketpair() on Windows if availableVictor Stinner2014-10-141-41/+43
* Make sure that socketpair() close sockets on errorVictor Stinner2014-06-041-15/+17
* Issue #159: Fix windows_utils.socketpair()Victor Stinner2014-03-051-2/+15
* Satisfy (most) pep8 whitespace requirements.Guido van Rossum2013-11-011-10/+10
* Add support for running subprocesses on Windows with the IOCP event loop.Richard Oudkerk2013-10-271-4/+15
* Rename tulip package to asyncio.Guido van Rossum2013-10-141-0/+181