1. db8f1a7 Fix `DeprecationWarning: __int__ returned non-int` on Py3 by Ilya Etingof · 4 years, 5 months ago master
  2. 9d70fb1 Fix tox docs watning by Ilya Etingof · 4 years, 5 months ago
  3. 74978b7 Fix tox deps inheritance by Ilya Etingof · 4 years, 5 months ago
  4. 0421ec9 Run unittests from tox across many Pythons by Ilya Etingof · 4 years, 5 months ago
  5. 4078c15 Add tox.ini with some basic runners by Ilya Etingof · 4 years, 5 months ago
  6. acb7829 Advance copyright statement to year 2020 by Ilya Etingof · 4 years, 5 months ago
  7. 1de0d16 Update FUNDING.yml by Ilya Etingof · 4 years, 8 months ago
  8. 6bb6e5b Update CHANGES.rst by Ilya Etingof · 4 years, 8 months ago
  9. 96b0a77 Make BER/CER/DER decodersstreaming and suspendible (#176) by Ilya Etingof · 4 years, 8 months ago
  10. cda318a Update CHANGES.rst by Ilya Etingof · 4 years, 8 months ago
  11. 2b646e0 Merge branch 'master' into streamoptimum37 by Ilya Etingof · 4 years, 8 months ago
  12. 788af3c Merge pull request #1 from janpipek/support-incomplete-substrate by Ilya Etingof · 4 years, 8 months ago
  13. f10434e Prepare to branch 0.4.x by Ilya Etingof · 4 years, 8 months ago
  14. a867de4 Add Py3.8 Travis job by Ilya Etingof · 4 years, 9 months ago
  15. fcf7c50 Add support for Python 3.8, drop EOL 3.4 (#182) by Hugo van Kemenade · 4 years, 9 months ago
  16. a7d2ac0 Drop support for EOL Pythons (#131) by Jon Dufresne · 4 years, 9 months ago
  17. e51d6f5 Prepare for 0.5.0 by Ilya Etingof · 4 years, 9 months ago
  18. 70c1bbd Release 0.4.8 by Ilya Etingof · 4 years, 9 months ago v0.4.8
  19. 317452b Pass `tagMap` and `typeMap` to decoder instance by Ilya Etingof · 4 years, 9 months ago
  20. 8393983 Refactor codec classes linkage by Ilya Etingof · 4 years, 9 months ago
  21. 3e802d7 Fix streaming unit test by Ilya Etingof · 4 years, 9 months ago
  22. f0c228e Merge branch 'support-incomplete-substrate' of github.com:janpipek/pyasn1 into support-incomplete-substrate by Ilya Etingof · 4 years, 9 months ago
  23. 3318f76 Fix Integer decoder to handle empty payload by Ilya Etingof · 4 years, 9 months ago
  24. 3fb3fcf Reuse `SingleItemDecoder` object in `StreamingDecoder` by Ilya Etingof · 4 years, 10 months ago
  25. b75800d Add minor performance optimising changes by Ilya Etingof · 4 years, 10 months ago
  26. 5283ebb Optimize `streaming` objects access for performance by Ilya Etingof · 4 years, 10 months ago
  27. 831e97a Update `streaming.read` docstring by Ilya Etingof · 4 years, 10 months ago
  28. 2e6e1ab Update docstring on streaming.read by Ilya Etingof · 4 years, 10 months ago
  29. 93e11a2 Refactor BER decoder into a suspendable coroutine by Ilya Etingof · 4 years, 11 months ago
  30. fdd0bd6 Merge branch 'streamoptimum37' of github.com:janpipek/pyasn1 into streamoptimum37 by Ilya Etingof · 4 years, 9 months ago
  31. 6ba15da CachingStreamWrapperTestCase by Jan Pipek · 5 years ago
  32. 14a4b3c Simplify _CachingStreamWrapper by Jan Pipek · 5 years ago
  33. 21eb530 Hide other auxiliary functions. by Jan Pipek · 5 years ago
  34. c547dde Address several pull requests comments + hide asSeekableStream by Jan Pipek · 5 years ago
  35. 8446ab5 Additional test on ZIP files by Jan Pipek · 5 years ago
  36. e279319 Implement _CachedStreamWrapper by Jan Pipek · 5 years ago
  37. 21b4e64 Docstrings in requested format. by Jan Pipek · 5 years ago
  38. 3c5ebb9 Trivial changes from the MR. by Jan Pipek · 5 years ago
  39. 3cf920d Update tests with more streams for ber.decoder by Jan Pipek · 5 years ago
  40. 0005c88 UnsupportedSubstrateError by Jan Pipek · 5 years ago
  41. 5522ba4 Fail with unseekable streams. by Jan Pipek · 5 years ago
  42. acc422a API that work with pyasn1-modules by Jan Pipek · 5 years ago
  43. 7bdade5 Prepare for streams by Jan Pipek · 5 years ago
  44. 0935069 Fix Integer decoder to handle empty payload by Ilya Etingof · 4 years, 9 months ago
  45. c42c23e Allow combining constraints operating on sets (#181) by Ilya Etingof · 4 years, 9 months ago
  46. 0261649 Reuse `SingleItemDecoder` object in `StreamingDecoder` by Ilya Etingof · 4 years, 10 months ago
  47. 2aa38f0 Add minor performance optimising changes by Ilya Etingof · 4 years, 10 months ago
  48. cbd65b0 Optimize `streaming` objects access for performance by Ilya Etingof · 4 years, 10 months ago
  49. 904ad0a Update `streaming.read` docstring by Ilya Etingof · 4 years, 10 months ago
  50. 5e5cd76 Update docstring on streaming.read by Ilya Etingof · 4 years, 10 months ago
  51. 4f644c5 Refactor BER decoder into a suspendable coroutine by Ilya Etingof · 4 years, 11 months ago
  52. 4d7d553 CachingStreamWrapperTestCase by Jan Pipek · 5 years ago
  53. ec49b52 Simplify _CachingStreamWrapper by Jan Pipek · 5 years ago
  54. 0fbc60e Hide other auxiliary functions. by Jan Pipek · 5 years ago
  55. 4b52340 Address several pull requests comments + hide asSeekableStream by Jan Pipek · 5 years ago
  56. 40d5a7f Fix failing `OctetString` to unicode conversion tests on Py2 by Ilya Etingof · 5 years ago
  57. 85b6687 Additional test on ZIP files by Jan Pipek · 5 years ago
  58. e27f971 Implement _CachedStreamWrapper by Jan Pipek · 5 years ago
  59. 043d97d Docstrings in requested format. by Jan Pipek · 5 years ago
  60. 56f33ff Trivial changes from the MR. by Jan Pipek · 5 years ago
  61. a462fec Update tests with more streams for ber.decoder by Jan Pipek · 5 years ago
  62. 6e0186a UnsupportedSubstrateError by Jan Pipek · 5 years ago
  63. 545b1b4 Fail with unseekable streams. by Jan Pipek · 5 years ago
  64. bac135a Improve open maps debugging in decoder by Ilya Etingof · 5 years ago
  65. 0758362 API that work with pyasn1-modules by Jan Pipek · 5 years ago
  66. e82afba Prepare for streams by Jan Pipek · 5 years ago
  67. aa5eb55 Prepare for 0.4.8 by Ilya Etingof · 5 years ago
  68. 771aa24 Release 0.4.7 by Ilya Etingof · 5 years ago v0.4.7
  69. 3cae125 Add an afterthought on WITH COMPONENTS constraint by Ilya Etingof · 5 years ago
  70. d0b7f2e Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171) by Ilya Etingof · 5 years ago
  71. 7214dca Fix for Python 4 (#173) by Hugo van Kemenade · 5 years ago
  72. 41ce2e5 Deprecate `sizeSpec` in favor of `subtypeSpec` (#172) by Ilya Etingof · 5 years ago
  73. 66afc89 Add `isInconsistent` property hook to all constructed types (#170) by Ilya Etingof · 5 years ago
  74. ec580e5 Fix ConstraintsUnion docstring by Ilya Etingof · 5 years ago
  75. d87d4db Prepare 0.4.7 by Ilya Etingof · 5 years ago
  76. bb6b6e2 Release 0.4.6 by Ilya Etingof · 5 years ago v0.4.6
  77. fb824be Fix failing unit tests on Py25 by Ilya Etingof · 5 years ago
  78. fc10c68 Remove a couple of `except as` statements to benefit old Pythons by Ilya Etingof · 5 years ago
  79. 2f7535c Document base ASN.1 types by Ilya Etingof · 5 years ago
  80. 1897482 Fix Python builtins ReST references in docstrings by Ilya Etingof · 5 years ago
  81. bc6cc03 Fix Travis docs build on Python 3.4+ by Ilya Etingof · 5 years ago
  82. 5a5e096 Remove Python `id` from `repr` by Ilya Etingof · 5 years ago
  83. 2d32a37 Enable docs build in Travis by Ilya Etingof · 5 years ago
  84. e1500c6 Add exception classes documentation by Ilya Etingof · 5 years ago
  85. 4b24fcb Add docstring for `.reset()` and `.clear()` methods by Ilya Etingof · 5 years ago
  86. bce62d5 Fix to pass decoder `options` to open type decoder by Ilya Etingof · 5 years ago
  87. 62efcb9 Fix CER/DER encoders to respect open types (#167) by Ilya Etingof · 5 years ago
  88. 7b3f79c Add `SequenceOf`/`SetOf` list-like slicing support (#168) by Ilya Etingof · 5 years ago
  89. cf9b3f5 Add more docs on `OpenType` (#166) by Ilya Etingof · 5 years ago
  90. 954629f Update FUNDING.yml by Ilya Etingof · 5 years ago
  91. b5e2eeb Add `SET|SEQUENCE OF ANY` encoding support (#165) by Ilya Etingof · 5 years ago
  92. ba30269 Add GitHub funding button by Ilya Etingof · 5 years ago
  93. dd6640a Improve CER/DER encoding of GeneralizedTime (#164) by Ilya Etingof · 5 years ago
  94. 4a9abf7 Rename pyasn1 unicode exceptions by Ilya Etingof · 5 years ago
  95. fe2725f Add specific exceptions for String issues (#155) by Alex Shafer · 5 years ago
  96. adf4c5b Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152) by Ilya Etingof · 5 years ago
  97. 66d329a SequenceOf/SetOf to remain a schema objects (#162) by Ilya Etingof · 5 years ago
  98. b028644 Remove invalid escape sequences to get rid of DeprecationWarning in Python3. (#161) by Harrison · 5 years ago
  99. 25cf116 Prepare for 0.4.6 by Ilya Etingof · 6 years ago
  100. df6fc9a Release 0.4.5 by Ilya Etingof · 6 years ago v0.4.5