summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix `DeprecationWarning: __int__ returned non-int` on Py3HEADmasterIlya 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-58/+59
* Update FUNDING.ymlIlya Etingof2019-12-151-1/+1
* Update CHANGES.rstIlya Etingof2019-11-231-2/+2
* Make BER/CER/DER decodersstreaming and suspendible (#176)Ilya Etingof2019-11-2318-612/+1737
|\
| * Update CHANGES.rstIlya Etingof2019-11-231-1/+1
| * Merge branch 'master' into streamoptimum37Ilya Etingof2019-11-2346-515/+128
| |\ | |/ |/|
* | 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
| * Merge pull request #1 from janpipek/support-incomplete-substrateIlya Etingof2019-11-2318-917/+1637
| |\
| | * Pass `tagMap` and `typeMap` to decoder instanceIlya Etingof2019-11-166-32/+37
| | * Refactor codec classes linkageIlya Etingof2019-11-169-22/+34
| | * Fix streaming unit testIlya Etingof2019-11-151-1/+1
| | * Merge branch 'support-incomplete-substrate' of github.com:janpipek/pyasn1 int...Ilya Etingof2019-11-150-0/+0
| | |\
| | | * Fix Integer decoder to handle empty payloadIlya Etingof2019-11-071-3/+4
| | | * Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-10-039-20/+14
| | | * Add minor performance optimising changesIlya Etingof2019-10-012-4/+9
| | | * Optimize `streaming` objects access for performanceIlya Etingof2019-10-014-53/+53
| | | * Update `streaming.read` docstringIlya Etingof2019-10-011-1/+1
| | | * Update docstring on streaming.readIlya Etingof2019-10-011-1/+1
| | | * Refactor BER decoder into a suspendable coroutineIlya Etingof2019-09-2818-903/+1604
| | * | Fix Integer decoder to handle empty payloadIlya Etingof2019-11-151-3/+4
| | * | Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-11-159-20/+14
| | * | Add minor performance optimising changesIlya Etingof2019-11-152-4/+9
| | * | Optimize `streaming` objects access for performanceIlya Etingof2019-11-154-53/+53
| | * | 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-1518-902/+1605
| |/ /
| * | Merge branch 'streamoptimum37' of github.com:janpipek/pyasn1 into streamoptim...Ilya Etingof2019-11-150-0/+0
| |\ \ | | |/
| | * CachingStreamWrapperTestCaseJan Pipek2019-09-132-1/+52
| | * Simplify _CachingStreamWrapperJan Pipek2019-09-131-8/+17
| | * Hide other auxiliary functions.Jan Pipek2019-09-131-4/+4
| | * Address several pull requests comments + hide asSeekableStreamJan Pipek2019-09-134-46/+44
| | * Additional test on ZIP filesJan Pipek2019-09-101-0/+14
| | * Implement _CachedStreamWrapperJan Pipek2019-09-102-13/+66
| | * Docstrings in requested format.Jan Pipek2019-09-101-8/+38
| | * Trivial changes from the MR.Jan Pipek2019-09-101-3/+3
| | * Update tests with more streams for ber.decoderJan Pipek2019-09-101-2/+53
| | * UnsupportedSubstrateErrorJan Pipek2019-09-102-5/+12
| | * Fail with unseekable streams.Jan Pipek2019-09-101-5/+5
| | * API that work with pyasn1-modulesJan Pipek2019-09-063-9/+9
| | * Prepare for streamsJan Pipek2019-09-064-261/+452