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
/
pyasn1
/
codec
/
native
/
encoder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Advance copyright statement to year 2020
Ilya Etingof
2020-03-08
1
-1
/
+1
*
Merge branch 'master' into streamoptimum37
Ilya Etingof
2019-11-23
1
-7
/
+2
|
\
|
*
Drop support for EOL Pythons (#131)
Jon Dufresne
2019-11-16
1
-7
/
+2
*
|
Pass `tagMap` and `typeMap` to decoder instance
Ilya Etingof
2019-11-16
1
-7
/
+7
*
|
Refactor codec classes linkage
Ilya Etingof
2019-11-16
1
-4
/
+7
*
|
Reuse `SingleItemDecoder` object in `StreamingDecoder`
Ilya Etingof
2019-11-15
1
-3
/
+2
*
|
Refactor BER decoder into a suspendable coroutine
Ilya Etingof
2019-11-15
1
-13
/
+29
|
/
*
Add `isInconsistent` property hook to all constructed types (#170)
Ilya Etingof
2019-08-25
1
-2
/
+6
*
Add exception classes documentation
Ilya Etingof
2019-07-13
1
-1
/
+1
*
Release 0.4.5
v0.4.5
Ilya Etingof
2018-12-29
1
-1
/
+1
*
Refactor debug logging (#138)
Ilya Etingof
2018-08-03
1
-11
/
+8
*
Fix native encoder type map (#132)
Ilya Etingof
2018-06-30
1
-2
/
+28
*
copyright years extended
Ilya Etingof
2018-03-29
1
-1
/
+1
*
imports pep8'ed
Ilya Etingof
2017-11-23
1
-2
/
+7
*
Start `.prettyPrint` deprecation (#103)
Ilya Etingof
2017-11-19
1
-1
/
+1
*
migrated docs and references from sourceforge.net
Ilya Etingof
2017-11-14
1
-1
/
+1
*
added example code snippets to the docstrings (#101)
Ilya Etingof
2017-11-14
1
-0
/
+12
*
Ditched unnecessary .clone/.subtype overrides (#94)
Ilya Etingof
2017-10-19
1
-1
/
+1
*
avoid coping values when encoding explicit ASN.1 tags
Ilya Etingof
2017-09-10
1
-34
/
+22
*
codecs signatures unified and pass **options through
Ilya Etingof
2017-09-09
1
-18
/
+22
*
native encoder to handle SEQUENCE/SET objects w/o componentType
Ilya Etingof
2017-09-01
1
-1
/
+1
*
WIP: setup properties through metaclass
Ilya Etingof
2017-07-21
1
-1
/
+1
*
moved logger call into local scope in tight loops
Ilya Etingof
2017-05-11
1
-4
/
+9
*
.getComponent*() changed to lazily instantiate underlying type
Ilya Etingof
2017-03-12
1
-3
/
+3
*
tags-related getters refactored into descriptors/properties
Ilya Etingof
2017-03-07
1
-3
/
+3
*
__all__ added
Ilya Etingof
2017-02-18
1
-0
/
+2
*
python codec renamed into "native"
Ilya Etingof
2017-02-04
1
-0
/
+213