summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* 0.1.8 finalelie2015-06-211-2/+2
* Asn1Item.hasValue() added to easily distinguish initalized ASN.1 objectselie2015-06-061-0/+2
* more strict CER/DER encoders added for GeneralizedTime and UTCTime typeselie2015-04-261-1/+2
* updatedelie2015-04-251-1/+1
* DER codec hardened not to tolerate indefinite length encoding/decodingelie2015-04-251-0/+1
* Fix to end-of-octest sentinel handling:elie2015-04-251-0/+4
* fix to BitString and OctetString decoders dealing with constructedelie2015-04-251-0/+2
* fix to broken REAL type decoding handlingelie2015-04-241-2/+3
* built-in debugging is now based on Python logging moduleelie2014-10-261-0/+1
* BitString encoder/decoder performance improvedelie2014-10-261-0/+1
* the OctetString.__int__() and .__float__() magic methods implementedelie2014-06-171-0/+1
* * new prettyPrintType() abstract method implemented to base pyasn1 typeselie2014-06-131-0/+5
* amended the case of null debug writerelie2014-03-151-1/+1
* handle the case of absent stderr stream at Debug printerelie2014-03-141-0/+1
* * The abs(Integer()) & abs(Real()) operation now returns respective pyasn1elie2014-02-091-0/+5
* Constructed types now verify their consistency by invokingelie2013-12-121-2/+6
* test coverage extended to cover pyasn1 types __repr__() functionelie2013-12-081-0/+1
* NamedTypes() and NamedValues() made comparableelie2013-12-081-0/+1
* * constructed types can now be initialized with new .setComponents() methodelie2013-12-081-0/+3
* * constructed types now always verify their consistensy withelie2013-12-071-3/+2
* the setComponentBy*() methods of all CONSTRUCTED objects now accept optionalelie2013-12-021-0/+3
* when comparing ASN.1 types, by-tag and/or by-constraints matchingelie2013-12-021-0/+3
* AbstractConstructedAsn1Item.__repr__() fixed to include all class initializerselie2013-12-011-1/+1
* missing comment on NoValue.__repr__elie2013-11-301-0/+2
* * the base.NoValue() class, that indicates uninitialized ASN.1 object,elie2013-11-301-0/+5
* fix to TagSet.repr() to include [obsolete] baseTag informationelie2013-11-291-1/+1
* string typed float initializer to REAL type now supportedelie2013-11-231-0/+1
* * some more fixes to OID codecselie2013-11-011-0/+1
* ObjectIdentifier codec fixed to work properly with arc 0 and arc 2 valueselie2013-10-311-0/+1
* distribute is goneelie2013-09-211-0/+1
* - Float typed mantissa initializer to REAL type for base 2 added.elie2013-09-111-1/+4
* updatedelie2013-09-011-1/+2
* ObjectDescriptor type addedelie2013-09-011-0/+1
* fix to binary initializer support of Real objectelie2013-09-011-0/+1
* unicode initializer support added to OctetString type and derivativeselie2013-08-031-0/+1
* * Fix to SEQUENCE and SET types to give them their private componentTypeselie2013-05-301-0/+8
* fix to REAL type decoder to handle negative REAL values correctly. testelie2013-04-091-0/+2
* license updated to vanilla BSD 2-Clause to ease package useelie2013-03-191-0/+2
* test suite made discoverable by unittest/unittest2 discovery featureelie2013-02-151-0/+1
* correctionelie2013-02-091-2/+2
* Fix to decoder working on indefinite length substrate -- end-of-octetselie2013-02-091-0/+3
* fix to CHOICE decoder to handle explicitly tagged, indefinite lengthelie2013-01-271-0/+2
* fix to REAL type encoder to force primitive encoding form encodingelie2013-01-271-0/+1
* fix to decoder to fail in cases where tagFormat indicates inappropriateelie2013-01-271-0/+7
* The compact (valueless) way of encoding zero INTEGERs introduced inrelease_0_1_6_tagelie2012-12-211-0/+5
* report package version on debugging code initializationelie2012-12-201-0/+5
* make prettyPrint() working for non-initialized pyasn1 data objectselie2012-12-041-0/+2
* updatedelie2012-11-261-0/+2
* fix to INTEGER encoder to produce empty-valued encoding for zero valueselie2012-11-231-0/+1
* support empty-valued INTEGER encoidingelie2012-11-231-1/+1