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
/
CHANGES.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow combining constraints operating on sets (#181)
Ilya Etingof
2019-11-04
1
-1
/
+3
*
Prepare for 0.4.8
Ilya Etingof
2019-09-01
1
-0
/
+5
*
Release 0.4.7
v0.4.7
Ilya Etingof
2019-09-01
1
-1
/
+1
*
Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)
Ilya Etingof
2019-08-27
1
-0
/
+4
*
Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)
Ilya Etingof
2019-08-25
1
-0
/
+9
*
Add `isInconsistent` property hook to all constructed types (#170)
Ilya Etingof
2019-08-25
1
-1
/
+5
*
Prepare 0.4.7
Ilya Etingof
2019-08-13
1
-0
/
+5
*
Release 0.4.6
v0.4.6
Ilya Etingof
2019-07-31
1
-1
/
+1
*
Document base ASN.1 types
Ilya Etingof
2019-07-13
1
-1
/
+1
*
Add `SequenceOf`/`SetOf` list-like slicing support (#168)
Ilya Etingof
2019-07-12
1
-1
/
+2
*
Add `SET|SEQUENCE OF ANY` encoding support (#165)
Ilya Etingof
2019-07-06
1
-0
/
+1
*
Improve CER/DER encoding of GeneralizedTime (#164)
Ilya Etingof
2019-06-30
1
-0
/
+4
*
Rename pyasn1 unicode exceptions
Ilya Etingof
2019-06-29
1
-0
/
+3
*
Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)
Ilya Etingof
2019-06-28
1
-0
/
+2
*
SequenceOf/SetOf to remain a schema objects (#162)
Ilya Etingof
2019-06-23
1
-2
/
+25
*
Prepare for 0.4.6
Ilya Etingof
2018-12-29
1
-0
/
+5
*
Release 0.4.5
v0.4.5
Ilya Etingof
2018-12-29
1
-1
/
+2
*
Fix defaulted constructed SEQUENCE component initialization (#146)
Ilya Etingof
2018-12-29
1
-1
/
+2
*
Add more debug logging to *ER codecs (#139)
Ilya Etingof
2018-08-04
1
-0
/
+2
*
Refactor debug logging (#138)
Ilya Etingof
2018-08-03
1
-2
/
+5
*
Fix some typos and prepare for 0.4.5
Ilya Etingof
2018-07-29
1
-0
/
+5
*
Fix Travis build for Py3.7
Ilya Etingof
2018-07-26
1
-1
/
+1
*
Release 0.4.4
Ilya Etingof
2018-07-26
1
-1
/
+1
*
Fix Sequence/Set.prettyPrint crash
Ilya Etingof
2018-07-24
1
-0
/
+2
*
Fix native encoder type map (#132)
Ilya Etingof
2018-06-30
1
-0
/
+6
*
0.4.3
v0.4.3
Ilya Etingof
2018-05-23
1
-1
/
+1
*
fix GenerlizedTime.asDateTime() operation
Ilya Etingof
2018-05-23
1
-1
/
+3
*
copyright years extended
Ilya Etingof
2018-03-29
1
-0
/
+5
*
Prefer https:// URLs where available (#121)
Jon Dufresne
2018-03-21
1
-2
/
+2
*
Fixed bad TagSet initializer at OctetString encoder (#107)
v0.4.2
Ilya Etingof
2017-11-23
1
-0
/
+6
*
imports pep8'ed
Ilya Etingof
2017-11-23
1
-6
/
+7
*
Start `.prettyPrint` deprecation (#103)
Ilya Etingof
2017-11-19
1
-2
/
+8
*
__repr__() of ASN.1 types reworked for better readability (#102)
Ilya Etingof
2017-11-18
1
-0
/
+2
*
Add default to .getComponentBy*() (#100)
Ilya Etingof
2017-11-16
1
-0
/
+2
*
fixed Sequence/SequenceOf decoding heuristics
Ilya Etingof
2017-11-14
1
-2
/
+4
*
migrated docs and references from sourceforge.net
Ilya Etingof
2017-11-14
1
-0
/
+1
*
serialization -> serialisation nitpicks
Ilya Etingof
2017-11-14
1
-5
/
+5
*
Pickle protocol fixes (#99)
Ilya Etingof
2017-10-29
1
-0
/
+1
*
Constructed types schema inspection (#87)
Ilya Etingof
2017-10-19
1
-0
/
+3
*
fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)
Ilya Etingof
2017-10-17
1
-0
/
+2
*
fixed encoder not to omit empty substrate for simple types (#92)
Ilya Etingof
2017-10-17
1
-0
/
+3
*
Remove None initializer support (#91)
Ilya Etingof
2017-10-16
1
-1
/
+7
*
Docs rearrangement (#88)
Ilya Etingof
2017-10-11
1
-0
/
+1
*
Refactored ASN.1 codecs (#83)
Ilya Etingof
2017-10-04
1
-2
/
+4
*
fixed ASN.1 time types deepcopy/pickle operations
Ilya Etingof
2017-09-26
1
-0
/
+5
*
release 0.3.6
Ilya Etingof
2017-09-20
1
-1
/
+1
*
fixed crash on exp tagged Sequence component encoding (#79)
Ilya Etingof
2017-09-20
1
-0
/
+3
*
Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)
Ilya Etingof
2017-09-19
1
-0
/
+6
*
encoders refactored to take Python types + ASN.1 schema
Ilya Etingof
2017-09-17
1
-0
/
+2
*
Merge branch 'master' into open-types-support
open-types-support
Ilya Etingof
2017-09-17
1
-4
/
+8
|
\
[next]