summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* two more execution observer points added: rfc2576.processIncomingMsgelie2015-12-192-26/+58
* fix to NotificationOriginator to cope with unspecified user callableelie2015-12-191-3/+4
* fix to USM: extra user entry clone removed on incoming messageelie2015-12-191-62/+48
* typoselie2015-12-191-2/+2
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-128-20/+20
* fix to SNMP counters importelie2015-12-121-5/+5
* * SNMP table row consistency check added. This change may breakelie2015-11-223-39/+57
* missing doc strings on MIB loading addedelie2015-11-201-0/+202
* copyright notice added to source codeelie2015-11-20135-106/+803
* pass ObjectIdentity.tagSet to inner OIDelie2015-11-071-2/+2
* fix to OID->label map build in presence of multiple first-layer OID tree nodeselie2015-11-071-10/+12
* some more pep8'ingelie2015-11-047-92/+75
* fix to MIB builder to fail gracefully on corrupted MIB package encounterelie2015-11-041-1/+4
* cosmeticselie2015-10-253-3/+3
* fixed OID resolution issues that roots at node 0 and 2elie2015-10-251-6/+8
* unused variables droppedelie2015-10-185-7/+4
* some more random linter warnings fixedelie2015-10-178-41/+44
* linted for bad-whitespace and some other issueselie2015-10-1748-808/+428
* linted the bad-continuation issue as well as some otherselie2015-10-1735-1969/+1095
* multiple-statements-in-one-line linted outelie2015-10-1728-203/+483
* linted for trailing whitespaceselie2015-10-1789-1223/+1203
* public API moved to AbstractTransportelie2015-10-163-12/+13
* fix to referencing exceptionelie2015-10-162-3/+5
* 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
* missing module addedelie2015-10-141-0/+1
* when pretty printing indices at rfc1902.ObjectType, quote only stringselie2015-10-101-1/+3
* fixed crash at oneliner compatibility code on EOM responseelie2015-10-102-22/+40
* fix to ObjectIdentity->ObjectIdentifier attributes handoverelie2015-10-101-2/+3
* - added recursive resolution of ObjectIdentifier values at ObjectTypeelie2015-10-072-1/+28
* stray debug removedelie2015-09-281-1/+0
* fix to infinite loop at delV3User()elie2015-09-281-0/+4
* fix to RowStatus instantiation in case if uninitialized value is passedelie2015-09-281-1/+2
* missing compatibility modules revivedelie2015-09-273-0/+405
* var-bindings passing in asyncore API aligned with otherselie2015-09-273-99/+104
* spaceelie2015-09-271-1/+1
* pysnmp.hlapi.asyncore._sync renamedelie2015-09-272-5/+5
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-2722-762/+2184
* * fix to wrong callback being called on SNMP engine errorelie2015-09-271-31/+24
* * getNextVarBinds() signature changedelie2015-09-271-60/+37
* post-move documentation and code fixeselie2015-09-2111-102/+106
* more adjustments followed layout changeselie2015-09-214-7/+11
* major revamp:elie2015-09-2017-758/+457
* core MIBs rebuilt with pysmielie2015-09-1919-993/+753
* - Constraints assignment shortcut added to some base rfc1902 types (Integer,elie2015-09-191-34/+429
* sidebar menu rearrangement + typo fixeselie2015-09-191-2/+2
* started documenting base typeselie2015-09-181-0/+66
* asynchronous notification originator documented + fixes here and thereelie2015-09-173-6/+123
* async command generator documented + fixeselie2015-09-173-24/+306