summaryrefslogtreecommitdiff
path: root/asyncio/windows_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Rename the "asyncio" module to "trollius" to support Python 3.4Victor Stinner2014-05-201-216/+0
* Merge Tulip into TrolliusVictor Stinner2014-03-061-2/+15
|\
| * Issue #159: Fix windows_utils.socketpair()Victor Stinner2014-03-051-2/+15
* | document _winapi/_overlappedVictor Stinner2014-02-261-0/+2
* | Merge with TulipVictor Stinner2014-02-091-0/+1
|\ \ | |/
* | I was wrong, overlapped operations like WaitNamedPipeAndConnect() can also failVictor Stinner2014-01-091-20/+2
* | Catch WindowsError on overlapped operations, not OSErrorVictor Stinner2014-01-091-2/+20
* | Rename asyncio.backport to asyncio.py33_exceptionsVictor Stinner2014-01-091-3/+2
* | rename _winapi to py33_winapiVictor Stinner2014-01-091-1/+1
* | Added support for subprocesses and pipes on Windows, Python 2.7.schlamar2014-01-091-1/+4
* | Fixed some tests on Windows and made more clear what is missing in _winapi.schlamar2014-01-081-2/+0
* | Added full support for Python 3.3 on Windows.schlamar2014-01-081-1/+2
* | Prevent segfaults by raising an exception before calling the bad code.schlamar2014-01-081-0/+1
* | remove hack on __builtins__ to inject backported Python 3.3 exceptionsVictor Stinner2014-01-081-1/+2
* | A few more things for _winapi.schlamar2014-01-071-1/+1
* | Fix for windows_utils.schlamar2014-01-071-2/+4
* | Copy asyncio code from previous tulip_py2 projectVictor Stinner2014-01-031-4/+7
|/
* 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