summaryrefslogtreecommitdiff
path: root/pyasn1/codec/native/decoder.py
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-1/+1
* Pass `tagMap` and `typeMap` to decoder instanceIlya Etingof2019-11-161-6/+6
* Refactor codec classes linkageIlya Etingof2019-11-161-4/+6
* Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-11-151-3/+2
* Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-151-70/+89
* 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-10/+9
* 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/+13
* Add more content to docs (#96)Ilya Etingof2017-10-211-0/+2
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-191-1/+1
* fixed crash at SequenceOf native decoderIlya Etingof2017-09-151-1/+1
* codecs signatures unified and pass **options throughIlya Etingof2017-09-091-10/+12
* WIP: setup properties through metaclassIlya Etingof2017-07-211-3/+3
* typosIlya Etingof2017-05-221-1/+1
* moved logger call into local scope in tight loopsIlya Etingof2017-05-111-5/+9
* native decoder refactored to use type-ids for better performanceIlya Etingof2017-03-211-33/+61
* tag-related classes overhauled, optimized and documentedIlya Etingof2017-03-041-29/+29
* __all__ addedIlya Etingof2017-02-181-0/+2
* python codec renamed into "native"Ilya Etingof2017-02-041-0/+158