summaryrefslogtreecommitdiff
path: root/pysnmp/smi/view.py
Commit message (Expand)AuthorAgeFilesLines
* - a few additional MIB tree management methods added to MibViewControllerelie2015-06-201-7/+30
* 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
* 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
* __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
* 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
* In getNodeName() try various nodeName & modName combinations toelie2005-07-251-3/+25
* comments cleaned upelie2005-06-281-4/+1
* loadMissingModule() dropped (use mibBuilder.loadModules())elie2005-06-281-15/+1
* * loadMissingModule() addedelie2005-06-141-66/+23
* Moved from the top-level under the roof of v4 APIelie2004-11-121-0/+335