summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc1902.py
Commit message (Expand)AuthorAgeFilesLines
* 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()release_4_1_6_a_tagelie2006-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
* skip some inner asn1 components type checks in SimpleSyntax andelie2005-06-271-2/+2
* converted from pysnmp.asn1 to pyasn1elie2005-06-141-95/+90
* Moved from the top-level under the roof of v4 APIelie2004-11-121-0/+159