summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed CER/DER codec for GeneralizedTime/UTCTimeIlya Etingof2017-07-273-43/+77
* missing .typeId added to some `useful` and `char` classesIlya Etingof2017-07-272-0/+17
* prepare for 0.3.2Ilya Etingof2017-07-272-1/+6
* 0.3.1 releasev0.3.1Ilya Etingof2017-07-261-1/+1
* fix to BitString.prettyOut()Ilya Etingof2017-07-261-1/+1
* fix to b2a_hex argument type on Py3.0/3.1Ilya Etingof2017-07-261-2/+2
* fix to integer/bytes codec on Py3.0/3.1Ilya Etingof2017-07-261-0/+3
* fix to make property.setter working on Py2.5-Ilya Etingof2017-07-261-4/+5
* Merge pull request #50 from etingof/kwargs-in-initIlya Etingof2017-07-237-334/+191
|\
| * ASN.1 types __init__(), .clone()/.subtype() refactored into kwargsIlya Etingof2017-07-237-334/+191
|/
* handle .readOnly() read racingIlya Etingof2017-07-221-1/+7
* Merge pull request #49 from etingof/dynamic-types-propertiesIlya Etingof2017-07-2212-333/+258
|\
| * SetOf/SequenceOf codec test cases addedIlya Etingof2017-07-223-12/+73
| * .namedValues refactored into a read-only attributeIlya Etingof2017-07-223-45/+43
| * .tagSet refactored into a read-only attributeIlya Etingof2017-07-223-59/+37
| * .subtypeSpec and .sizeSpec refactored into a read-only attributesIlya Etingof2017-07-224-63/+37
| * .componentType refactored into a read-only attributeIlya Etingof2017-07-226-147/+55
| * test case fix: do not initialize optional SEQUENCE fieldIlya Etingof2017-07-221-14/+20
|/
* Merge pull request #48 from etingof/py2.4-fixesIlya Etingof2017-07-227-26/+106
|\
| * fixed compat bin() for negativesIlya Etingof2017-07-221-1/+9
| * added missing callable() in Py 3.0-3.1Ilya Etingof2017-07-222-1/+24
| * missing str.partition and datime.strptime addedIlya Etingof2017-07-224-24/+73
|/
* Merge pull request #47 from etingof/component-type-as-a-property-fixesIlya Etingof2017-07-218-47/+177
|\
| * added static ASN.1 type defs testsIlya Etingof2017-07-211-17/+122
| * added portable metaclass implementationIlya Etingof2017-07-211-14/+12
| * WIP: setup properties through metaclassIlya Etingof2017-07-217-31/+58
|/
* Merge pull request #46 from etingof/component-type-as-a-propertyIlya Etingof2017-07-2110-96/+186
|\
| * SetOf/SequenceOf field type container implementedIlya Etingof2017-07-218-61/+77
| * WIP: SetOf/SequenceOf field type container first introducedIlya Etingof2017-07-206-22/+46
| * UnnamedType container first introducedIlya Etingof2017-07-204-13/+63
|/
* Merge pull request #45 from etingof/namedvals-as-a-propertyIlya Etingof2017-07-197-90/+258
|\
| * NamedValues refactored into a dict-like objectIlya Etingof2017-07-194-68/+167
| * updated docs on NamedValuesIlya Etingof2017-07-184-7/+32
| * WIP: various NamedValues improvementsIlya Etingof2017-07-183-31/+75
|/
* Real type infinity states refactored into properiesIlya Etingof2017-07-185-9/+25
* 0.3.1Ilya Etingof2017-07-182-6/+6
* Merge pull request #44 from etingof/useful-types-datetime-supportIlya Etingof2017-07-146-11/+277
|\
| * updated docs on time types and datetime conversionIlya Etingof2017-07-144-27/+77
| * WIP: adding docs on time typesIlya Etingof2017-07-142-1/+16
| * catch possibel fatetime formatting errorIlya Etingof2017-07-141-1/+5
| * time types <-> datetime conversion implementedIlya Etingof2017-07-144-17/+79
| * WIP: time types <-> datetimeIlya Etingof2017-07-132-9/+29
| * WIP: time objects / datetime adapter implementedIlya Etingof2017-07-132-9/+29
| * WIP: useful types tests addedIlya Etingof2017-07-131-0/+61
| * WIP: time objects / datetime adapter implementedIlya Etingof2017-07-121-2/+36
|/
* Merge pull request #41 from etingof/set-components-sortingIlya Etingof2017-07-116-21/+55
|\
| * Merge branch 'master' into set-components-sortingIlya Etingof2017-07-119-1/+247
| |\ | |/ |/|
* | Merge pull request #42 from etingof/compat-testsIlya Etingof2017-07-119-1/+247
|\ \
| * | fixed from_bytes() behaviour on empty inputIlya Etingof2017-07-113-3/+6
| * | unit tests added for "compat" sub-packageIlya Etingof2017-07-108-1/+244
|/ /