summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: better NoValue documentationnovalue-fixes-in-docsIlya Etingof2017-11-246-25/+71
* Fixed bad TagSet initializer at OctetString encoder (#107)v0.4.2Ilya Etingof2017-11-233-16/+49
* fixed opentype reference in Sphinx docIlya Etingof2017-11-231-1/+1
* fix to invoke potentially overridden OctetString.prettyOut()v0.4.1Ilya Etingof2017-11-232-5/+32
* imports pep8'edIlya Etingof2017-11-2334-70/+144
* relax open type field type check on assignment (#105)Ilya Etingof2017-11-237-15/+328
* cosmetic changes to Sequence.setComponentByPosition()Ilya Etingof2017-11-211-6/+16
* Merge branch 'devel-0.4.1'Ilya Etingof2017-11-19150-3523/+4374
|\
| * Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-1912-60/+70
| * __repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof2017-11-1811-161/+103
| * Add default to .getComponentBy*() (#100)Ilya Etingof2017-11-163-18/+140
| * fixed Sequence/SequenceOf decoding heuristicsIlya Etingof2017-11-142-6/+7
| * fixed openType decoding in indef modeIlya Etingof2017-11-141-1/+1
| * 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