aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type
AgeCommit message (Expand)Author
2019-09-01Release 0.4.7Ilya Etingof
2019-08-28Add an afterthought on WITH COMPONENTS constraintIlya Etingof
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-08-13Fix ConstraintsUnion docstringIlya Etingof
2019-07-31Fix failing unit tests on Py25Ilya Etingof
2019-07-31Remove a couple of `except as` statements to benefit old PythonsIlya Etingof
2019-07-13Document base ASN.1 typesIlya Etingof
2019-07-13Fix Python builtins ReST references in docstringsIlya Etingof
2019-07-13Remove Python `id` from `repr`Ilya Etingof
2019-07-13Add exception classes documentationIlya Etingof
2019-07-13Add docstring for `.reset()` and `.clear()` methodsIlya Etingof
2019-07-12Add `SequenceOf`/`SetOf` list-like slicing support (#168)Ilya Etingof
2019-07-09Add more docs on `OpenType` (#166)Ilya Etingof
2019-07-06Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof
2019-06-29Rename pyasn1 unicode exceptionsIlya Etingof
2019-06-29Add specific exceptions for String issues (#155)Alex Shafer
2019-06-23SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof
2019-06-20Remove invalid escape sequences to get rid of DeprecationWarning in Python3. ...Harrison
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-07-24Fix Sequence/Set.prettyPrint crashIlya Etingof
2018-05-23fix GenerlizedTime.asDateTime() operationIlya Etingof
2018-03-29copyright years extendedIlya Etingof
2017-12-03NoValue.__repr__() should report object address in hexIlya 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-11-09fix to `any()` support detectionIlya Etingof
2017-10-29Pickle protocol fixes (#99)Ilya Etingof
2017-10-23fix to `any` function test on Py2.4Ilya Etingof
2017-10-22docs on constraints added (#97)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-11`setupComponent()` legacy initializer removedIlya Etingof
2017-10-11Docs rearrangement (#88)Ilya Etingof