[issue31245] Asyncio UNIX socket and SOCK_DGRAM

2017-11-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset 28e61650b23119b68cd7943ccc01b8b9af1b4103 by Victor Stinner in branch 'master': bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594) https://github.com/python/cpython/commit/28e61650b23119b68cd7943ccc01b8b9af1b4103 -- nosy: +vst

[issue31245] Asyncio UNIX socket and SOCK_DGRAM

2017-11-27 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +4519 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31245] Asyncio UNIX socket and SOCK_DGRAM

2017-10-30 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue31245] Asyncio UNIX socket and SOCK_DGRAM

2017-10-30 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset fe4ea9cf1ee04f5a60e4ed928d8624b95b031e18 by Yury Selivanov (Quentin Dawans) in branch 'master': bpo-31245: Asyncio unix socket datagram (#3164) https://github.com/python/cpython/commit/fe4ea9cf1ee04f5a60e4ed928d8624b95b031e18 -- __

[issue31245] Asyncio UNIX socket and SOCK_DGRAM

2017-08-21 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3200 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31245] Asyncio UNIX socket and SOCK_DGRAM

2017-08-21 Thread Quentin Dawans
New submission from Quentin Dawans: Following this discussion: https://groups.google.com/forum/#!searchin/python-tulip/datagram%7Csort:relevance/python-tulip/rpScueoGf1I/WBvEWf8vCgAJ I added the support for AF_UNIX SOCK_DGRAM is asyncio. Lots of code is coming from the other family/type of soc