index
:
delta/python-packages/pyasn1-git.git
add-consistency-check-hook
add-except-clause-support
add-more-debug-logging
add-set-of-any-support
add-unittest-assertion
add-with-components-constraint
codecs-produce-python-builtins
deprecate-size-spec
fix-cer-der-tagged-any
fix-constructed-default
fix-dump-raw-value
fix-generalized-time-encoding
fix-setof-slicing
improve-open-type-docs
master
novalue-fixes-in-docs
open-types-support
release-0.4.9
self-referencing-types
sequenceof-to-remain-schema
github.com: etingof/pyasn1.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
codec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Advance copyright statement to year 2020
Ilya Etingof
2020-03-08
13
-13
/
+13
*
Merge branch 'master' into streamoptimum37
Ilya Etingof
2019-11-23
13
-84
/
+25
|
\
|
*
Add support for Python 3.8, drop EOL 3.4 (#182)
Hugo van Kemenade
2019-11-16
1
-1
/
+1
|
*
Drop support for EOL Pythons (#131)
Jon Dufresne
2019-11-16
13
-85
/
+25
*
|
Pass `tagMap` and `typeMap` to decoder instance
Ilya Etingof
2019-11-16
1
-1
/
+2
*
|
Refactor codec classes linkage
Ilya Etingof
2019-11-16
1
-1
/
+1
*
|
Fix streaming unit test
Ilya Etingof
2019-11-15
1
-1
/
+1
*
|
Reuse `SingleItemDecoder` object in `StreamingDecoder`
Ilya Etingof
2019-11-15
1
-2
/
+2
*
|
Optimize `streaming` objects access for performance
Ilya Etingof
2019-11-15
1
-12
/
+12
*
|
Refactor BER decoder into a suspendable coroutine
Ilya Etingof
2019-11-15
6
-189
/
+323
*
|
CachingStreamWrapperTestCase
Jan Pipek
2019-11-15
1
-0
/
+51
*
|
Address several pull requests comments + hide asSeekableStream
Jan Pipek
2019-11-15
1
-2
/
+2
*
|
Additional test on ZIP files
Jan Pipek
2019-11-15
1
-0
/
+14
*
|
Implement _CachedStreamWrapper
Jan Pipek
2019-11-15
1
-6
/
+2
*
|
Update tests with more streams for ber.decoder
Jan Pipek
2019-11-15
1
-2
/
+53
*
|
Prepare for streams
Jan Pipek
2019-11-15
1
-81
/
+141
|
/
*
Fix for Python 4 (#173)
Hugo van Kemenade
2019-08-27
2
-9
/
+9
*
Fix CER/DER encoders to respect open types (#167)
Ilya Etingof
2019-07-12
6
-40
/
+1093
*
Add `SET|SEQUENCE OF ANY` encoding support (#165)
Ilya Etingof
2019-07-06
2
-8
/
+285
*
Improve CER/DER encoding of GeneralizedTime (#164)
Ilya Etingof
2019-06-30
1
-2
/
+22
*
Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)
Ilya Etingof
2019-06-28
1
-0
/
+32
*
SequenceOf/SetOf to remain a schema objects (#162)
Ilya Etingof
2019-06-23
2
-0
/
+4
*
Release 0.4.5
v0.4.5
Ilya Etingof
2018-12-29
13
-13
/
+13
*
Fix some typos and prepare for 0.4.5
Ilya Etingof
2018-07-29
2
-10
/
+10
*
copyright years extended
Ilya Etingof
2018-03-29
13
-13
/
+13
*
Prefer https:// URLs where available (#121)
Jon Dufresne
2018-03-21
1
-1
/
+1
*
imports pep8'ed
Ilya Etingof
2017-11-23
7
-7
/
+29
*
relax open type field type check on assignment (#105)
Ilya Etingof
2017-11-23
2
-3
/
+206
*
migrated docs and references from sourceforge.net
Ilya Etingof
2017-11-14
13
-13
/
+13
*
fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)
Ilya Etingof
2017-10-17
2
-3
/
+90
*
fixed encoder not to omit empty substrate for simple types (#92)
Ilya Etingof
2017-10-17
1
-0
/
+67
*
Remove None initializer support (#91)
Ilya Etingof
2017-10-16
2
-6
/
+6
*
Refactored ASN.1 codecs (#83)
Ilya Etingof
2017-10-04
2
-7
/
+25
*
fixed crash on exp tagged Sequence component encoding (#79)
Ilya Etingof
2017-09-20
1
-0
/
+20
*
encoders refactored to take Python types + ASN.1 schema
Ilya Etingof
2017-09-17
1
-0
/
+297
*
Merge branch 'master' into open-types-support
open-types-support
Ilya Etingof
2017-09-17
8
-145
/
+233
|
\
|
*
wrong inheritance in test fixed
v0.3.5
Ilya Etingof
2017-09-17
1
-1
/
+1
|
*
run unit tests with full debugging enabled (and ignored)
Ilya Etingof
2017-09-15
8
-143
/
+231
*
|
Merge branch 'master' into open-types-support
Ilya Etingof
2017-09-14
1
-13
/
+10
|
\
\
|
|
/
|
*
ASN.1 codecs to silently enforce proper length/chunk modes
Ilya Etingof
2017-09-13
1
-13
/
+10
*
|
refactored OpenType() into a mutable object
Ilya Etingof
2017-09-13
1
-7
/
+7
*
|
refer to open types by open types, not hole types
Ilya Etingof
2017-09-10
1
-29
/
+25
*
|
WIP: hole types implementation
Ilya Etingof
2017-09-10
1
-2
/
+55
|
/
*
WIP: avoid coping values when encoding explicit ASN.1 tags
Ilya Etingof
2017-09-09
1
-2
/
+26
*
fix to get explicit tags from substrate to the recovered ASN.1 object
Ilya Etingof
2017-09-03
1
-16
/
+142
*
fixed crash at SEQUENCE/OF encoder, schemaless mode
Ilya Etingof
2017-08-29
3
-79
/
+466
*
added tests on reordered SET serialisation
Ilya Etingof
2017-08-26
1
-0
/
+12
*
added tests on constructed types BER en/decoding
Ilya Etingof
2017-08-24
2
-4
/
+429
*
at decoder, do not unconditionally cast substrate into bytes/str
Ilya Etingof
2017-08-22
1
-0
/
+24
*
fix to SetOf components ordering at DER/CER encoder
Ilya Etingof
2017-08-05
2
-0
/
+65
[next]