summaryrefslogtreecommitdiff
path: root/pyasn1/codec/native/encoder.py
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-1/+1
* Merge branch 'master' into streamoptimum37Ilya Etingof2019-11-231-7/+2
|\
| * Drop support for EOL Pythons (#131)Jon Dufresne2019-11-161-7/+2
* | Pass `tagMap` and `typeMap` to decoder instanceIlya Etingof2019-11-161-7/+7
* | Refactor codec classes linkageIlya Etingof2019-11-161-4/+7
* | Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-11-151-3/+2
* | Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-151-13/+29
|/
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-251-2/+6
* Add exception classes documentationIlya Etingof2019-07-131-1/+1
* Release 0.4.5v0.4.5Ilya Etingof2018-12-291-1/+1
* Refactor debug logging (#138)Ilya Etingof2018-08-031-11/+8
* Fix native encoder type map (#132)Ilya Etingof2018-06-301-2/+28
* copyright years extendedIlya Etingof2018-03-291-1/+1
* imports pep8'edIlya Etingof2017-11-231-2/+7
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-191-1/+1
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-1/+1
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-141-0/+12
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-191-1/+1
* avoid coping values when encoding explicit ASN.1 tagsIlya Etingof2017-09-101-34/+22
* codecs signatures unified and pass **options throughIlya Etingof2017-09-091-18/+22
* native encoder to handle SEQUENCE/SET objects w/o componentTypeIlya Etingof2017-09-011-1/+1
* WIP: setup properties through metaclassIlya Etingof2017-07-211-1/+1
* moved logger call into local scope in tight loopsIlya Etingof2017-05-111-4/+9
* .getComponent*() changed to lazily instantiate underlying typeIlya Etingof2017-03-121-3/+3
* tags-related getters refactored into descriptors/propertiesIlya Etingof2017-03-071-3/+3
* __all__ addedIlya Etingof2017-02-181-0/+2
* python codec renamed into "native"Ilya Etingof2017-02-041-0/+213