summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/asyncio/dgram
Commit message (Expand)AuthorAgeFilesLines
* Fix py3.7 syntax error caused by async keyword (#180)Michal Arbet2018-07-311-2/+2
* Fix scoping bug in asyncio wrapperIlya Etingof2018-07-041-5/+5
* asyncio.async deprecated since 3.4.4 (#143)Cameron2018-04-211-2/+10
* copyright notice extendedv4.4.4Ilya Etingof2018-01-033-3/+3
* migrated references from SourceForge (#110)Ilya Etingof2017-11-173-3/+3
* do not bind to a specific event loop at import time (#53)James Brown2017-04-093-19/+7
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-123-3/+3
* pep8 reformattedIlya Etingof2016-04-023-3/+15
* copyright updatedelie2015-12-293-3/+3
* copyright notice added to source codeelie2015-11-203-0/+16
* linted the bad-continuation issue as well as some otherselie2015-10-171-9/+6
* multiple-statements-in-one-line linted outelie2015-10-172-2/+4
* linted for trailing whitespaceselie2015-10-173-20/+18
* UDP/IPv6 support added to asyncio-based transportelie2015-03-083-31/+71
* shutdown transport from closeTransport()elie2015-03-071-0/+6
* missing AbstractTransportAddress addedelie2015-01-201-0/+5
* * asyncio transport made compatible with trolliuselie2014-12-152-12/+17
* initial support for asyncio network transport addedelie2014-11-043-0/+139