summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/asyncio/dgram/base.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-10/+36
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-4/+6
* Uppercase global constants (#238)Ilya Etingof2019-02-101-11/+12
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* Avoid deprecation warnings for asyncio.async() in server mode (#202)Fabrizio Vanni2018-09-261-1/+5
* 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-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* do not bind to a specific event loop at import time (#53)James Brown2017-04-091-6/+7
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* pep8 reformattedIlya Etingof2016-04-021-2/+6
* copyright updatedelie2015-12-291-1/+1
* copyright notice added to source codeelie2015-11-201-0/+5
* linted for trailing whitespaceselie2015-10-171-9/+9
* UDP/IPv6 support added to asyncio-based transportelie2015-03-081-7/+36
* shutdown transport from closeTransport()elie2015-03-071-0/+6
* * asyncio transport made compatible with trolliuselie2014-12-151-6/+10
* initial support for asyncio network transport addedelie2014-11-041-0/+75