aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
AgeCommit message (Expand)Author
2018-07-24Fix Sequence/Set.prettyPrint crashIlya Etingof
2018-06-30Fix native encoder type map (#132)Ilya Etingof
2018-05-230.4.3Ilya Etingof
2018-05-23fix GenerlizedTime.asDateTime() operationIlya Etingof
2018-03-29copyright years extendedIlya Etingof
2018-03-21Prefer https:// URLs where available (#121)Jon Dufresne
2017-11-23Fixed bad TagSet initializer at OctetString encoder (#107)Ilya Etingof
2017-11-23imports pep8'edIlya Etingof
2017-11-19Start `.prettyPrint` deprecation (#103)Ilya Etingof
2017-11-18__repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof
2017-11-16Add default to .getComponentBy*() (#100)Ilya Etingof
2017-11-14fixed Sequence/SequenceOf decoding heuristicsIlya Etingof
2017-11-14migrated docs and references from sourceforge.netIlya Etingof
2017-11-14serialization -> serialisation nitpicksIlya Etingof
2017-10-29Pickle protocol fixes (#99)Ilya Etingof
2017-10-19Constructed types schema inspection (#87)Ilya Etingof
2017-10-17fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof
2017-10-17fixed encoder not to omit empty substrate for simple types (#92)Ilya Etingof
2017-10-16Remove None initializer support (#91)Ilya Etingof
2017-10-11Docs rearrangement (#88)Ilya Etingof
2017-10-04Refactored ASN.1 codecs (#83)Ilya Etingof
2017-09-26fixed ASN.1 time types deepcopy/pickle operationsIlya Etingof
2017-09-20release 0.3.6Ilya Etingof
2017-09-20fixed crash on exp tagged Sequence component encoding (#79)Ilya Etingof
2017-09-19Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof
2017-09-17encoders refactored to take Python types + ASN.1 schemaIlya Etingof
2017-09-17Merge branch 'master' into open-types-supportIlya Etingof
2017-09-160.3.5 releaseIlya Etingof
2017-09-15run unit tests with full debugging enabled (and ignored)Ilya Etingof
2017-09-15fixed crash at SequenceOf native decoderIlya Etingof
2017-09-14Merge branch 'master' into open-types-supportIlya Etingof
2017-09-13ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof
2017-09-10ANY DEFINED BY decoding implementedIlya Etingof
2017-09-10end-of-octets marker encoding optimizedIlya Etingof
2017-09-10avoid coping values when encoding explicit ASN.1 tagsIlya Etingof
2017-09-09codecs signatures unified and pass **options throughIlya Etingof
2017-09-070.3.4Ilya Etingof
2017-09-01native encoder to handle SEQUENCE/SET objects w/o componentTypeIlya Etingof
2017-09-01schema-less SET/SEQUENCE dict duck-typingIlya Etingof
2017-08-31fixed stray duplicate tags detection at NamedTypes.tagMapIlya Etingof
2017-08-29fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof
2017-08-28fixed CharType(OctetStringType()) instantiationIlya Etingof
2017-08-27typoIlya Etingof
2017-08-270.3.3Ilya Etingof
2017-08-25fix to exponential index growth at NamedTypesIlya Etingof
2017-08-24fixed constructed types decoding failure in unguided modeIlya Etingof
2017-08-23fixed crash at Sequence.prettyPrint() with no componentsIlya Etingof
2017-08-22at decoder, do not unconditionally cast substrate into bytes/strIlya Etingof
2017-08-21fix to TagSet hash value buildIlya Etingof
2017-08-21ASN.1 types instantiation performance improvedIlya Etingof