summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add `isInconsistent` property hook to all constructed typesadd-consistency-check-hookIlya Etingof2019-08-2414-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
* Switch Travis to trustyIlya Etingof2018-12-291-11/+11
* Switch Travis to preciseIlya Etingof2018-12-291-11/+11
* Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof2018-12-293-2/+21
* Fix encoder debugging under Py2Ilya Etingof2018-12-291-3/+4
* Fix the entrypoint of asn1ate (#145)nde2018-10-171-1/+1
* Fix typo in example-use-case.rstIlya Etingof2018-08-071-1/+1
* Add more debug logging to *ER codecs (#139)Ilya Etingof2018-08-043-44/+361
* Refactor debug logging (#138)Ilya Etingof2018-08-036-92/+97
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-2914-41/+49
* Fix package versionv0.4.4Ilya Etingof2018-07-261-1/+1
* Fix Travis build for Py3.7Ilya Etingof2018-07-262-2/+2
* Release 0.4.4Ilya Etingof2018-07-261-1/+1
* Fix Sequence/Set.prettyPrint crashIlya Etingof2018-07-242-1/+3
* Switch back to offical Python 3.7 buildIlya Etingof2018-07-031-2/+2
* Fix native encoder type map (#132)Ilya Etingof2018-06-302-2/+34
* switch back to 3.7-devIlya Etingof2018-06-291-12/+46
* Merge branch 'master' of github.com:etingof/pyasn1Ilya Etingof2018-06-290-0/+0
|\
| * bumped up to Python 3.7Ilya Etingof2018-06-284-2/+4
* | bumped up to Python 3.7Ilya Etingof2018-06-294-2/+4
|/
* Enable pip cache in Travis CI (#130)Jon Dufresne2018-06-161-1/+1
* 0.4.3v0.4.3Ilya Etingof2018-05-231-1/+1