summaryrefslogtreecommitdiff
path: root/pysnmp/smi
Commit message (Expand)AuthorAgeFilesLines
* typoIlya Etingof2017-03-301-1/+1
* Fix to infinite recursion in TextualConvention.prettyIn() (#48)Ilya Etingof2017-03-191-4/+3
* do not require dot in "d" spec of DISPLAY-HINTIlya Etingof2017-02-041-3/+3
* transport address objects made iterable to override pyasn1's __iter__Ilya Etingof2017-02-042-6/+24
* added a note into TextualConvention docIlya Etingof2017-02-021-1/+4
* fix to TextualConvention initializer: trigger prettyIn parser by "text" inputIlya Etingof2017-02-021-2/+4
* fix to TextualConvention initializerIlya Etingof2017-02-021-1/+1
* TextualConvention.prettyIn() implementedIlya Etingof2017-02-011-60/+246
* TextualConvention.prettyOut improved to be better compliant with SMIIlya Etingof2017-02-011-27/+10
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-1239-39/+39
* missing index added to bundled RFC1213::atEntry MIB tableIlya Etingof2016-11-301-4/+4
* Reeder key localization refactoredIlya Etingof2016-08-211-1/+1
* fix to pythonnized MIB loading when only .pyc files are presentIlya Etingof2016-07-031-15/+16
* keep some classes old-style for a whileIlya Etingof2016-06-131-13/+15
* converted to new-style classesIlya Etingof2016-06-126-12/+12
* pep8 reformattedIlya Etingof2016-04-057-64/+122
* pep8 reformattedIlya Etingof2016-04-051-31/+57
* pep8 reformattedIlya Etingof2016-04-0328-840/+2182
* multiple fixed to NotificationTypeIlya Etingof2016-03-071-4/+14
* better reporting of missing pysmielie2016-02-131-3/+7
* TEXTUAL-CONVENTION's DISPLAY-HINT text formatting reworked for betterelie2015-12-301-16/+18
* copyright updatedelie2015-12-2939-39/+39
* * SNMP table row consistency check added. This change may breakelie2015-11-222-8/+25
* missing doc strings on MIB loading addedelie2015-11-201-0/+202
* copyright notice added to source codeelie2015-11-2039-14/+210
* 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-181-3/+3
* some more random linter warnings fixedelie2015-10-171-2/+5
* linted for bad-whitespace and some other issueselie2015-10-178-76/+63
* linted the bad-continuation issue as well as some otherselie2015-10-174-107/+63
* multiple-statements-in-one-line linted outelie2015-10-176-71/+173
* linted for trailing whitespaceselie2015-10-1713-315/+372
* when pretty printing indices at rfc1902.ObjectType, quote only stringselie2015-10-101-1/+3
* fix to ObjectIdentity->ObjectIdentifier attributes handoverelie2015-10-101-2/+3
* - added recursive resolution of ObjectIdentifier values at ObjectTypeelie2015-10-071-0/+27
* fix to RowStatus instantiation in case if uninitialized value is passedelie2015-09-281-1/+2
* post-move documentation and code fixeselie2015-09-211-0/+2
* major revamp:elie2015-09-201-15/+0
* core MIBs rebuilt with pysmielie2015-09-1919-993/+753
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-14/+443
* missing .isFullyResolved() recoveredelie2015-07-141-1/+10
* try original MIB name when borrowingelie2015-07-061-1/+1
* handle the case of ObjectIdentity initialization with ObjectIdentity instanceelie2015-07-061-1/+4
* * default /usr/share/mibs MIB source addedelie2015-07-042-23/+33
* provide public attributes even if pysmi not availableelie2015-06-291-9/+10