summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi
Commit message (Collapse)AuthorAgeFilesLines
* pysnmp.hlapi.asyncore._sync renamedelie2015-09-272-5/+5
|
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-275-0/+1048
| | | | | | * Asyncio and Twisted API moved entirely into high-level domain to be aligned with other high-level APIs. This WILL BREAK backward compatibility for those apps that use Twisted API.
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-2720-759/+2179
| | | | | | * Asyncio and Twisted API moved entirely into high-level domain to be aligned with other high-level APIs. This WILL BREAK backward compatibility for those apps that use Twisted API.
* post-move documentation and code fixeselie2015-09-2110-102/+104
|
* more adjustments followed layout changeselie2015-09-213-5/+9
|
* major revamp:elie2015-09-2012-0/+2566
* oneliner API moved to pysnmp.hlapi.asyncore location * all hlapi components now pulled from inner modules to into pysnmp.hlapi.asyncore. * LCD configuration moved from SNMP apps classes to be stand-alone * var-binds MIB<->protocol representation code moved from SNMP apps classes to be stand-alone