]> granicus.if.org Git - python/commit
asyncio: Add support for UNIX Domain Sockets.
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 18 Feb 2014 17:15:06 +0000 (12:15 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 18 Feb 2014 17:15:06 +0000 (12:15 -0500)
commitb057c52b0175a31ee8a786a780bd0eef785820ae
tree46e53f51064937eb2abdf7904ce7050af14a5322
parentfd9d374ae9e1f73e74d0e9a342dd03c7a024d570
asyncio: Add support for UNIX Domain Sockets.
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/streams.py
Lib/asyncio/test_utils.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_unix_events.py