summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* re-enable python 2.6 buildIlya Etingof2017-04-131-2/+1
* do not bind to a specific event loop at import time (#53)James Brown2017-04-094-25/+12
* temporary disable python 2.6 buildIlya Etingof2017-04-041-1/+2
* typo in class nameIlya Etingof2017-04-041-1/+1
* `ErrorIndication` is now based on `Exception`Ilya Etingof2017-04-043-51/+33
* typoIlya Etingof2017-04-031-1/+1
* unified `errorIndication` values to uniformly be `ErrorIndication` instancesIlya Etingof2017-04-033-2/+6
* typoIlya Etingof2017-03-301-1/+1
* disambiguation of the *lexicographicMode* optionIlya Etingof2017-03-284-26/+39
* typov4.3.5v4.3.4Ilya Etingof2017-03-231-1/+1
* 4.3.5Ilya Etingof2017-03-231-6/+6
* more concise unknown PDU event handlingIlya Etingof2017-03-231-10/+7
* fixed crash when unknown PDU reporting is attemptedIlya Etingof2017-03-222-3/+3
* Fix to infinite recursion in TextualConvention.prettyIn() (#48)Ilya Etingof2017-03-192-4/+5
* More twisted examples (#47)Ilya Etingof2017-03-182-0/+54
* more efficient getOidValIlya Etingof2017-03-141-4/+1
* fix to accidentally reset error-status field in SNMPv1 PDUIlya Etingof2017-03-113-2/+4
* 4.3.5Ilya Etingof2017-03-102-1/+7
* Merge pull request #42 from ryban/twisted_non_increasing_oidIlya Etingof2017-03-101-0/+13
|\
| * Add ignoreNonIncreasingOid option for twisted nextCmd and bulkCmdRyan Van Gilder2017-03-091-0/+13
|/
* release 4.3.4v.4.3.4Ilya Etingof2017-02-282-2/+2
* fixes to pyasn1 OctetString inheritanceIlya Etingof2017-02-271-18/+12
* use pyasn1 from githubIlya Etingof2017-02-141-1/+1
* v2c.IpAddress is a bit more constrained than v1.IpAddressIlya Etingof2017-02-141-1/+1
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-149-52/+54
* fix to invalid-msg-counter incrementIlya Etingof2017-02-122-8/+5
* typoIlya Etingof2017-02-091-1/+1
* fix to v1arch example to accommodate pyasn1 changeIlya Etingof2017-02-094-4/+10
* add PyPI version badgeIlya Etingof2017-02-041-0/+1
* more updates to READMEv4.3.3Ilya Etingof2017-02-041-9/+8
* typos in CHANGESIlya Etingof2017-02-041-2/+2
* updates to READMEIlya Etingof2017-02-041-19/+11
* do not require dot in "d" spec of DISPLAY-HINTIlya Etingof2017-02-041-3/+3
* transport address objects made iterable to override pyasn1's __iter__Ilya Etingof2017-02-042-6/+24
* date fixIlya Etingof2017-02-041-1/+1
* pyasn1 SEQUENCE iteration rules changeIlya Etingof2017-02-042-7/+11
* added a note into TextualConvention docIlya Etingof2017-02-021-1/+4
* typo in exampleIlya Etingof2017-02-021-1/+1
* fix to TextualConvention initializer: trigger prettyIn parser by "text" inputIlya Etingof2017-02-021-2/+4
* fix to TextualConvention initializerIlya Etingof2017-02-021-1/+1
* TextualConvention.prettyIn() implementedIlya Etingof2017-02-012-60/+248
* Merge branch 'master' of github.com:etingof/pysnmpIlya Etingof2017-02-011-3/+3
|\
| * typosIlya Etingof2017-01-301-3/+3
* | TextualConvention.prettyOut improved to be better compliant with SMIIlya Etingof2017-02-012-27/+12
|/
* email changeIlya Etingof2017-01-143-5/+5
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-12145-144/+144
* Python 3.6 is outIlya Etingof2016-12-233-1/+3
* wrong superclass constructor callIlya Etingof2016-12-222-2/+3
* Merge pull request #35 from gerrat/masterIlya Etingof2016-12-2211-14/+35
|\
| * Fixed some typos in arguments with previous commitGerrat Rickert2016-12-212-3/+3