summaryrefslogtreecommitdiff
path: root/pysnmp/smi/rfc1902.py
Commit message (Expand)AuthorAgeFilesLines
* Make received MIB objects resolution more forgivingIlya Etingof2019-07-301-5/+11
* Make MIB objects resolution more forgivingIlya Etingof2019-07-301-6/+21
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-280/+415
* Fix typos in the docstringsIlya Etingof2019-02-221-3/+3
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-5/+6
* Uppercase global constants (#238)Ilya Etingof2019-02-101-56/+56
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-4/+4
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* Fix typosIlya Etingof2018-07-031-1/+1
* many backward-compatibility aids droppedIlya Etingof2018-02-251-3/+2
* Some documentation clarifications (#125)Mike C. Fletcher2018-01-131-0/+2
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-4/+4
* make sure to pass an initializer to ASN.1 Null()Ilya Etingof2017-10-181-1/+1
* Fix OID type matching in ObjectType.resolveWithMib (#90)Eugene M. Kim2017-10-101-1/+1
* fixed indices rendering for InetAddressIPv6 typeIlya Etingof2017-08-131-2/+2
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* converted to new-style classesIlya Etingof2016-06-121-6/+6
* pep8 reformattedIlya Etingof2016-04-051-18/+34
* multiple fixed to NotificationTypeIlya Etingof2016-03-071-4/+14
* copyright updatedelie2015-12-291-1/+1
* missing doc strings on MIB loading addedelie2015-11-201-0/+202
* copyright notice added to source codeelie2015-11-201-1/+7
* pass ObjectIdentity.tagSet to inner OIDelie2015-11-071-2/+2
* some more random linter warnings fixedelie2015-10-171-2/+5
* linted for bad-whitespace and some other issueselie2015-10-171-13/+13
* linted for trailing whitespaceselie2015-10-171-16/+16
* 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
* post-move documentation and code fixeselie2015-09-211-0/+2
* major revamp:elie2015-09-201-15/+0
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-14/+443
* missing .isFullyResolved() recoveredelie2015-07-141-1/+10
* handle the case of ObjectIdentity initialization with ObjectIdentity instanceelie2015-07-061-1/+4
* * default /usr/share/mibs MIB source addedelie2015-07-041-7/+17
* ObjectIdentity class additionally supports just a MIB module nameelie2015-06-211-17/+35
* - a few additional MIB tree management methods added to MibViewControllerelie2015-06-201-2/+6
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-0/+463