summaryrefslogtreecommitdiff
path: root/pyasn1/type
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-0811-11/+11
* Drop support for EOL Pythons (#131)Jon Dufresne2019-11-163-55/+36
* Allow combining constraints operating on sets (#181)Ilya Etingof2019-11-041-28/+82
* Release 0.4.7v0.4.7Ilya Etingof2019-09-011-2/+4
* Add an afterthought on WITH COMPONENTS constraintIlya Etingof2019-08-281-2/+12
* Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)Ilya Etingof2019-08-273-18/+206
* Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)Ilya Etingof2019-08-253-73/+71
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-252-3/+22
* Fix ConstraintsUnion docstringIlya Etingof2019-08-131-3/+3
* Fix failing unit tests on Py25Ilya Etingof2019-07-311-0/+3
* Remove a couple of `except as` statements to benefit old PythonsIlya Etingof2019-07-312-3/+15
* Document base ASN.1 typesIlya Etingof2019-07-133-91/+172
* Fix Python builtins ReST references in docstringsIlya Etingof2019-07-133-64/+71
* Remove Python `id` from `repr`Ilya Etingof2019-07-136-23/+28
* Add exception classes documentationIlya Etingof2019-07-133-17/+17
* 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 more docs on `OpenType` (#166)Ilya Etingof2019-07-092-14/+42
* Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof2019-07-061-6/+12
* Rename pyasn1 unicode exceptionsIlya Etingof2019-06-292-22/+37
* Add specific exceptions for String issues (#155)Alex Shafer2019-06-292-24/+24
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-232-54/+148
* Remove invalid escape sequences to get rid of DeprecationWarning in Python3. ...Harrison2019-06-202-6/+6
* Release 0.4.5v0.4.5Ilya Etingof2018-12-2911-11/+11
* Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof2018-12-291-1/+3
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-293-15/+15
* Fix Sequence/Set.prettyPrint crashIlya Etingof2018-07-241-1/+1
* fix GenerlizedTime.asDateTime() operationIlya Etingof2018-05-231-2/+2
* copyright years extendedIlya Etingof2018-03-2911-11/+11
* NoValue.__repr__() should report object address in hexIlya Etingof2017-12-031-1/+1
* fix to invoke potentially overridden OctetString.prettyOut()v0.4.1Ilya Etingof2017-11-232-5/+32
* imports pep8'edIlya Etingof2017-11-237-19/+42
* 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-193-45/+45
* __repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof2017-11-187-110/+79
* Add default to .getComponentBy*() (#100)Ilya Etingof2017-11-161-18/+67
* migrated docs and references from sourceforge.netIlya Etingof2017-11-1411-11/+11
* serialization -> serialisation nitpicksIlya Etingof2017-11-144-12/+12
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-146-29/+394
* Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof2017-11-092-40/+63
|\
| * Pickle protocol fixes (#99)Ilya Etingof2017-10-292-40/+63
| * fix to `any` function test on Py2.4Ilya Etingof2017-10-231-1/+1
* | reset unused Choice component to `noValue`, not `None`Ilya Etingof2017-11-091-1/+1
* | pep8 (stray spaces removed)Ilya Etingof2017-11-095-31/+31
* | fix to `any()` support detectionIlya Etingof2017-11-091-1/+1
|/
* docs on constraints added (#97)Ilya Etingof2017-10-221-21/+314
* Add more content to docs (#96)Ilya Etingof2017-10-214-39/+65
* Constructed types schema inspection (#87)Ilya Etingof2017-10-191-11/+103