summaryrefslogtreecommitdiff
path: root/pyasn1
Commit message (Expand)AuthorAgeFilesLines
* Update `streaming.read` docstringIlya Etingof2019-11-151-1/+1
* Update docstring on streaming.readIlya Etingof2019-11-151-1/+1
* Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-1510-712/+1260
* CachingStreamWrapperTestCaseJan Pipek2019-11-151-1/+1
* Simplify _CachingStreamWrapperJan Pipek2019-11-151-8/+17
* Hide other auxiliary functions.Jan Pipek2019-11-151-4/+4
* Address several pull requests comments + hide asSeekableStreamJan Pipek2019-11-153-44/+42
* Implement _CachedStreamWrapperJan Pipek2019-11-151-7/+64
* Docstrings in requested format.Jan Pipek2019-11-151-8/+38
* Trivial changes from the MR.Jan Pipek2019-11-151-3/+3
* UnsupportedSubstrateErrorJan Pipek2019-11-152-5/+12
* Fail with unseekable streams.Jan Pipek2019-11-151-5/+5
* API that work with pyasn1-modulesJan Pipek2019-11-153-9/+9
* Prepare for streamsJan Pipek2019-11-153-180/+311
* Allow combining constraints operating on sets (#181)Ilya Etingof2019-11-041-28/+82
* Improve open maps debugging in decoderIlya Etingof2019-09-071-2/+30
* Prepare for 0.4.8Ilya Etingof2019-09-011-1/+1
* 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-256-10/+43
* Fix ConstraintsUnion docstringIlya Etingof2019-08-131-3/+3
* Prepare 0.4.7Ilya Etingof2019-08-131-1/+1
* 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-134-92/+173
* Fix Python builtins ReST references in docstringsIlya Etingof2019-07-134-65/+72
* Remove Python `id` from `repr`Ilya Etingof2019-07-136-23/+28
* Add exception classes documentationIlya Etingof2019-07-1312-33/+49
* Add docstring for `.reset()` and `.clear()` methodsIlya Etingof2019-07-131-0/+26
* 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-122-84/+72
* 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-063-38/+124
* Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof2019-06-301-21/+50
* Rename pyasn1 unicode exceptionsIlya Etingof2019-06-293-41/+58
* Add specific exceptions for String issues (#155)Alex Shafer2019-06-293-24/+52
* Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)Ilya Etingof2019-06-281-4/+24
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-234-59/+172
* Remove invalid escape sequences to get rid of DeprecationWarning in Python3. ...Harrison2019-06-202-6/+6
* Prepare for 0.4.6Ilya Etingof2018-12-291-1/+1
* Release 0.4.5v0.4.5Ilya Etingof2018-12-2928-28/+28
* Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof2018-12-291-1/+3
* Fix encoder debugging under Py2Ilya Etingof2018-12-291-3/+4
* Add more debug logging to *ER codecs (#139)Ilya Etingof2018-08-042-44/+359
* Refactor debug logging (#138)Ilya Etingof2018-08-035-90/+92
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-298-24/+28
* Fix package versionv0.4.4Ilya Etingof2018-07-261-1/+1