summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/oneliner/mibvar.py
Commit message (Expand)AuthorAgeFilesLines
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-1/+0
* fix to MibVariable handling of the MIB, <empty-symbol> initializerselie2013-01-051-4/+3
* consider MIB symbol is fully resolved ONLY if the resultant MIB nodeelie2012-08-271-2/+1
* __str__ fixelie2012-08-131-1/+1
* have to have our own built-in methodselie2012-08-131-7/+81
* Py3 wants object to have __getitem__ to consider it iterable.elie2012-08-121-4/+11
* MibVariable.addMibSources() addedelie2012-08-121-3/+19
* use __getattr__ for handing over some operations to OID objectelie2012-08-121-100/+14
* auth & target configuration containers moved to separate moduleselie2012-08-121-17/+17
* converted to MibVariable-based parameters passingelie2012-08-111-0/+292