aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-13Prepare 0.4.7Ilya Etingof
2019-07-31Release 0.4.6Ilya 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-13Fix Travis docs build on Python 3.4+Ilya Etingof
2019-07-13Remove Python `id` from `repr`Ilya Etingof
2019-07-13Enable docs build in TravisIlya Etingof
2019-07-13Add exception classes documentationIlya Etingof
2019-07-13Add docstring for `.reset()` and `.clear()` methodsIlya Etingof
2019-07-12Fix to pass decoder `options` to open type decoderIlya Etingof
2019-07-12Fix CER/DER encoders to respect open types (#167)Ilya 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-07Update FUNDING.ymlIlya Etingof
2019-07-06Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof
2019-07-04Add GitHub funding buttonIlya Etingof
2019-06-30Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof
2019-06-29Rename pyasn1 unicode exceptionsIlya Etingof
2019-06-29Add specific exceptions for String issues (#155)Alex Shafer
2019-06-28Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)Ilya Etingof
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-29Prepare for 0.4.6Ilya Etingof
2018-12-29Release 0.4.5Ilya Etingof
2018-12-29Switch Travis to xenial just for Py3.7Ilya Etingof
2018-12-29Switch Travis to trustyIlya Etingof
2018-12-29Switch Travis to preciseIlya Etingof
2018-12-29Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof
2018-12-29Fix encoder debugging under Py2Ilya Etingof
2018-10-17Fix the entrypoint of asn1ate (#145)nde
2018-08-07Fix typo in example-use-case.rstIlya Etingof
2018-08-04Add more debug logging to *ER codecs (#139)Ilya Etingof
2018-08-03Refactor debug logging (#138)Ilya Etingof
2018-07-29Fix some typos and prepare for 0.4.5Ilya Etingof
2018-07-26Fix package versionIlya Etingof
2018-07-26Fix Travis build for Py3.7Ilya Etingof
2018-07-26Release 0.4.4Ilya Etingof
2018-07-24Fix Sequence/Set.prettyPrint crashIlya Etingof
2018-07-03Switch back to offical Python 3.7 buildIlya Etingof
2018-06-30Fix native encoder type map (#132)Ilya Etingof
2018-06-29switch back to 3.7-devIlya Etingof
2018-06-29Merge branch 'master' of github.com:etingof/pyasn1Ilya Etingof
2018-06-29bumped up to Python 3.7Ilya Etingof
2018-06-28bumped up to Python 3.7Ilya Etingof
2018-06-16Enable pip cache in Travis CI (#130)Jon Dufresne
2018-05-230.4.3Ilya Etingof
2018-05-23fix GenerlizedTime.asDateTime() operationIlya Etingof
2018-04-21Migrate to new PyPI websiteIlya Etingof