aboutsummaryrefslogtreecommitdiff
path: root/tests/type/test_univ.py
AgeCommit message (Expand)Author
2019-08-27Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)Ilya Etingof
2019-08-25Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)Ilya Etingof
2019-08-25Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof
2019-07-31Fix failing unit tests on Py25Ilya Etingof
2019-07-12Add `SequenceOf`/`SetOf` list-like slicing support (#168)Ilya Etingof
2019-06-29Rename pyasn1 unicode exceptionsIlya Etingof
2019-06-23SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof
2018-12-29Release 0.4.5Ilya Etingof
2018-12-29Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof
2018-07-29Fix some typos and prepare for 0.4.5Ilya Etingof
2018-03-29copyright years extendedIlya Etingof
2017-12-26sys.getsizeof() may raise TypeError (#117)Vincent Bernat
2017-11-23imports pep8'edIlya Etingof
2017-11-23relax open type field type check on assignment (#105)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-10-29Pickle protocol fixes (#99)Ilya Etingof
2017-10-19Constructed types schema inspection (#87)Ilya Etingof
2017-10-16Remove None initializer support (#91)Ilya Etingof
2017-09-19Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof
2017-09-15run unit tests with full debugging enabled (and ignored)Ilya Etingof
2017-09-01schema-less SET/SEQUENCE dict duck-typingIlya Etingof
2017-08-26SET/SEQUENCE BER decoder simplified and optimisedIlya Etingof
2017-08-02fixed SequenceOf/SetOf initializers for backward compatibilityIlya Etingof
2017-07-22.componentType refactored into a read-only attributeIlya Etingof
2017-07-21added static ASN.1 type defs testsIlya Etingof
2017-07-21SetOf/SequenceOf field type container implementedIlya Etingof
2017-07-20WIP: SetOf/SequenceOf field type container first introducedIlya Etingof
2017-07-18Real type infinity states refactored into properiesIlya Etingof
2017-03-29reworked named bits BitString initialization fixIlya Etingof
2017-03-12.getComponent*() changed to lazily instantiate underlying typeIlya Etingof
2017-03-07tags-related getters refactored into descriptors/propertiesIlya Etingof
2017-03-04tag-related classes overhauled, optimized and documentedIlya Etingof
2017-02-26multiple minor optimizationsIlya Etingof
2017-02-24BitString type and codecs reimplementedIlya Etingof
2017-02-14OctetString initialization refactoredIlya Etingof
2017-02-13__reversed__ fixed to return an iteratorIlya Etingof
2017-02-12test dir renamed into testsIlya Etingof