summaryrefslogtreecommitdiff
path: root/pyasn1/codec/native
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-082-2/+2
* 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-162-13/+13
* | Refactor codec classes linkageIlya Etingof2019-11-162-8/+13
* | Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-11-152-6/+4
* | Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-152-83/+118
|/
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-251-2/+6
* Add exception classes documentationIlya Etingof2019-07-132-2/+2
* Release 0.4.5v0.4.5Ilya Etingof2018-12-292-2/+2
* Refactor debug logging (#138)Ilya Etingof2018-08-032-21/+17
* Fix native encoder type map (#132)Ilya Etingof2018-06-301-2/+28
* copyright years extendedIlya Etingof2018-03-292-2/+2
* imports pep8'edIlya Etingof2017-11-232-4/+14
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-192-2/+2
* migrated docs and references from sourceforge.netIlya Etingof2017-11-142-2/+2
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-142-0/+25
* Add more content to docs (#96)Ilya Etingof2017-10-211-0/+2
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-192-2/+2
* fixed crash at SequenceOf native decoderIlya Etingof2017-09-151-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-092-28/+34
* native encoder to handle SEQUENCE/SET objects w/o componentTypeIlya Etingof2017-09-011-1/+1
* WIP: setup properties through metaclassIlya Etingof2017-07-212-4/+4
* typosIlya Etingof2017-05-221-1/+1
* moved logger call into local scope in tight loopsIlya Etingof2017-05-112-9/+18
* native decoder refactored to use type-ids for better performanceIlya Etingof2017-03-211-33/+61
* .getComponent*() changed to lazily instantiate underlying typeIlya Etingof2017-03-121-3/+3
* tags-related getters refactored into descriptors/propertiesIlya Etingof2017-03-071-3/+3
* tag-related classes overhauled, optimized and documentedIlya Etingof2017-03-041-29/+29
* __all__ addedIlya Etingof2017-02-182-0/+4
* python codec renamed into "native"Ilya Etingof2017-02-043-0/+372