summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed crash on unknown PDU reportingtextual-convention-recursion-fixIlya Etingof2017-03-222-3/+3
* note TextualConvention in changelogIlya Etingof2017-03-181-0/+1
* another fix to TextualConversion infinite recursionIlya Etingof2017-03-181-1/+1
* fix to infinite recursion in TextualConvention.prettyIn()Ilya Etingof2017-03-182-3/+3
* 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
| * Removed tuple unpacking in function signatures in twisted since removed in Py...Gerrat Rickert2016-12-2111-14/+35
|/
* updated project urlIlya Etingof2016-12-042-4/+13
* document hlapi transport .setLocalAddress()Ilya Etingof2016-12-032-0/+23
* missing index added to bundled RFC1213::atEntry MIB tableIlya Etingof2016-11-302-4/+5
* gitignore updated, missed doc file addedIlya Etingof2016-11-293-2/+15
* ditch pypi downloads labelIlya Etingof2016-11-272-1/+2
* obsolete PyCrypto-on-Windows workaround droppedIlya Etingof2016-11-121-6/+3
* obsolete comment on PyCrypto removedIlya Etingof2016-11-111-10/+0
* Merge branch 'master' of github.com:etingof/pysnmpIlya Etingof2016-11-051-1/+1
|\
| * Merge pull request #22 from johnthagen/pip-install-packageIlya Etingof2016-11-051-1/+1
| |\
| | * Use pip to install local package.johnthagen2016-10-311-1/+1