summaryrefslogtreecommitdiff
path: root/pysnmp/smi/builder.py
Commit message (Expand)AuthorAgeFilesLines
* Do not store incomplete USM keys and improve debugIlya Etingof2019-08-051-1/+3
* Fix `importlib` use on Py27Ilya Etingof2019-04-121-5/+11
* Replace `imp` with `importlib` is availableIlya Etingof2019-04-021-23/+25
* Fix `MibBuilder.loadModules()` no respect missing MIB failureIlya Etingof2019-02-271-13/+15
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-122/+199
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-7/+7
* Uppercase global constants (#238)Ilya Etingof2019-02-101-24/+27
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-23/+20
* MIB loader ignores file and directory access errorsIlya Etingof2019-01-081-9/+13
* Fix Pythonized MIB load in source formIlya Etingof2018-12-301-21/+34
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* Fix wrong `set()` member deletion in `MibBuilder`Ilya Etingof2018-12-251-2/+2
* Use `compile()` before `exec` of MIB modulesIlya Etingof2018-10-261-4/+4
* fix to MibBuilder.version formatIlya Etingof2018-02-251-1/+1
* many backward-compatibility aids droppedIlya Etingof2018-02-251-16/+1
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* fix to pysnmp version type at MibBuilderIlya Etingof2017-11-061-1/+1
* make pysnmp version available at MibBuilderIlya Etingof2017-11-051-1/+7
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* fix to pythonnized MIB loading when only .pyc files are presentIlya Etingof2016-07-031-15/+16
* converted to new-style classesIlya Etingof2016-06-121-2/+2
* pep8 reformattedIlya Etingof2016-04-051-31/+57
* copyright updatedelie2015-12-291-1/+1
* copyright notice added to source codeelie2015-11-201-1/+6
* fix to MIB builder to fail gracefully on corrupted MIB package encounterelie2015-11-041-1/+4
* linted for bad-whitespace and some other issueselie2015-10-171-28/+25
* multiple-statements-in-one-line linted outelie2015-10-171-10/+20
* linted for trailing whitespaceselie2015-10-171-20/+20
* 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 direlie2012-04-211-1/+4
* out of PYTHONPATH MIB paths now supportedelie2012-02-111-11/+21