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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed CER/DER codec for GeneralizedTime/UTCTime
Ilya Etingof
2017-07-27
3
-43
/
+77
*
missing .typeId added to some `useful` and `char` classes
Ilya Etingof
2017-07-27
2
-0
/
+17
*
prepare for 0.3.2
Ilya Etingof
2017-07-27
2
-1
/
+6
*
0.3.1 release
v0.3.1
Ilya Etingof
2017-07-26
1
-1
/
+1
*
fix to BitString.prettyOut()
Ilya Etingof
2017-07-26
1
-1
/
+1
*
fix to b2a_hex argument type on Py3.0/3.1
Ilya Etingof
2017-07-26
1
-2
/
+2
*
fix to integer/bytes codec on Py3.0/3.1
Ilya Etingof
2017-07-26
1
-0
/
+3
*
fix to make property.setter working on Py2.5-
Ilya Etingof
2017-07-26
1
-4
/
+5
*
Merge pull request #50 from etingof/kwargs-in-init
Ilya Etingof
2017-07-23
7
-334
/
+191
|
\
|
*
ASN.1 types __init__(), .clone()/.subtype() refactored into kwargs
Ilya Etingof
2017-07-23
7
-334
/
+191
|
/
*
handle .readOnly() read racing
Ilya Etingof
2017-07-22
1
-1
/
+7
*
Merge pull request #49 from etingof/dynamic-types-properties
Ilya Etingof
2017-07-22
12
-333
/
+258
|
\
|
*
SetOf/SequenceOf codec test cases added
Ilya Etingof
2017-07-22
3
-12
/
+73
|
*
.namedValues refactored into a read-only attribute
Ilya Etingof
2017-07-22
3
-45
/
+43
|
*
.tagSet refactored into a read-only attribute
Ilya Etingof
2017-07-22
3
-59
/
+37
|
*
.subtypeSpec and .sizeSpec refactored into a read-only attributes
Ilya Etingof
2017-07-22
4
-63
/
+37
|
*
.componentType refactored into a read-only attribute
Ilya Etingof
2017-07-22
6
-147
/
+55
|
*
test case fix: do not initialize optional SEQUENCE field
Ilya Etingof
2017-07-22
1
-14
/
+20
|
/
*
Merge pull request #48 from etingof/py2.4-fixes
Ilya Etingof
2017-07-22
7
-26
/
+106
|
\
|
*
fixed compat bin() for negatives
Ilya Etingof
2017-07-22
1
-1
/
+9
|
*
added missing callable() in Py 3.0-3.1
Ilya Etingof
2017-07-22
2
-1
/
+24
|
*
missing str.partition and datime.strptime added
Ilya Etingof
2017-07-22
4
-24
/
+73
|
/
*
Merge pull request #47 from etingof/component-type-as-a-property-fixes
Ilya Etingof
2017-07-21
8
-47
/
+177
|
\
|
*
added static ASN.1 type defs tests
Ilya Etingof
2017-07-21
1
-17
/
+122
|
*
added portable metaclass implementation
Ilya Etingof
2017-07-21
1
-14
/
+12
|
*
WIP: setup properties through metaclass
Ilya Etingof
2017-07-21
7
-31
/
+58
|
/
*
Merge pull request #46 from etingof/component-type-as-a-property
Ilya Etingof
2017-07-21
10
-96
/
+186
|
\
|
*
SetOf/SequenceOf field type container implemented
Ilya Etingof
2017-07-21
8
-61
/
+77
|
*
WIP: SetOf/SequenceOf field type container first introduced
Ilya Etingof
2017-07-20
6
-22
/
+46
|
*
UnnamedType container first introduced
Ilya Etingof
2017-07-20
4
-13
/
+63
|
/
*
Merge pull request #45 from etingof/namedvals-as-a-property
Ilya Etingof
2017-07-19
7
-90
/
+258
|
\
|
*
NamedValues refactored into a dict-like object
Ilya Etingof
2017-07-19
4
-68
/
+167
|
*
updated docs on NamedValues
Ilya Etingof
2017-07-18
4
-7
/
+32
|
*
WIP: various NamedValues improvements
Ilya Etingof
2017-07-18
3
-31
/
+75
|
/
*
Real type infinity states refactored into properies
Ilya Etingof
2017-07-18
5
-9
/
+25
*
0.3.1
Ilya Etingof
2017-07-18
2
-6
/
+6
*
Merge pull request #44 from etingof/useful-types-datetime-support
Ilya Etingof
2017-07-14
6
-11
/
+277
|
\
|
*
updated docs on time types and datetime conversion
Ilya Etingof
2017-07-14
4
-27
/
+77
|
*
WIP: adding docs on time types
Ilya Etingof
2017-07-14
2
-1
/
+16
|
*
catch possibel fatetime formatting error
Ilya Etingof
2017-07-14
1
-1
/
+5
|
*
time types <-> datetime conversion implemented
Ilya Etingof
2017-07-14
4
-17
/
+79
|
*
WIP: time types <-> datetime
Ilya Etingof
2017-07-13
2
-9
/
+29
|
*
WIP: time objects / datetime adapter implemented
Ilya Etingof
2017-07-13
2
-9
/
+29
|
*
WIP: useful types tests added
Ilya Etingof
2017-07-13
1
-0
/
+61
|
*
WIP: time objects / datetime adapter implemented
Ilya Etingof
2017-07-12
1
-2
/
+36
|
/
*
Merge pull request #41 from etingof/set-components-sorting
Ilya Etingof
2017-07-11
6
-21
/
+55
|
\
|
*
Merge branch 'master' into set-components-sorting
Ilya Etingof
2017-07-11
9
-1
/
+247
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #42 from etingof/compat-tests
Ilya Etingof
2017-07-11
9
-1
/
+247
|
\
\
|
*
|
fixed from_bytes() behaviour on empty input
Ilya Etingof
2017-07-11
3
-3
/
+6
|
*
|
unit tests added for "compat" sub-package
Ilya Etingof
2017-07-10
8
-1
/
+244
|
/
/
[next]