summaryrefslogtreecommitdiff
path: root/pyasn1/type/univ.py
Commit message (Expand)AuthorAgeFilesLines
* Fix `DeprecationWarning: __int__ returned non-int` on Py3HEADmasterIlya Etingof2020-03-211-1/+1
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-1/+1
* Drop support for EOL Pythons (#131)Jon Dufresne2019-11-161-21/+5
* Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)Ilya Etingof2019-08-271-0/+73
* Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)Ilya Etingof2019-08-251-68/+41
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-251-1/+1
* Fix failing unit tests on Py25Ilya Etingof2019-07-311-0/+3
* Remove a couple of `except as` statements to benefit old PythonsIlya Etingof2019-07-311-2/+14
* Document base ASN.1 typesIlya Etingof2019-07-131-75/+108
* Fix Python builtins ReST references in docstringsIlya Etingof2019-07-131-53/+59
* Add exception classes documentationIlya Etingof2019-07-131-10/+10
* Add docstring for `.reset()` and `.clear()` methodsIlya Etingof2019-07-131-0/+26
* Add `SequenceOf`/`SetOf` list-like slicing support (#168)Ilya Etingof2019-07-121-3/+25
* Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof2019-07-061-6/+12
* Rename pyasn1 unicode exceptionsIlya Etingof2019-06-291-10/+17
* Add specific exceptions for String issues (#155)Alex Shafer2019-06-291-12/+12
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-231-37/+134
* Release 0.4.5v0.4.5Ilya Etingof2018-12-291-1/+1
* Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof2018-12-291-1/+3
* Fix Sequence/Set.prettyPrint crashIlya Etingof2018-07-241-1/+1
* copyright years extendedIlya Etingof2018-03-291-1/+1
* fix to invoke potentially overridden OctetString.prettyOut()v0.4.1Ilya Etingof2017-11-231-5/+19
* imports pep8'edIlya Etingof2017-11-231-6/+15
* relax open type field type check on assignment (#105)Ilya Etingof2017-11-231-1/+2
* cosmetic changes to Sequence.setComponentByPosition()Ilya Etingof2017-11-211-6/+16
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-191-26/+27
* __repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof2017-11-181-49/+15
* Add default to .getComponentBy*() (#100)Ilya Etingof2017-11-161-18/+67
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-1/+1
* serialization -> serialisation nitpicksIlya Etingof2017-11-141-7/+7
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-141-5/+331
* Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof2017-11-091-37/+38
|\
| * Pickle protocol fixes (#99)Ilya Etingof2017-10-291-37/+38
* | reset unused Choice component to `noValue`, not `None`Ilya Etingof2017-11-091-1/+1
* | pep8 (stray spaces removed)Ilya Etingof2017-11-091-18/+18
|/
* Add more content to docs (#96)Ilya Etingof2017-10-211-23/+41
* Constructed types schema inspection (#87)Ilya Etingof2017-10-191-11/+103
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-191-342/+6
* Remove None initializer support (#91)Ilya Etingof2017-10-161-12/+10
* Docs rearrangement (#88)Ilya Etingof2017-10-111-55/+67
* Refactored ASN.1 codecs (#83)Ilya Etingof2017-10-041-24/+56
* Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof2017-09-191-6/+46
* encoders refactored to take Python types + ASN.1 schemaIlya Etingof2017-09-171-13/+6
* run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-151-1/+5
* fixed Sequence.prettyprintType crashIlya Etingof2017-09-021-2/+5
* fixed Sequence.__repr__ crash when no componentType property is presentIlya Etingof2017-09-021-1/+1
* schema-less SET/SEQUENCE dict duck-typingIlya Etingof2017-09-011-12/+79
* fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof2017-08-291-1/+1
* fixed CharType(OctetStringType()) instantiationIlya Etingof2017-08-281-2/+2
* SET/SEQUENCE BER decoder simplified and optimisedIlya Etingof2017-08-261-4/+6