summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc1902.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-6/+31
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-1/+7
* Officially remove Python < 2.6 support (#239)Ilya Etingof2019-02-101-1/+0
* Drop Python < 2.6 kwargs expansion compatibility trickIlya Etingof2019-02-091-1/+1
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* Expose ASN.1 `Null` type through `rfc1902` moduleIlya Etingof2018-10-261-1/+26
* Release 4.4.6Ilya Etingof2018-09-131-1/+1
* Tolerate duplicate enumerationsIlya Etingof2018-09-091-4/+13
* Fix `Bits` initialization with `namedValues`Ilya Etingof2018-07-201-4/+5
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* named bits fix at rfc1902.BitsIlya Etingof2017-12-031-29/+8
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* fixed Bits.clone()/subtype()Ilya Etingof2017-10-061-9/+11
* fixed Bits.prettyPrint() crashIlya Etingof2017-09-181-2/+2
* unnecessary OctetString.prettyOut override removedIlya Etingof2017-08-111-13/+0
* backward compatible OctetString specializationIlya Etingof2017-07-231-2/+18
* better pyasn1 types specializationIlya Etingof2017-07-231-48/+4
* fixes to pyasn1 OctetString inheritanceIlya Etingof2017-02-271-18/+12
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* pep8 reformattedIlya Etingof2016-04-031-23/+50
* fix to OctetString.prettyOut() to pretty-print Python 3 bytes withoutelie2015-12-311-0/+14
* copyright updatedelie2015-12-291-1/+1
* copyright notice added to source codeelie2015-11-201-0/+6
* linted for bad-whitespace and some other issueselie2015-10-171-1/+1
* linted the bad-continuation issue as well as some otherselie2015-10-171-2/+2
* multiple-statements-in-one-line linted outelie2015-10-171-1/+2
* linted for trailing whitespaceselie2015-10-171-37/+37
* major revamp:elie2015-09-201-0/+4
* - Constraints assignment shortcut added to some base rfc1902 types (Integer,elie2015-09-191-34/+429
* started documenting base typeselie2015-09-181-0/+66
* export ObjectIdentifier from pyasn1elie2015-05-311-0/+2
* Fix to .clone() method of rfc1902.Bits class to make its signatureelie2014-03-151-3/+6
* fix to rfc1902.OctetString & Bits to base them on OctetString class toelie2014-03-151-8/+8
* * fix to OctetString.clone()'ingelie2014-03-151-0/+12
* fix to rfc1902.Bits type to make it accepting hex and binary initializers,elie2013-11-231-5/+4
* better input check for IpAddresselie2012-08-091-2/+3
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-18/+32
* fix to Bits initialization from named bitelie2011-02-271-1/+1
* fixed-length octetstring objects re-worked to store the exact lengthelie2007-02-071-5/+8
* Bits.prettyOut() fix to 7-th bit printout (SF bug #1599220)elie2006-11-201-1/+1
* fixed length OctetString property implementedelie2006-11-161-0/+13
* isFixedLength approach dropped as it's not generic enoughelie2006-11-031-5/+0
* OctetString and derivatives now have a fixed-length property (to useelie2006-11-031-0/+5
* fix to Bits pretty formatter/printer (SF bug #1537592)elie2006-08-091-3/+3
* python1.5 compatibility fix at Bits.prettyIn()elie2006-05-251-1/+1
* Bits.clone() aligned with pyasn1's standard API for clone()elie2006-04-241-2/+5
* fix to Bits.prettyOut()elie2005-07-271-1/+1
* prettyIn & prettyOut become public methodselie2005-06-281-4/+4
* * syntax fixeselie2005-06-281-8/+32
* ipAddressPrettyOut() becomes a pure functionelie2005-06-271-4/+6