aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type/namedtype.py
AgeCommit message (Expand)Author
2019-07-13Remove Python `id` from `repr`Ilya Etingof
2019-07-13Add exception classes documentationIlya Etingof
2018-12-29Release 0.4.5Ilya Etingof
2018-07-29Fix some typos and prepare for 0.4.5Ilya Etingof
2018-03-29copyright years extendedIlya Etingof
2017-11-23imports pep8'edIlya Etingof
2017-11-18__repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof
2017-11-14migrated docs and references from sourceforge.netIlya Etingof
2017-11-14serialization -> serialisation nitpicksIlya Etingof
2017-11-14added example code snippets to the docstrings (#101)Ilya Etingof
2017-11-09pep8 (stray spaces removed)Ilya Etingof
2017-11-09fix to `any()` support detectionIlya Etingof
2017-09-13refactored OpenType() into a mutable objectIlya Etingof
2017-09-10refer to open types by open types, not hole typesIlya Etingof
2017-09-10fixes following bad mergeIlya Etingof
2017-09-10Merge branch 'open-types-support' of github.com:etingof/pyasn1 into open-type...Ilya Etingof
2017-09-10WIP: hole types implementationIlya Etingof
2017-09-10ANY DEFINED BY decoding implementedIlya Etingof
2017-09-10ANY DEFINED BY decoding implementedIlya Etingof
2017-09-07ANY DEFINED BY decoding implementedIlya Etingof
2017-08-31fixed stray duplicate tags detection at NamedTypes.tagMapIlya Etingof
2017-08-27fix to Py2.4/2.5 syntaxIlya Etingof
2017-08-25fix to exponential index growth at NamedTypesIlya Etingof
2017-08-22pre-compute NamedTypes fieldsIlya Etingof
2017-08-02account for postponed errors when computing type mapsIlya Etingof
2017-08-01fixed threading concurrency issuesIlya Etingof
2017-07-22.componentType refactored into a read-only attributeIlya Etingof
2017-07-21SetOf/SequenceOf field type container implementedIlya Etingof
2017-07-20WIP: SetOf/SequenceOf field type container first introducedIlya Etingof
2017-07-07.getMinTagSet() refactored into .minTagSet propertyIlya Etingof
2017-03-12.getComponent*() changed to lazily instantiate underlying typeIlya Etingof
2017-03-07tags-related getters refactored into descriptors/propertiesIlya Etingof
2017-03-05fix to wrong variable used in cacheIlya Etingof
2017-03-05Sequence/Set decoder optimized to save on reordered components computation wh...Ilya Etingof
2017-03-04NamedType family of classes overhauled, optimized and documentedIlya Etingof
2017-02-26some minor hotspots optimizationIlya Etingof
2017-02-26multiple minor optimizationsIlya Etingof
2017-02-18__all__ addedIlya Etingof
2017-02-02iterator protocol support added for all container typesIlya Etingof
2017-02-02__contains__() implementedIlya Etingof
2017-01-11e-mail changed, copyright extended to year 2017Ilya Etingof
2016-11-17fix to NamedTypes methods to handle .getTagMap() returning NoneIlya Etingof
2016-05-23Use new style classes, instead of an old onesSergey Matveev
2016-03-27mass pep8 reformattingIlya Etingof
2016-03-16pep8'edIlya Etingof
2015-12-29copyright dates bumpedelie
2015-11-15fixes to commentselie
2015-11-15copyright notice addedelie
2013-12-08NamedTypes() and NamedValues() made comparableelie
2013-12-08* constructed types can now be initialized with new .setComponents() methodelie