summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * migrated docs and references from sourceforge.netIlya Etingof2017-11-1459-59/+60
| * serialization -> serialisation nitpicksIlya Etingof2017-11-1421-149/+149
| * added example code snippets to the docstrings (#101)Ilya Etingof2017-11-1421-38/+599
| * Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof2017-11-126-33/+33
| |\
| | * Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof2017-11-0915-120/+581
| | |\
| | * | reset unused Choice component to `noValue`, not `None`Ilya Etingof2017-11-091-1/+1
| | * | pep8 (stray spaces removed)Ilya Etingof2017-11-096-33/+33
| | * | fix to `any()` support detectionIlya Etingof2017-11-091-1/+1
| * | | minor logo changeIlya Etingof2017-10-291-1/+1
| | |/ | |/|
| * | Pickle protocol fixes (#99)Ilya Etingof2017-10-296-40/+372
| * | fixes to docs manifestIlya Etingof2017-10-282-4/+4
| * | fixes to travisIlya Etingof2017-10-261-2/+2
| * | fixes to Sphinx docs layoutIlya Etingof2017-10-268-76/+205
| * | fix to `any` function test on Py2.4Ilya Etingof2017-10-231-1/+1
| |/
| * minor tweaks of the docs themeIlya Etingof2017-10-221-11/+19
| * docs on constraints added (#97)Ilya Etingof2017-10-2212-27/+482
| * Add more content to docs (#96)Ilya Etingof2017-10-2158-57/+487
| * Constructed types schema inspection (#87)Ilya Etingof2017-10-193-11/+179
| * Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof2017-10-1912-492/+126
| |\
| | * Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-1912-496/+126
| * | legacy Asn1ItemBase.prettyPrinter() method removedIlya Etingof2017-10-191-4/+0
| |/
| * fix to Null decoder to initialize decoded value to ''Ilya Etingof2017-10-191-1/+1
| * fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof2017-10-175-5/+95
| * fixed encoder not to omit empty substrate for simple types (#92)Ilya Etingof2017-10-173-1/+71
| * Remove None initializer support (#91)Ilya Etingof2017-10-167-29/+54
| * `setupComponent()` legacy initializer removedIlya Etingof2017-10-111-18/+0
| * Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof2017-10-1173-2193/+226
| |\
| | * Docs rearrangement (#88)Ilya Etingof2017-10-1173-2193/+226
| * | do not attempt to decode optional open typesIlya Etingof2017-10-101-0/+6
| |/
| * Refactored ASN.1 codecs (#83)Ilya Etingof2017-10-048-93/+205
| * fixed ASN.1 time types deepcopy/pickle operationsIlya Etingof2017-09-263-2/+14
| * release 0.3.6Ilya Etingof2017-09-201-1/+1
| * fixed crash on exp tagged Sequence component encoding (#79)Ilya Etingof2017-09-203-3/+37
| * Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof2017-09-194-14/+164
| * OctetString and Any encoders save on ASN.1 schema instantiationIlya Etingof2017-09-171-14/+22
| * documented ASN.1 schema parameter to encodersIlya Etingof2017-09-173-6/+18
| * encoders refactored to take Python types + ASN.1 schemaIlya Etingof2017-09-177-139/+599
| * Merge branch 'master' into open-types-supportopen-types-supportIlya Etingof2017-09-1730-259/+479
| |\
| * | docs on OpenType addedIlya Etingof2017-09-144-1/+42
| * | Merge branch 'master' into open-types-supportIlya Etingof2017-09-145-65/+26
| |\ \
| * | | refactored OpenType() into a mutable objectIlya Etingof2017-09-134-60/+98
| * | | wrap open type blob on encoding if neededIlya Etingof2017-09-102-7/+26
| * | | debug flag 'none' addedIlya Etingof2017-09-101-0/+1
| * | | fixes to debug message interpolationIlya Etingof2017-09-102-2/+4
| * | | refer to open types by open types, not hole typesIlya Etingof2017-09-104-42/+38
| * | | fixes following bad mergeIlya Etingof2017-09-101-13/+0
| * | | Merge branch 'open-types-support' of github.com:etingof/pyasn1 into open-type...Ilya Etingof2017-09-101-0/+13
| |\ \ \
| | * \ \ Merge branch 'open-types-support' of github.com:etingof/pyasn1 into open-type...Ilya Etingof2017-09-072-0/+17
| | |\ \ \
| | | * \ \ Merge branch 'open-types-support' of github.com:etingof/pyasn1 into open-type...Ilya Etingof2017-08-291-1/+0
| | | |\ \ \
| | | | * \ \ Merge branch 'master' into open-types-supportIlya Etingof2017-07-2330-693/+965
| | | | |\ \ \