summaryrefslogtreecommitdiff
path: root/pyasn1
Commit message (Expand)AuthorAgeFilesLines
...
* Rename pyasn1 unicode exceptionsIlya Etingof2019-06-293-41/+58
* Add specific exceptions for String issues (#155)Alex Shafer2019-06-293-24/+52
* Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)Ilya Etingof2019-06-281-4/+24
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-234-59/+172
* Remove invalid escape sequences to get rid of DeprecationWarning in Python3. ...Harrison2019-06-202-6/+6
* Prepare for 0.4.6Ilya Etingof2018-12-291-1/+1
* Release 0.4.5v0.4.5Ilya Etingof2018-12-2928-28/+28
* Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof2018-12-291-1/+3
* Fix encoder debugging under Py2Ilya Etingof2018-12-291-3/+4
* Add more debug logging to *ER codecs (#139)Ilya Etingof2018-08-042-44/+359
* Refactor debug logging (#138)Ilya Etingof2018-08-035-90/+92
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-298-24/+28
* Fix package versionv0.4.4Ilya Etingof2018-07-261-1/+1
* Fix Sequence/Set.prettyPrint crashIlya Etingof2018-07-241-1/+1
* Fix native encoder type map (#132)Ilya Etingof2018-06-301-2/+28
* fix GenerlizedTime.asDateTime() operationIlya Etingof2018-05-231-2/+2
* copyright years extendedIlya Etingof2018-03-2929-29/+29
* Prefer https:// URLs where available (#121)Jon Dufresne2018-03-213-3/+3
* NoValue.__repr__() should report object address in hexIlya Etingof2017-12-031-1/+1
* Fixed bad TagSet initializer at OctetString encoder (#107)v0.4.2Ilya Etingof2017-11-232-16/+43
* fix to invoke potentially overridden OctetString.prettyOut()v0.4.1Ilya Etingof2017-11-232-5/+32
* imports pep8'edIlya Etingof2017-11-2319-44/+93
* relax open type field type check on assignment (#105)Ilya Etingof2017-11-232-11/+4
* cosmetic changes to Sequence.setComponentByPosition()Ilya Etingof2017-11-211-6/+16
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-198-53/+53
* __repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof2017-11-187-110/+79
* Add default to .getComponentBy*() (#100)Ilya Etingof2017-11-161-18/+67
* fixed Sequence/SequenceOf decoding heuristicsIlya Etingof2017-11-141-4/+3
* fixed openType decoding in indef modeIlya Etingof2017-11-141-1/+1
* migrated docs and references from sourceforge.netIlya Etingof2017-11-1428-28/+28
* serialization -> serialisation nitpicksIlya Etingof2017-11-145-13/+13
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-1414-29/+545
* Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof2017-11-092-40/+63
|\
| * Pickle protocol fixes (#99)Ilya Etingof2017-10-292-40/+63
| * fix to `any` function test on Py2.4Ilya Etingof2017-10-231-1/+1
* | 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
|/
* docs on constraints added (#97)Ilya Etingof2017-10-221-21/+314
* Add more content to docs (#96)Ilya Etingof2017-10-2111-47/+87
* Constructed types schema inspection (#87)Ilya Etingof2017-10-191-11/+103
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-1912-496/+126
* 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-172-2/+3
* fixed encoder not to omit empty substrate for simple types (#92)Ilya Etingof2017-10-171-1/+1
* Remove None initializer support (#91)Ilya Etingof2017-10-163-20/+19
* `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-115-95/+105
|\
| * Docs rearrangement (#88)Ilya Etingof2017-10-115-95/+105
* | do not attempt to decode optional open typesIlya Etingof2017-10-101-0/+6
|/