Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio: Synchronize with Tulip | Victor Stinner | 2014-03-05 | 1 | -4/+23 |
| | | | | | | | | | | | | * Issue #159: Fix windows_utils.socketpair() - Use "127.0.0.1" (IPv4) or "::1" (IPv6) host instead of "localhost", because "localhost" may be a different IP address - Reject also invalid arguments: only AF_INET/AF_INET6 with SOCK_STREAM (and proto=0) are supported * Reject add/remove reader/writer when event loop is closed. * Fix ResourceWarning warnings | ||||
* | asyncio: Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 1 | -2/+2 |
| | | | | | Use "from unittest import mock". It should simplify my work to merge new tests in Trollius, because Trollius uses "mock" backport for Python 2. | ||||
* | asyncio: Longer timeout in Windows test_popen. Fixes issue 19598. | Guido van Rossum | 2013-11-15 | 1 | -1/+2 |
| | |||||
* | asyncio: Add support for running subprocesses on Windows with the IOCP event ↵ | Guido van Rossum | 2013-10-30 | 1 | -5/+1 |
| | | | | loop (Richard Oudkerk). | ||||
* | Make various asyncio test files individually runnable | Antoine Pitrou | 2013-10-20 | 1 | -0/+4 |
| | |||||
* | Make asyncio tests run on Windows. | Guido van Rossum | 2013-10-17 | 1 | -1/+5 |
| | |||||
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+136 |