aboutsummaryrefslogtreecommitdiff
path: root/tests/type
AgeCommit message (Expand)Author
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-05-23fix GenerlizedTime.asDateTime() operationIlya 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-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-15run unit tests with full debugging enabled (and ignored)Ilya Etingof
2017-09-01schema-less SET/SEQUENCE dict duck-typingIlya Etingof
2017-08-31fixed stray duplicate tags detection at NamedTypes.tagMapIlya Etingof
2017-08-28one more char instantiation test caseIlya Etingof
2017-08-28fixed CharType(OctetStringType()) instantiationIlya Etingof
2017-08-26SET/SEQUENCE BER decoder simplified and optimisedIlya Etingof
2017-08-02fixed SequenceOf/SetOf initializers for backward compatibilityIlya Etingof
2017-08-01fixed threading concurrency issuesIlya 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-19NamedValues refactored into a dict-like objectIlya Etingof
2017-07-18Real type infinity states refactored into properiesIlya Etingof
2017-07-14updated docs on time types and datetime conversionIlya Etingof
2017-07-14time types <-> datetime conversion implementedIlya Etingof
2017-07-13WIP: time types <-> datetimeIlya Etingof
2017-07-13WIP: time objects / datetime adapter implementedIlya Etingof
2017-07-13WIP: useful types tests addedIlya 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-04NamedType family of classes overhauled, optimized and documentedIlya 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-14revamp char types initializationIlya Etingof
2017-02-13__reversed__ fixed to return an iteratorIlya Etingof
2017-02-13fixes to character types magic methodsIlya Etingof
2017-02-13better duck-typing and more testsIlya Etingof
2017-02-13character types keep unicode contents, not octet streamIlya Etingof