summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* * documenting async command generatorelie2015-09-174-11/+115
* Sphinxedelie2015-09-161-0/+32
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-1412-356/+1781
* missing .isFullyResolved() recoveredelie2015-07-141-1/+10
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-062-284/+347
* try original MIB name when borrowingelie2015-07-061-1/+1
* handle the case of ObjectIdentity initialization with ObjectIdentity instanceelie2015-07-061-1/+4
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-0515-12/+24
* * default /usr/share/mibs MIB source addedelie2015-07-042-23/+33