aboutsummaryrefslogtreecommitdiff
path: root/pyasn1
AgeCommit message (Expand)Author
2017-11-14added example code snippets to the docstrings (#101)Ilya Etingof
2017-11-09Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof
2017-11-09reset unused Choice component to `noValue`, not `None`Ilya Etingof
2017-11-09pep8 (stray spaces removed)Ilya Etingof
2017-11-09fix to `any()` support detectionIlya Etingof
2017-10-29Pickle protocol fixes (#99)Ilya Etingof
2017-10-23fix to `any` function test on Py2.4Ilya Etingof
2017-10-22docs on constraints added (#97)Ilya Etingof
2017-10-21Add more content to docs (#96)Ilya Etingof
2017-10-19Constructed types schema inspection (#87)Ilya Etingof
2017-10-19Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof
2017-10-19fix to Null decoder to initialize decoded value to ''Ilya Etingof
2017-10-17fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof
2017-10-17fixed encoder not to omit empty substrate for simple types (#92)Ilya Etingof
2017-10-16Remove None initializer support (#91)Ilya Etingof
2017-10-11`setupComponent()` legacy initializer removedIlya Etingof
2017-10-11Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof
2017-10-11Docs rearrangement (#88)Ilya Etingof
2017-10-10do not attempt to decode optional open typesIlya Etingof
2017-10-04Refactored ASN.1 codecs (#83)Ilya Etingof
2017-09-26fixed ASN.1 time types deepcopy/pickle operationsIlya Etingof
2017-09-20fixed crash on exp tagged Sequence component encoding (#79)Ilya Etingof
2017-09-19Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof
2017-09-17OctetString and Any encoders save on ASN.1 schema instantiationIlya Etingof
2017-09-17documented ASN.1 schema parameter to encodersIlya Etingof
2017-09-17encoders refactored to take Python types + ASN.1 schemaIlya Etingof
2017-09-17Merge branch 'master' into open-types-supportIlya Etingof
2017-09-15run unit tests with full debugging enabled (and ignored)Ilya Etingof
2017-09-15fixed crash at SequenceOf native decoderIlya Etingof
2017-09-14minor PEP8 editsIlya Etingof
2017-09-14docs on OpenType addedIlya Etingof
2017-09-14Merge branch 'master' into open-types-supportIlya Etingof
2017-09-14removed stray __call__ method from CER encoderIlya Etingof
2017-09-13ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof
2017-09-13refactored OpenType() into a mutable objectIlya Etingof
2017-09-10wrap open type blob on encoding if neededIlya Etingof
2017-09-10debug flag 'none' addedIlya Etingof
2017-09-10fixes to debug message interpolationIlya Etingof
2017-09-10refer to open types by open types, not hole typesIlya Etingof
2017-09-10fixes following bad mergeIlya Etingof
2017-09-10Merge branch 'open-types-support' of github.com:etingof/pyasn1 into open-type...Ilya Etingof
2017-09-10WIP: hole types implementationIlya Etingof
2017-09-10run hole type substitution only when components are in placeIlya Etingof
2017-09-10ANY DEFINED BY decoding implementedIlya Etingof
2017-09-10run hole type substitution only when components are in placeIlya Etingof
2017-09-10ANY DEFINED BY decoding implementedIlya Etingof
2017-09-10end-of-octets marker encoding optimizedIlya Etingof
2017-09-10avoid coping values when encoding explicit ASN.1 tagsIlya Etingof
2017-09-09codecs signatures unified and pass **options throughIlya Etingof
2017-09-07Merge branch 'open-types-support' of github.com:etingof/pyasn1 into open-type...Ilya Etingof