summaryrefslogtreecommitdiff
path: root/tests/type
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-089-9/+9
* Add support for Python 3.8, drop EOL 3.4 (#182)Hugo van Kemenade2019-11-161-21/+1
* Drop support for EOL Pythons (#131)Jon Dufresne2019-11-169-72/+23
* Allow combining constraints operating on sets (#181)Ilya Etingof2019-11-041-4/+32
* Fix failing `OctetString` to unicode conversion tests on Py2Ilya Etingof2019-09-101-2/+14
* Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)Ilya Etingof2019-08-272-0/+165
* Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)Ilya Etingof2019-08-251-10/+10
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-251-11/+3
* Fix failing unit tests on Py25Ilya Etingof2019-07-311-4/+13
* Add `SequenceOf`/`SetOf` list-like slicing support (#168)Ilya Etingof2019-07-121-0/+17
* Rename pyasn1 unicode exceptionsIlya Etingof2019-06-291-1/+28
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-231-25/+145
* Release 0.4.5v0.4.5Ilya Etingof2018-12-299-9/+9
* Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof2018-12-291-0/+16
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-293-7/+6
* fix GenerlizedTime.asDateTime() operationIlya Etingof2018-05-231-6/+6
* copyright years extendedIlya Etingof2018-03-299-9/+9
* sys.getsizeof() may raise TypeError (#117)Vincent Bernat2017-12-261-0/+4
* imports pep8'edIlya Etingof2017-11-236-12/+13
* relax open type field type check on assignment (#105)Ilya Etingof2017-11-233-1/+118
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-191-2/+6
* __repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof2017-11-183-51/+22
* Add default to .getComponentBy*() (#100)Ilya Etingof2017-11-161-0/+71
* migrated docs and references from sourceforge.netIlya Etingof2017-11-148-8/+8
* serialization -> serialisation nitpicksIlya Etingof2017-11-143-92/+92
* Pickle protocol fixes (#99)Ilya Etingof2017-10-293-0/+308
* Constructed types schema inspection (#87)Ilya Etingof2017-10-191-0/+73
* Remove None initializer support (#91)Ilya Etingof2017-10-161-2/+22
* fixed ASN.1 time types deepcopy/pickle operationsIlya Etingof2017-09-261-0/+5
* Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof2017-09-191-2/+112
* run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-157-72/+146
* schema-less SET/SEQUENCE dict duck-typingIlya Etingof2017-09-011-0/+50
* fixed stray duplicate tags detection at NamedTypes.tagMapIlya Etingof2017-08-311-0/+10
* one more char instantiation test caseIlya Etingof2017-08-281-0/+1
* fixed CharType(OctetStringType()) instantiationIlya Etingof2017-08-281-2/+3
* SET/SEQUENCE BER decoder simplified and optimisedIlya Etingof2017-08-261-2/+2
* fixed SequenceOf/SetOf initializers for backward compatibilityIlya Etingof2017-08-021-0/+14
* fixed threading concurrency issuesIlya Etingof2017-08-011-1/+1
* .componentType refactored into a read-only attributeIlya Etingof2017-07-221-4/+3
* added static ASN.1 type defs testsIlya Etingof2017-07-211-17/+122
* SetOf/SequenceOf field type container implementedIlya Etingof2017-07-212-10/+10
* WIP: SetOf/SequenceOf field type container first introducedIlya Etingof2017-07-201-11/+17
* NamedValues refactored into a dict-like objectIlya Etingof2017-07-191-6/+28
* Real type infinity states refactored into properiesIlya Etingof2017-07-181-2/+2
* updated docs on time types and datetime conversionIlya Etingof2017-07-141-5/+4
* time types <-> datetime conversion implementedIlya Etingof2017-07-142-7/+44
* WIP: time types <-> datetimeIlya Etingof2017-07-131-4/+5
* WIP: time objects / datetime adapter implementedIlya Etingof2017-07-131-2/+2
* WIP: useful types tests addedIlya Etingof2017-07-131-0/+61
* reworked named bits BitString initialization fixIlya Etingof2017-03-291-1/+3