summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Expand)AuthorAgeFilesLines
* Change `SequenceOf`/`SetOf` behavioursequenceof-to-remain-schemaIlya Etingof2019-06-231-1/+22
* Add `omitEmptyOptionals` encoder optionIlya Etingof2019-06-231-1/+3
* Prepare for 0.4.6Ilya Etingof2018-12-291-0/+5
* Release 0.4.5v0.4.5Ilya Etingof2018-12-291-1/+2
* Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof2018-12-291-1/+2
* Add more debug logging to *ER codecs (#139)Ilya Etingof2018-08-041-0/+2
* Refactor debug logging (#138)Ilya Etingof2018-08-031-2/+5
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-291-0/+5
* Fix Travis build for Py3.7Ilya Etingof2018-07-261-1/+1
* Release 0.4.4Ilya Etingof2018-07-261-1/+1
* Fix Sequence/Set.prettyPrint crashIlya Etingof2018-07-241-0/+2
* Fix native encoder type map (#132)Ilya Etingof2018-06-301-0/+6
* 0.4.3v0.4.3Ilya Etingof2018-05-231-1/+1
* fix GenerlizedTime.asDateTime() operationIlya Etingof2018-05-231-1/+3
* copyright years extendedIlya Etingof2018-03-291-0/+5
* Prefer https:// URLs where available (#121)Jon Dufresne2018-03-211-2/+2
* Fixed bad TagSet initializer at OctetString encoder (#107)v0.4.2Ilya Etingof2017-11-231-0/+6
* imports pep8'edIlya Etingof2017-11-231-6/+7
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-191-2/+8
* __repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof2017-11-181-0/+2
* Add default to .getComponentBy*() (#100)Ilya Etingof2017-11-161-0/+2
* fixed Sequence/SequenceOf decoding heuristicsIlya Etingof2017-11-141-2/+4
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-0/+1
* serialization -> serialisation nitpicksIlya Etingof2017-11-141-5/+5
* Pickle protocol fixes (#99)Ilya Etingof2017-10-291-0/+1
* Constructed types schema inspection (#87)Ilya Etingof2017-10-191-0/+3
* fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof2017-10-171-0/+2
* fixed encoder not to omit empty substrate for simple types (#92)Ilya Etingof2017-10-171-0/+3
* Remove None initializer support (#91)Ilya Etingof2017-10-161-1/+7
* Docs rearrangement (#88)Ilya Etingof2017-10-111-0/+1
* Refactored ASN.1 codecs (#83)Ilya Etingof2017-10-041-2/+4
* fixed ASN.1 time types deepcopy/pickle operationsIlya Etingof2017-09-261-0/+5
* release 0.3.6Ilya Etingof2017-09-201-1/+1
* fixed crash on exp tagged Sequence component encoding (#79)Ilya Etingof2017-09-201-0/+3
* Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof2017-09-191-0/+6
* encoders refactored to take Python types + ASN.1 schemaIlya Etingof2017-09-171-0/+2
* Merge branch 'master' into open-types-supportopen-types-supportIlya Etingof2017-09-171-4/+8
|\
| * 0.3.5 releaseIlya Etingof2017-09-161-4/+5
| * run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-151-0/+2
| * fixed crash at SequenceOf native decoderIlya Etingof2017-09-151-0/+1
* | Merge branch 'master' into open-types-supportIlya Etingof2017-09-141-0/+3
|\ \ | |/
| * ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof2017-09-131-0/+3
* | ANY DEFINED BY decoding implementedIlya Etingof2017-09-101-0/+5
|/
* end-of-octets marker encoding optimizedIlya Etingof2017-09-101-0/+1
* avoid coping values when encoding explicit ASN.1 tagsIlya Etingof2017-09-101-0/+1
* codecs signatures unified and pass **options throughIlya Etingof2017-09-091-0/+5
* 0.3.4v0.3.4Ilya Etingof2017-09-071-1/+1
* native encoder to handle SEQUENCE/SET objects w/o componentTypeIlya Etingof2017-09-011-0/+2
* schema-less SET/SEQUENCE dict duck-typingIlya Etingof2017-09-011-1/+2
* fixed stray duplicate tags detection at NamedTypes.tagMapIlya Etingof2017-08-311-0/+1