summaryrefslogtreecommitdiff
path: root/pysnmp/smi/builder.py
Commit message (Expand)AuthorAgeFilesLines
* use MibBuilder.loadTexts flag for initializing pysmi's genTexts oneelie2015-06-041-1/+1
* fix to pysmi status interpretationelie2015-06-031-1/+1
* catch and report possible MIB compilation errorselie2015-05-311-2/+5
* * read any of 'PYSNMP_MIB_PKGS', 'PYSNMP_MIB_DIRS', 'PYSNMP_MIB_DIR'elie2015-05-311-15/+13
* - Initial PySMI integration. Original ASN.1 MIBs could now be parsed, storedelie2015-05-171-54/+72
* optional configuration/MIB directory added to MIB search pathelie2015-04-271-1/+11
* fix to smi.builder to explicitly fail on any MIB file access errorelie2015-04-271-9/+19
* fix to smi.builder to explicitly fail on any MIB file access error but ENOENTelie2015-03-071-5/+20
* fix to file descriptor leak at MibBuilderelie2014-10-261-1/+4
* traceback formatting improvedelie2013-06-041-3/+9
* the $PYSNMP_MIB_DIR & $PYSNMP_MIB_DIRS & $PYSNMP_MIB_PKGS path separatorelie2013-03-131-4/+6
* unnecessary *MibSource explicit initialization calls removed at MibBuilderelie2012-11-241-5/+2
* Attempt to convert Windows style EOL into UNIX ones in MIB sourceelie2012-10-141-8/+2
* consider we are dealing with .egg if __loader__ is present (it iselie2012-08-291-1/+1
* for MIB modules loading, invoke __import__() likeelie2012-08-241-3/+1
* Py3K does not require newline indicator translation in text fileselie2012-08-231-2/+8
* fix to MIB data reading routine to make it working with possible Windowselie2012-08-221-2/+2
* handle missing dir at DirMibSource.getData()elie2012-08-121-2/+5
* MibBuilder now distinguishes case of MIB modules filenames even ifelie2012-08-021-13/+16
* listdir() catches and ignores possible OSError on a non-existing MIB dirrelease_4_2_2_tagelie2012-04-211-1/+4
* out of PYTHONPATH MIB paths now supportedelie2012-02-111-11/+21
* made *MibSource() objects initialization implicitelie2012-02-111-5/+9
* fix to legacy MibBuilder.getMibPath() to prevent it from missingelie2012-01-281-6/+10
* experimental mibdata module removedelie2011-12-131-3/+10
* pass optional userCtx kw parameter to importSymbols()/loadModules()elie2011-11-181-5/+6
* SNMPv2-SMI.MibNode class moved to a separate module, all MibNode-basedelie2011-11-101-10/+8
* exlicit repr() calls replaced with '%r'elie2011-11-081-1/+1
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-21/+23
* fix to MIB builder by-extension module filtering code to cope with .pywelie2011-03-101-27/+32
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-13/+13
* fix to MIB loading logic that used to load same-name modules atelie2010-03-251-1/+1
* fix to date read from compiled module on 64-bit boxenelie2009-09-281-1/+1
* MIB code objects now supportedelie2009-09-051-31/+105
* os.sep seems more standard than os.path.sepelie2009-08-301-2/+2
* old Pythons do not take kw args in __import__()elie2009-08-291-1/+1
* MIB loading mechanics re-designed to allow ZIP importelie2009-08-281-41/+102
* drop empty MIB modules dictselie2009-05-031-0/+3
* guard importSymbols() against empty MIB module nameselie2009-03-101-0/+4
* fix to empty MIB module names reportingelie2009-03-101-1/+1
* unloadModules() now workselie2008-02-051-0/+1
* use getLabel() SMI object method when building MIB tree in additionelie2008-02-041-3/+6
* MibBuilder.loadTexts flag addedelie2008-02-031-1/+2
* fix to MibBuilder.setMibPath() to preserve previously loaded modules intact.elie2007-03-211-1/+0
* symNames for unexportSymbols() now optionalelie2007-02-061-3/+3
* unloadModules() & unexportSymbols() implementedelie2007-02-051-2/+37
* debugging addedelie2006-09-061-10/+8
* make use of debug moduleelie2006-09-051-1/+14
* when loading MIB files, ignore just __init__.py rather than those prefixedelie2006-06-231-1/+1
* MibBuilder.exportSymbols() now accepts unnamed objects (likely Managedelie2006-04-051-8/+14
* seen MIB files made persistentelie2006-03-071-10/+11