summaryrefslogtreecommitdiff
path: root/pysnmp/carrier
Commit message (Expand)AuthorAgeFilesLines
* Drop legacy `pysnmp.carrier.asynsock`Ilya Etingof2019-02-264-31/+0
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-2614-108/+270
* PEP8 optimize imports (#242)Ilya Etingof2019-02-1217-40/+55
* Officially remove Python < 2.6 support (#239)Ilya Etingof2019-02-101-1/+0
* Fix misnamed constantsIlya Etingof2019-02-102-13/+13
* Uppercase global constants (#238)Ilya Etingof2019-02-1018-85/+94
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-096-36/+36
* Fix IPV6_TRANSPARENT socket optionIlya Etingof2019-02-072-2/+3
* Do not set IP_PKTINFO socket option on IPv6 socketIlya Etingof2019-02-072-4/+3
* Improve IPV6 debuggingIlya Etingof2019-02-072-4/+12
* Fix socket iov blob dump in debugIlya Etingof2019-02-071-3/+5
* Add `IPV6_V6ONLY` IPV6 socket optionIlya Etingof2019-02-072-2/+3
* Emit low-level sendmsg/recvmsg debuggingIlya Etingof2019-02-072-0/+28
* Extend copyright notice to year 2019Ilya Etingof2018-12-3024-18/+155
* Fix hlapi/v1arch request timeoutIlya Etingof2018-12-292-3/+2
* Fix typosIlya Etingof2018-10-171-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-312-3/+3
* Remove `pysnmp.carrier.asynsock` sub-package (#166)Ilya Etingof2018-07-085-25/+0
* Fix scoping bug in asyncio wrapperIlya Etingof2018-07-042-7/+7
* asyncio.async deprecated since 3.4.4 (#143)Cameron2018-04-212-4/+18
* many backward-compatibility aids droppedIlya Etingof2018-02-253-114/+0
* copyright notice extendedv4.4.4Ilya Etingof2018-01-0324-24/+24
* migrated references from SourceForge (#110)Ilya Etingof2017-11-1724-24/+24
* minor pep8 improvementsIlya Etingof2017-05-272-4/+4
* 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-1224-24/+24
* wrong superclass constructor callIlya Etingof2016-12-221-1/+1
* Removed tuple unpacking in function signatures in twisted since removed in Py...Gerrat Rickert2016-12-211-1/+1
* converted to new-style classesIlya Etingof2016-06-121-4/+4
* pep8 reformattedIlya Etingof2016-04-0219-52/+107
* pep8 fixesIlya Etingof2016-03-302-0/+14
* copyright updatedelie2015-12-2924-24/+24
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-121-2/+2
* copyright notice added to source codeelie2015-11-2024-25/+145
* some more random linter warnings fixedelie2015-10-171-1/+1
* linted for bad-whitespace and some other issueselie2015-10-172-6/+6
* linted the bad-continuation issue as well as some otherselie2015-10-173-16/+10
* multiple-statements-in-one-line linted outelie2015-10-179-22/+39
* linted for trailing whitespaceselie2015-10-1714-97/+109
* public API moved to AbstractTransportelie2015-10-162-11/+11
* explicitly check for proper Python versionelie2015-10-161-5/+4
* a couple of misnamed symbols fixedelie2015-10-161-2/+2
* missing symbol error fixedelie2015-10-161-1/+1
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-271-2/+4
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-0512-9/+21
* UDP/IPv6 support added to asyncio-based transportelie2015-03-083-31/+71
* cosmeticselie2015-03-081-1/+0
* base addressType definedelie2015-03-081-0/+1
* shutdown transport from closeTransport()elie2015-03-071-0/+6