summaryrefslogtreecommitdiff
path: root/pysnmp/cache.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-23/+28
| | | | This patch massively reformats the whole codebase mainly wrapping long lines and eliminating dundered private attributes.
* 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-051-0/+2
|
* pep8 reformattedIlya Etingof2016-04-011-1/+1
|
* bumped to 4.3.3 and minor fixeselie2016-02-201-5/+4
|
* copyright updatedelie2015-12-291-1/+1
|
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-121-2/+2
|
* copyright notice added to source codeelie2015-11-201-1/+7
|
* linted for trailing whitespaceselie2015-10-171-5/+7
|
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-4/+4
|
* stray debug printout removedelie2011-10-131-1/+0
|
* cache MIB columnar objects instance ID <-> symbolic representation mappingelie2011-01-231-0/+37
for performance reasons