Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP-8 long lines and dunders (#245) | Ilya Etingof | 2019-02-26 | 1 | -0/+4 |
| | | | | This patch massively reformats the whole codebase mainly wrapping long lines and eliminating dundered private attributes. | ||||
* | PEP8 optimize imports (#242) | Ilya Etingof | 2019-02-12 | 1 | -1/+1 |
| | | | | To make them PEP8-compliant | ||||
* | Uppercase global constants (#238) | Ilya Etingof | 2019-02-10 | 1 | -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 2019 | Ilya Etingof | 2018-12-30 | 1 | -1/+1 |
| | |||||
* | copyright notice extendedv4.4.4 | Ilya Etingof | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | migrated references from SourceForge (#110) | Ilya Etingof | 2017-11-17 | 1 | -1/+1 |
| | |||||
* | email changed, copyright extended to the year 2017 | Ilya Etingof | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | converted to new-style classes | Ilya Etingof | 2016-06-12 | 1 | -1/+1 |
| | |||||
* | pep8 reformatted | Ilya Etingof | 2016-04-02 | 1 | -1/+3 |
| | |||||
* | copyright updated | elie | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | copyright notice added to source code | elie | 2015-11-20 | 1 | -1/+6 |
| | |||||
* | linted for trailing whitespaces | elie | 2015-10-17 | 1 | -41/+15 |
| | |||||
* | unused variables, imports; wrong indentation; undefined prototype attribues | elie | 2013-06-04 | 1 | -0/+1 |
| | | | | all the things that bothers linter | ||||
* | missing imports, non-existing variables as suggested by linter | elie | 2013-06-03 | 1 | -0/+1 |
| | |||||
* | peel cache management code off base MP class to facilitate code reuse | elie | 2011-02-11 | 1 | -106/+5 |
| | |||||
* | snmpMsgSpec management re-arranged | elie | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | re-use some of ASN.1 structures used in message processing for efficiency | elie | 2011-01-21 | 1 | -0/+2 |
| | |||||
* | all dict.has_key() & dict.get() invocations replaced with modern syntax | elie | 2011-01-20 | 1 | -14/+16 |
| | | | | (this breaks compatibility with Python 2.1 and older). | ||||
* | MP cache expiration re-worked to be time-dependent what allows an | elie | 2010-06-11 | 1 | -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 to | elie | 2010-06-09 | 1 | -2/+2 |
| | | | | | 1000 pending requests/responses. Cache management is to be re-written. | ||||
* | receiveTimerTick() implemented | elie | 2006-09-20 | 1 | -0/+2 |
| | |||||
* | fail on accidental abstract method use | elie | 2006-09-05 | 1 | -3/+6 |
| | |||||
* | contextEngineID -> contextEngineId | elie | 2005-10-12 | 1 | -2/+2 |
| | |||||
* | minor syntax fixes followed pychecker report | elie | 2005-06-27 | 1 | -6/+40 |
| | |||||
* | ignore cache misses (may need rework) | elie | 2005-06-22 | 1 | -2/+6 |
| | |||||
* | AbstractMessageProcessingModel.releaseStateInformation() implemented | elie | 2005-06-22 | 1 | -0/+12 |
| | |||||
* | renamed from msgproc | elie | 2005-06-14 | 1 | -0/+104 |