summaryrefslogtreecommitdiff
path: root/pysnmp/smi/view.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-92/+163
| | | | This patch massively reformats the whole codebase mainly wrapping long lines and eliminating dundered private attributes.
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-2/+4
| | | | To make them PEP8-compliant
* Uppercase global constants (#238)Ilya Etingof2019-02-101-3/+3
| | | | | | | | | This is a massive patch essentially upper-casing global/class attributes that mean to be constants. Some previously exposed constants have been preserved for compatibility reasons (notably, in `hlapi`), though the rest might break user code relying on pysnmp 4.
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
|
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
|
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
|
* typoIlya Etingof2017-03-301-1/+1
|
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
|
* converted to new-style classesIlya Etingof2016-06-121-1/+1
|
* pep8 reformattedIlya Etingof2016-04-051-16/+19
|
* copyright updatedelie2015-12-291-1/+1
|
* copyright notice added to source codeelie2015-11-201-1/+6
|
* fix to OID->label map build in presence of multiple first-layer OID tree nodeselie2015-11-071-10/+12
|
* linted for bad-whitespace and some other issueselie2015-10-171-1/+1
|
* linted the bad-continuation issue as well as some otherselie2015-10-171-36/+24
|
* linted for trailing whitespaceselie2015-10-171-16/+16
|
* - a few additional MIB tree management methods added to MibViewControllerelie2015-06-201-7/+30
| | | | | | | to better address ordered nature of MIB tree nodes (namely, getFirst*, getLast* family of methods) - rfc1902.ObjectIdentity() now accepts 'last' keyword parameter to position on last (otherwise, first) object in given MIB module.
* fix to missing REVISIONS MIB clause handlingelie2015-05-311-2/+2
|
* debug issue fixedelie2013-05-041-1/+1
|
* experimental mibdata module removedelie2011-12-131-6/+6
|
* SNMPv2-SMI.MibNode class moved to a separate module, all MibNode-basedelie2011-11-101-4/+4
| | | | objects, once built into a tree, will carry an embedded label symbol.
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-21/+20
|
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-34/+44
| | | | (this breaks compatibility with Python 2.1 and older).
* __indexMib() unmangled to let users put around mutex in subclasselie2007-12-201-9/+9
|
* do not index PYSNMP_MODULE_ID symbol as it may get resolved intoelie2007-01-091-0/+2
| | | | OID label instead of actual MIB object name
* debugging addedelie2006-09-061-5/+5
|
* getNodeName() fix to take MIB module name into account (SF bug #1505847)elie2006-06-141-24/+11
|
* sort MIBs by REVISION date to overlay old ones with newelie2005-11-021-10/+25
|
* do not use SMI STATUS for resolving ambigselie2005-11-021-9/+0
|
* use most current specs when indexing by OIDelie2005-10-281-0/+9
|
* * NoSuchInstanceError -> NoSuchObjectErrorelie2005-10-261-9/+15
| | | | * do not index MibScalarInstance objects
* In getNodeName() try various nodeName & modName combinations toelie2005-07-251-3/+25
| | | | | get something resolvable. This might need to be reworked for conceptual simplicity.
* comments cleaned upelie2005-06-281-4/+1
|
* loadMissingModule() dropped (use mibBuilder.loadModules())elie2005-06-281-15/+1
|
* * loadMissingModule() addedelie2005-06-141-66/+23
| | | | * excessive exceptions reduced
* Moved from the top-level under the roof of v4 APIelie2004-11-121-0/+335