aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type/namedtype.py
AgeCommit message (Expand)Author
2017-10-23fix to `any` function test on Py2.4Ilya 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
2013-05-30* Fix to SEQUENCE and SET types to give them their private componentTypeselie
2012-05-07% args formatting improvedelie
2011-11-08exlicit repr() calls replaced with '%r'elie
2011-10-02fix to use sys.version_info, not sys.versionelie
2011-10-02support both __nonzero__() and __bool__() methods (py3k style)elie
2011-10-02dictionary operations made py3k-compatibleelie
2011-10-01got rid from apply() and clasic divisionelie
2011-02-17a bunch of changes related to Any type support re-implementationelie
2011-01-18replace dict.get() and dict.has_key() with k in dict syntaxelie
2011-01-18cache the length of NamedTypes sequenceelie
2005-06-16don't use bool() for python2.0 compatibilityelie