summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.3.2v0.3.2Ilya Etingof2017-08-041-1/+1
* Merge pull request #60 from etingof/sequence-of-to-accept-positionalIlya Etingof2017-08-023-0/+27
|\
| * fixed SequenceOf/SetOf initializers for backward compatibilityIlya Etingof2017-08-023-0/+27
|/
* Merge pull request #58 from etingof/concurrency-related-fixesIlya Etingof2017-08-028-119/+109
|\
| * OctetString.asNumbers caching removedIlya Etingof2017-08-023-12/+6
| * account for postponed errors when computing type mapsIlya Etingof2017-08-021-0/+4
| * more fixes to threading racingIlya Etingof2017-08-022-11/+3
| * fixed threading concurrency issuesIlya Etingof2017-08-015-98/+98
|/
* Merge pull request #57 from etingof/nested-optional-component-encoder-fix-twoIlya Etingof2017-07-315-64/+358
|\
| * Merge branch 'nested-optional-component-encoder-fix-two' of github.com:etingo...Ilya Etingof2017-07-314-37/+314
| |\
| | * more tests on optional nested sequence fieldIlya Etingof2017-07-312-7/+285
| | * better parameter name for encodersIlya Etingof2017-07-312-29/+29
| |/ |/|
| * added recusrive OPTIONAL field supportIlya Etingof2017-07-313-43/+60
|/
* .isValue fixed to return True for empty SetOf/SequenceOfIlya Etingof2017-07-302-3/+5
* various documentation fixesIlya Etingof2017-07-307-29/+49
* some more BitString/OctetString methods documentedIlya Etingof2017-07-303-3/+38
* minor PEP8 fixesIlya Etingof2017-07-301-9/+12
* fixed SetOf/SequenceOf printing and decoding crashIlya Etingof2017-07-302-5/+10
* Merge pull request #56 from etingof/nested-optional-component-encoder-fixIlya Etingof2017-07-307-17/+139
|\
| * Merge branch 'master' into nested-optional-component-encoder-fixIlya Etingof2017-07-307-120/+124
| |\ | |/ |/|
* | sphinx config updatesIlya Etingof2017-07-281-2/+2
* | better wording on ASN.1 types attributesIlya Etingof2017-07-282-38/+38
* | docs markup fixesIlya Etingof2017-07-285-80/+84
| * better nested optional SET/SEQUENCE supportIlya Etingof2017-07-303-35/+37
| * fixed nested optional SET/SEQUENCE at CER/DER codecIlya Etingof2017-07-295-12/+132
|/
* 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