summaryrefslogtreecommitdiff
path: root/pyasn1
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-0824-24/+24
* Merge branch 'master' into streamoptimum37Ilya Etingof2019-11-2311-188/+46
|\
| * Prepare to branch 0.4.xIlya Etingof2019-11-231-1/+1
| * Add support for Python 3.8, drop EOL 3.4 (#182)Hugo van Kemenade2019-11-161-4/+1
| * Drop support for EOL Pythons (#131)Jon Dufresne2019-11-1611-183/+44
| * Prepare for 0.5.0Ilya Etingof2019-11-161-1/+1
* | Pass `tagMap` and `typeMap` to decoder instanceIlya Etingof2019-11-164-31/+32
* | Refactor codec classes linkageIlya Etingof2019-11-168-21/+33
* | Fix Integer decoder to handle empty payloadIlya Etingof2019-11-151-3/+4
* | Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-11-158-18/+12
* | Add minor performance optimising changesIlya Etingof2019-11-152-4/+9
* | Optimize `streaming` objects access for performanceIlya Etingof2019-11-153-41/+41
* | 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