summaryrefslogtreecommitdiff
path: root/pyasn1/type/base.py
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-1/+1
* Drop support for EOL Pythons (#131)Jon Dufresne2019-11-161-27/+26
* Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)Ilya Etingof2019-08-271-18/+0
* Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)Ilya Etingof2019-08-251-4/+27
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-251-2/+21
* Document base ASN.1 typesIlya Etingof2019-07-131-10/+54
* Fix Python builtins ReST references in docstringsIlya Etingof2019-07-131-10/+11
* Remove Python `id` from `repr`Ilya Etingof2019-07-131-10/+9
* Add more docs on `OpenType` (#166)Ilya Etingof2019-07-091-6/+5
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-231-17/+14
* Release 0.4.5v0.4.5Ilya Etingof2018-12-291-1/+1
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-291-6/+6
* copyright years extendedIlya Etingof2018-03-291-1/+1
* NoValue.__repr__() should report object address in hexIlya Etingof2017-12-031-1/+1
* imports pep8'edIlya Etingof2017-11-231-2/+5
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-191-17/+13
* __repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof2017-11-181-24/+27
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-1/+1
* serialization -> serialisation nitpicksIlya Etingof2017-11-141-1/+1
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-141-4/+4
* Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof2017-11-091-3/+25
|\
| * Pickle protocol fixes (#99)Ilya Etingof2017-10-291-3/+25
* | pep8 (stray spaces removed)Ilya Etingof2017-11-091-7/+7
|/
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-191-72/+97
* Remove None initializer support (#91)Ilya Etingof2017-10-161-7/+8
* `setupComponent()` legacy initializer removedIlya Etingof2017-10-111-18/+0
* Docs rearrangement (#88)Ilya Etingof2017-10-111-25/+35
* Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof2017-09-191-6/+0
* fix to get explicit tags from substrate to the recovered ASN.1 objectIlya Etingof2017-09-031-1/+1
* more efficient constructed types initializationIlya Etingof2017-08-221-4/+6
* ASN.1 types instantiation performance improvedIlya Etingof2017-08-211-83/+49
* more fixes to threading racingIlya Etingof2017-08-021-10/+2
* various documentation fixesIlya Etingof2017-07-301-6/+11
* fix to make property.setter working on Py2.5-Ilya Etingof2017-07-261-4/+5
* ASN.1 types __init__(), .clone()/.subtype() refactored into kwargsIlya Etingof2017-07-231-84/+84
* handle .readOnly() read racingIlya Etingof2017-07-221-1/+7
* .namedValues refactored into a read-only attributeIlya Etingof2017-07-221-5/+25
* .tagSet refactored into a read-only attributeIlya Etingof2017-07-221-20/+18
* .subtypeSpec and .sizeSpec refactored into a read-only attributesIlya Etingof2017-07-221-25/+22
* .componentType refactored into a read-only attributeIlya Etingof2017-07-221-8/+15
* added missing callable() in Py 3.0-3.1Ilya Etingof2017-07-221-1/+5
* WIP: setup properties through metaclassIlya Etingof2017-07-211-10/+9
* SetOf/SequenceOf field type container implementedIlya Etingof2017-07-211-8/+0
* WIP: SetOf/SequenceOf field type container first introducedIlya Etingof2017-07-201-3/+3
* UnnamedType container first introducedIlya Etingof2017-07-201-4/+8
* deprecated .hasValue() is now supported by Constructed objectsIlya Etingof2017-04-091-6/+3
* cache Any.tagMap dictIlya Etingof2017-04-061-1/+6
* .getComponent*() changed to lazily instantiate underlying typeIlya Etingof2017-03-121-2/+1
* faster decoders lookup by setting typeId to every ASN.1 typeIlya Etingof2017-03-101-2/+8
* subtypeSpec refactored into a propertyIlya Etingof2017-03-071-21/+24