aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type
AgeCommit message (Expand)Author
2017-11-23relax open type field type check on assignment (#105)Ilya Etingof
2017-11-21cosmetic changes to Sequence.setComponentByPosition()Ilya Etingof
2017-11-19Start `.prettyPrint` deprecation (#103)Ilya Etingof
2017-11-18__repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof
2017-11-16Add default to .getComponentBy*() (#100)Ilya Etingof
2017-11-14migrated docs and references from sourceforge.netIlya Etingof
2017-11-14serialization -> serialisation nitpicksIlya Etingof
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-16Remove None initializer support (#91)Ilya Etingof
2017-10-11`setupComponent()` legacy initializer removedIlya Etingof
2017-10-11Docs rearrangement (#88)Ilya Etingof
2017-10-04Refactored ASN.1 codecs (#83)Ilya Etingof
2017-09-26fixed ASN.1 time types deepcopy/pickle operationsIlya Etingof
2017-09-19Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya 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-14docs on OpenType addedIlya Etingof
2017-09-13refactored OpenType() into a mutable objectIlya 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-10ANY DEFINED BY decoding implementedIlya Etingof
2017-09-10ANY DEFINED BY decoding implementedIlya Etingof
2017-09-07ANY DEFINED BY decoding implementedIlya Etingof
2017-09-03fix to get explicit tags from substrate to the recovered ASN.1 objectIlya Etingof
2017-09-02fixed Sequence.prettyprintType crashIlya Etingof
2017-09-02fixed Sequence.__repr__ crash when no componentType property is presentIlya Etingof
2017-09-01schema-less SET/SEQUENCE dict duck-typingIlya Etingof
2017-08-31fixed stray duplicate tags detection at NamedTypes.tagMapIlya Etingof
2017-08-29fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof
2017-08-28one more char instantiation test caseIlya Etingof
2017-08-28fixed CharType(OctetStringType()) instantiationIlya Etingof
2017-08-27fix to Py2.4/2.5 syntaxIlya Etingof
2017-08-26SET/SEQUENCE BER decoder simplified and optimisedIlya Etingof
2017-08-25fix to exponential index growth at NamedTypesIlya Etingof
2017-08-23fixed crash at Sequence.prettyPrint() with no componentsIlya Etingof
2017-08-23replaced range(len()) with enumerate() at a few placesIlya Etingof
2017-08-22pre-compute NamedTypes fieldsIlya Etingof