aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type/univ.py
AgeCommit message (Expand)Author
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-11Docs rearrangement (#88)Ilya Etingof
2017-10-04Refactored ASN.1 codecs (#83)Ilya 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-15run unit tests with full debugging enabled (and ignored)Ilya 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-29fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof
2017-08-28fixed CharType(OctetStringType()) instantiationIlya Etingof
2017-08-26SET/SEQUENCE BER decoder simplified and optimisedIlya 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-21simplified constructed typesIlya Etingof
2017-08-21ASN.1 types instantiation performance improvedIlya Etingof
2017-08-02fixed SequenceOf/SetOf initializers for backward compatibilityIlya Etingof
2017-08-02OctetString.asNumbers caching removedIlya Etingof
2017-07-30.isValue fixed to return True for empty SetOf/SequenceOfIlya Etingof
2017-07-30various documentation fixesIlya Etingof
2017-07-30some more BitString/OctetString methods documentedIlya Etingof
2017-07-30minor PEP8 fixesIlya Etingof
2017-07-30fixed SetOf/SequenceOf printing and decoding crashIlya Etingof
2017-07-30Merge branch 'master' into nested-optional-component-encoder-fixIlya Etingof
2017-07-29fixed nested optional SET/SEQUENCE at CER/DER codecIlya Etingof
2017-07-28better wording on ASN.1 types attributesIlya Etingof
2017-07-28docs markup fixesIlya Etingof
2017-07-26fix to BitString.prettyOut()Ilya Etingof
2017-07-23ASN.1 types __init__(), .clone()/.subtype() refactored into kwargsIlya Etingof
2017-07-22.namedValues refactored into a read-only attributeIlya Etingof
2017-07-22.tagSet refactored into a read-only attributeIlya Etingof
2017-07-22.subtypeSpec and .sizeSpec refactored into a read-only attributesIlya Etingof
2017-07-22.componentType refactored into a read-only attributeIlya Etingof
2017-07-21added portable metaclass implementationIlya Etingof
2017-07-21WIP: setup properties through metaclassIlya Etingof
2017-07-21SetOf/SequenceOf field type container implementedIlya Etingof
2017-07-20WIP: SetOf/SequenceOf field type container first introducedIlya Etingof
2017-07-20UnnamedType container first introducedIlya Etingof
2017-07-19NamedValues refactored into a dict-like objectIlya Etingof
2017-07-18WIP: various NamedValues improvementsIlya Etingof
2017-07-18Real type infinity states refactored into properiesIlya Etingof
2017-07-07.getMinTagSet() refactored into .minTagSet propertyIlya Etingof
2017-04-19ensure OctetString.prettyOut() produces unicode textIlya Etingof
2017-04-06unified .tagMap cacheIlya Etingof
2017-04-06cache Any.tagMap dictIlya Etingof
2017-03-29refactored named bits bitstring initializationIlya Etingof
2017-03-29reworked named bits BitString initialization fixIlya Etingof