summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/asyncio
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-263-18/+56
* PEP8 optimize imports (#242)Ilya Etingof2019-02-124-8/+12
* Fix misnamed constantsIlya Etingof2019-02-101-6/+6
* Uppercase global constants (#238)Ilya Etingof2019-02-104-16/+17
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-1/+1
* Extend copyright notice to year 2019Ilya Etingof2018-12-305-5/+5
* 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-312-3/+3
* Fix scoping bug in asyncio wrapperIlya Etingof2018-07-042-7/+7
* asyncio.async deprecated since 3.4.4 (#143)Cameron2018-04-212-4/+18
* copyright notice extendedv4.4.4Ilya Etingof2018-01-035-5/+5
* migrated references from SourceForge (#110)Ilya Etingof2017-11-175-5/+5
* do not bind to a specific event loop at import time (#53)James Brown2017-04-094-25/+12
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-125-5/+5
* pep8 reformattedIlya Etingof2016-04-025-6/+22
* copyright updatedelie2015-12-295-5/+5
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-121-2/+2
* copyright notice added to source codeelie2015-11-205-0/+26
* linted the bad-continuation issue as well as some otherselie2015-10-172-13/+8
* multiple-statements-in-one-line linted outelie2015-10-172-2/+4
* linted for trailing whitespaceselie2015-10-175-38/+36
* missing symbol error fixedelie2015-10-161-1/+1
* 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-154-18/+37
* missing exception fixelie2014-11-051-1/+1
* initial support for asyncio network transport addedelie2014-11-046-0/+253