summaryrefslogtreecommitdiff
path: root/pysnmp/proto/mpmod/base.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-0/+4
| | | | This patch massively reformats the whole codebase mainly wrapping long lines and eliminating dundered private attributes.
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-1/+1
| | | | To make them PEP8-compliant
* Uppercase global constants (#238)Ilya Etingof2019-02-101-2/+2
| | | | | | | | | This is a massive patch essentially upper-casing global/class attributes that mean to be constants. Some previously exposed constants have been preserved for compatibility reasons (notably, in `hlapi`), though the rest might break user code relying on pysnmp 4.
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
|
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
|
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
|
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
|
* converted to new-style classesIlya Etingof2016-06-121-1/+1
|
* pep8 reformattedIlya Etingof2016-04-021-1/+3
|
* copyright updatedelie2015-12-291-1/+1
|
* copyright notice added to source codeelie2015-11-201-1/+6
|
* linted for trailing whitespaceselie2015-10-171-41/+15
|
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-0/+1
| | | | all the things that bothers linter
* missing imports, non-existing variables as suggested by linterelie2013-06-031-0/+1
|
* peel cache management code off base MP class to facilitate code reuseelie2011-02-111-106/+5
|
* snmpMsgSpec management re-arrangedelie2011-01-231-1/+1
|
* re-use some of ASN.1 structures used in message processing for efficiencyelie2011-01-211-0/+2
|
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-14/+16
| | | | (this breaks compatibility with Python 2.1 and older).
* MP cache expiration re-worked to be time-dependent what allows anelie2010-06-111-5/+3
| | | | unlimited number of pending request/responses in SNMP engine
* Keep up to 1000 pending states in cache. so SNMP engine will now keep up toelie2010-06-091-2/+2
| | | | | 1000 pending requests/responses. Cache management is to be re-written.
* receiveTimerTick() implementedelie2006-09-201-0/+2
|
* fail on accidental abstract method useelie2006-09-051-3/+6
|
* contextEngineID -> contextEngineIdelie2005-10-121-2/+2
|
* minor syntax fixes followed pychecker reportelie2005-06-271-6/+40
|
* ignore cache misses (may need rework)elie2005-06-221-2/+6
|
* AbstractMessageProcessingModel.releaseStateInformation() implementedelie2005-06-221-0/+12
|
* renamed from msgprocelie2005-06-141-0/+104