summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix `DeprecationWarning: __int__ returned non-int` on Py3release-0.4.9Ilya Etingof2020-03-211-1/+1
* Fix tox docs watningIlya Etingof2020-03-141-0/+1
* Fix tox deps inheritanceIlya Etingof2020-03-141-0/+2
* Run unittests from tox across many PythonsIlya Etingof2020-03-141-7/+34
* Add tox.ini with some basic runnersIlya Etingof2020-03-082-0/+50
* Advance copyright statement to year 2020Ilya Etingof2020-03-0857-57/+58
* Prepare to branch 0.4.xIlya Etingof2019-11-232-2/+2
* Add Py3.8 Travis jobIlya Etingof2019-11-171-0/+1
* Add support for Python 3.8, drop EOL 3.4 (#182)Hugo van Kemenade2019-11-167-57/+16
* Drop support for EOL Pythons (#131)Jon Dufresne2019-11-1646-461/+108
* Prepare for 0.5.0Ilya Etingof2019-11-162-1/+6
* Release 0.4.8v0.4.8Ilya Etingof2019-11-161-1/+1
* Allow combining constraints operating on sets (#181)Ilya Etingof2019-11-043-33/+117
* Fix failing `OctetString` to unicode conversion tests on Py2Ilya Etingof2019-09-101-2/+14
* Improve open maps debugging in decoderIlya Etingof2019-09-071-2/+30
* Prepare for 0.4.8Ilya Etingof2019-09-012-1/+6
* Release 0.4.7v0.4.7Ilya Etingof2019-09-012-3/+5
* Add an afterthought on WITH COMPONENTS constraintIlya Etingof2019-08-281-2/+12
* Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)Ilya Etingof2019-08-279-19/+393
* Fix for Python 4 (#173)Hugo van Kemenade2019-08-272-9/+9
* Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)Ilya Etingof2019-08-2511-94/+101
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-2514-28/+57
* Fix ConstraintsUnion docstringIlya Etingof2019-08-131-3/+3
* Prepare 0.4.7Ilya Etingof2019-08-132-1/+6
* Release 0.4.6v0.4.6Ilya Etingof2019-07-312-2/+2
* Fix failing unit tests on Py25Ilya Etingof2019-07-312-4/+16
* Remove a couple of `except as` statements to benefit old PythonsIlya Etingof2019-07-312-3/+15
* Document base ASN.1 typesIlya Etingof2019-07-1312-97/+231
* Fix Python builtins ReST references in docstringsIlya Etingof2019-07-134-65/+72
* Fix Travis docs build on Python 3.4+Ilya Etingof2019-07-132-1/+9
* Remove Python `id` from `repr`Ilya Etingof2019-07-136-23/+28
* Enable docs build in TravisIlya Etingof2019-07-131-0/+1
* Add exception classes documentationIlya Etingof2019-07-1314-33/+122
* Add docstring for `.reset()` and `.clear()` methodsIlya Etingof2019-07-135-4/+31
* Fix to pass decoder `options` to open type decoderIlya Etingof2019-07-121-5/+6
* Fix CER/DER encoders to respect open types (#167)Ilya Etingof2019-07-128-124/+1165
* Add `SequenceOf`/`SetOf` list-like slicing support (#168)Ilya Etingof2019-07-123-4/+44
* Add more docs on `OpenType` (#166)Ilya Etingof2019-07-098-42/+139
* Update FUNDING.ymlIlya Etingof2019-07-071-1/+1
* Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof2019-07-066-46/+410
* Add GitHub funding buttonIlya Etingof2019-07-041-0/+1
* Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof2019-06-303-23/+76
* Rename pyasn1 unicode exceptionsIlya Etingof2019-06-295-42/+89
* Add specific exceptions for String issues (#155)Alex Shafer2019-06-293-24/+52
* Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)Ilya Etingof2019-06-283-4/+58
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-238-86/+346
* Remove invalid escape sequences to get rid of DeprecationWarning in Python3. ...Harrison2019-06-202-6/+6
* Prepare for 0.4.6Ilya Etingof2018-12-293-11/+6
* Release 0.4.5v0.4.5Ilya Etingof2018-12-2962-62/+63
* Switch Travis to xenial just for Py3.7Ilya Etingof2018-12-291-1/+1