summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-2/+3
* Update CHANGES.rstIlya Etingof2019-11-231-2/+2
* Update CHANGES.rstIlya Etingof2019-11-231-1/+1
* Merge branch 'master' into streamoptimum37Ilya Etingof2019-11-231-2/+8
|\
| * Prepare to branch 0.4.xIlya Etingof2019-11-231-1/+1
| * Add support for Python 3.8, drop EOL 3.4 (#182)Hugo van Kemenade2019-11-161-1/+2
| * Drop support for EOL Pythons (#131)Jon Dufresne2019-11-161-1/+1
| * Prepare for 0.5.0Ilya Etingof2019-11-161-0/+5
| * Release 0.4.8v0.4.8Ilya Etingof2019-11-161-1/+1
* | Pass `tagMap` and `typeMap` to decoder instanceIlya Etingof2019-11-161-0/+3
* | Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-151-1/+21
|/
* Allow combining constraints operating on sets (#181)Ilya Etingof2019-11-041-1/+3
* Prepare for 0.4.8Ilya Etingof2019-09-011-0/+5
* Release 0.4.7v0.4.7Ilya Etingof2019-09-011-1/+1
* Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)Ilya Etingof2019-08-271-0/+4
* Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)Ilya Etingof2019-08-251-0/+9
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-251-1/+5
* Prepare 0.4.7Ilya Etingof2019-08-131-0/+5
* Release 0.4.6v0.4.6Ilya Etingof2019-07-311-1/+1
* Document base ASN.1 typesIlya Etingof2019-07-131-1/+1
* Add `SequenceOf`/`SetOf` list-like slicing support (#168)Ilya Etingof2019-07-121-1/+2
* Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof2019-07-061-0/+1
* Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof2019-06-301-0/+4
* Rename pyasn1 unicode exceptionsIlya Etingof2019-06-291-0/+3
* Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)Ilya Etingof2019-06-281-0/+2
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-231-2/+25
* 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