aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type/constraint.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-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-14added example code snippets to the docstrings (#101)Ilya Etingof
2017-10-22docs on constraints added (#97)Ilya Etingof
2017-08-01fixed threading concurrency issuesIlya Etingof
2017-07-22.subtypeSpec and .sizeSpec refactored into a read-only attributesIlya Etingof
2017-04-19ensure OctetString.prettyOut() produces unicode textIlya Etingof
2017-03-07subtypeSpec refactored into a propertyIlya Etingof
2017-03-01more efficient constrains computationIlya Etingof
2017-03-01reduce the number of bool() callsIlya Etingof
2017-02-18__all__ addedIlya Etingof
2017-01-11e-mail changed, copyright extended to year 2017Ilya Etingof
2016-10-13comment fixIlya Etingof
2016-08-13fix to AbstractConstraintSet.__radd__ operands orderingIlya 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
2011-10-02take exception instance from the system not to use non-portableelie
2011-10-02fix to use sys.version_info, not sys.versionelie
2011-10-02support both __nonzero__() and __bool__() methods (py3k style)elie
2011-10-02map() replaced with listcomp which is now more pythonicelie
2011-08-14switched to rich comparation methodselie
2011-08-14drop string module usageelie
2011-08-14replace types comparation with isinstance checkingelie
2011-03-04fix to proper behaviour of PermittedAlphabetConstraint objectelie
2011-03-03cosmetic printout fixeselie
2011-01-23fix to constraints comparationelie
2011-01-18replace dict.get() and dict.has_key() with k in dict syntaxelie
2006-11-22* constraints derivation verification now workselie
2005-12-16__cmp__ must accompany __hash__, fixed at AbstractConstraintelie
2005-06-14Initial revisionelie