aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-21Fix `DeprecationWarning: __int__ returned non-int` on Py3upstream-masterIlya Etingof
2020-03-14Fix tox docs watningIlya Etingof
2020-03-14Fix tox deps inheritanceIlya Etingof
2020-03-14Run unittests from tox across many PythonsIlya Etingof
2020-03-08Add tox.ini with some basic runnersIlya Etingof
2020-03-08Advance copyright statement to year 2020Ilya Etingof
2019-12-15Update FUNDING.ymlIlya Etingof
2019-11-23Update CHANGES.rstIlya Etingof
2019-11-23Make BER/CER/DER decodersstreaming and suspendible (#176)Ilya Etingof
2019-11-23Update CHANGES.rstIlya Etingof
2019-11-23Merge branch 'master' into streamoptimum37Ilya Etingof
2019-11-23Merge pull request #1 from janpipek/support-incomplete-substrateIlya Etingof
2019-11-23Prepare to branch 0.4.xIlya Etingof
2019-11-17Add Py3.8 Travis jobIlya Etingof
2019-11-16Add support for Python 3.8, drop EOL 3.4 (#182)Hugo van Kemenade
2019-11-16Drop support for EOL Pythons (#131)Jon Dufresne
2019-11-16Prepare for 0.5.0Ilya Etingof
2019-11-16Release 0.4.8Ilya Etingof
2019-11-16Pass `tagMap` and `typeMap` to decoder instanceIlya Etingof
2019-11-16Refactor codec classes linkageIlya Etingof
2019-11-15Fix streaming unit testIlya Etingof
2019-11-15Merge branch 'support-incomplete-substrate' of github.com:janpipek/pyasn1 int...Ilya Etingof
2019-11-15Fix Integer decoder to handle empty payloadIlya Etingof
2019-11-15Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof
2019-11-15Add minor performance optimising changesIlya Etingof
2019-11-15Optimize `streaming` objects access for performanceIlya Etingof
2019-11-15Update `streaming.read` docstringIlya Etingof
2019-11-15Update docstring on streaming.readIlya Etingof
2019-11-15Refactor BER decoder into a suspendable coroutineIlya Etingof
2019-11-15Merge branch 'streamoptimum37' of github.com:janpipek/pyasn1 into streamoptim...Ilya Etingof
2019-11-15CachingStreamWrapperTestCaseJan Pipek
2019-11-15Simplify _CachingStreamWrapperJan Pipek
2019-11-15Hide other auxiliary functions.Jan Pipek
2019-11-15Address several pull requests comments + hide asSeekableStreamJan Pipek
2019-11-15Additional test on ZIP filesJan Pipek
2019-11-15Implement _CachedStreamWrapperJan Pipek
2019-11-15Docstrings in requested format.Jan Pipek
2019-11-15Trivial changes from the MR.Jan Pipek
2019-11-15Update tests with more streams for ber.decoderJan Pipek
2019-11-15UnsupportedSubstrateErrorJan Pipek
2019-11-15Fail with unseekable streams.Jan Pipek
2019-11-15API that work with pyasn1-modulesJan Pipek
2019-11-15Prepare for streamsJan Pipek
2019-11-07Fix Integer decoder to handle empty payloadIlya Etingof
2019-11-04Allow combining constraints operating on sets (#181)Ilya Etingof
2019-10-03Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof
2019-10-01Add minor performance optimising changesIlya Etingof
2019-10-01Optimize `streaming` objects access for performanceIlya Etingof
2019-10-01Update `streaming.read` docstringIlya Etingof
2019-10-01Update docstring on streaming.readIlya Etingof