aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type/namedval.py
AgeCommit message (Expand)Author
2019-07-13Remove Python `id` from `repr`Ilya Etingof
2019-06-20Remove invalid escape sequences to get rid of DeprecationWarning in Python3. ...Harrison
2018-12-29Release 0.4.5Ilya Etingof
2018-03-29copyright years extendedIlya 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-09pep8 (stray spaces removed)Ilya Etingof
2017-10-21Add more content to docs (#96)Ilya Etingof
2017-08-21ASN.1 types instantiation performance improvedIlya Etingof
2017-07-22.namedValues refactored into a read-only attributeIlya Etingof
2017-07-20UnnamedType container first introducedIlya Etingof
2017-07-19NamedValues refactored into a dict-like objectIlya Etingof
2017-07-18updated docs on NamedValuesIlya Etingof
2017-07-18WIP: various NamedValues improvementsIlya Etingof
2017-04-19ensure OctetString.prettyOut() produces unicode textIlya Etingof
2017-03-29reworked named bits BitString initialization fixIlya Etingof
2017-01-11e-mail changed, copyright extended to year 2017Ilya 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-15copyright notice addedelie
2013-12-08NamedTypes() and NamedValues() made comparableelie
2013-11-30__repr__() addedelie
2012-05-07% args formatting improvedelie
2011-10-01got rid from apply() and clasic divisionelie
2011-08-14replace types comparation with isinstance checkingelie
2011-01-18replace dict.get() and dict.has_key() with k in dict syntaxelie
2005-06-14Initial revisionelie