summaryrefslogtreecommitdiff
path: root/pysnmp/smi/instrum.py
Commit message (Expand)AuthorAgeFilesLines
* use format_exception()elie2013-06-111-1/+1
* FSM exception handling reworkedelie2013-06-111-2/+3
* do not re-raise exceptions with original traceback as it breakselie2013-06-101-2/+3
* exception re-raising improved at MibInstrumController.flipFlopFsm() soelie2013-06-101-2/+2
* SMI exceptions are supposed to carry indices of failed var-bind componentelie2012-12-131-3/+3
* - AbstractMibInstrumController class added as a base class for all possibleelie2012-12-021-2/+14
* use %r for printing out [possibly uninitialized] pyasn1 objectselie2012-07-181-2/+2
* the obsolete and unpublished MibInstrumController.readVarsFast() methodelie2012-07-161-10/+0
* preserve original traceback on py3elie2011-12-241-7/+7
* whilst on Py3, reraise exceptions with the original tracebackelie2011-12-231-2/+10
* exlicit repr() calls replaced with '%r'elie2011-11-081-3/+3
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-18/+16
* introduce the MibInstrumControlle.readVarsFast() method (which skipselie2011-01-201-0/+10
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-10/+14
* repr() potentially uninitialized pyasn1 values in debug printoutelie2010-06-251-3/+3
* MIB symbols unexport feature re-workedelie2009-05-181-9/+25
* last change breaks configuration management, temporarly rolling backelie2009-05-031-1/+1
* fix to make the unexportSymbols() method workingelie2009-05-031-0/+5
* fix to formatting params in debugelie2006-09-181-1/+1
* debugging addedelie2006-09-061-1/+8
* Sort MIB modules by name to give user a chance to slip-in aelie2005-10-261-3/+6
* adjusted to re-worked SMI modelelie2005-10-261-22/+73
* converted to changed pyasn1 behaviour -- asn1 objects now hashes to theirelie2005-06-271-1/+3
* access control callback function & context now passed to SMI objectselie2005-06-141-28/+13
* Moved from the top-level under the roof of v4 APIelie2004-11-121-0/+154