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