aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type/univ.py
AgeCommit message (Expand)Author
2018-07-24Fix Sequence/Set.prettyPrint crashIlya Etingof
2018-03-29copyright years extendedIlya Etingof
2017-11-23fix to invoke potentially overridden OctetString.prettyOut()Ilya Etingof
2017-11-23imports pep8'edIlya Etingof
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-10-29Pickle protocol fixes (#99)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-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