summaryrefslogtreecommitdiff
path: root/pyasn1/type/constraint.py
Commit message (Expand)AuthorAgeFilesLines
* copyright dates bumpedelie2015-12-291-1/+1
* fixes to commentselie2015-11-151-11/+2
* copyright notice addedelie2015-11-151-8/+13
* take exception instance from the system not to use non-portableelie2011-10-021-4/+4
* fix to use sys.version_info, not sys.versionelie2011-10-021-1/+1
* support both __nonzero__() and __bool__() methods (py3k style)elie2011-10-021-14/+18
* map() replaced with listcomp which is now more pythonicelie2011-10-021-1/+1
* switched to rich comparation methodselie2011-08-141-5/+10
* drop string module usageelie2011-08-141-2/+1
* replace types comparation with isinstance checkingelie2011-08-141-2/+1
* fix to proper behaviour of PermittedAlphabetConstraint objectelie2011-03-041-1/+10
* cosmetic printout fixeselie2011-03-031-3/+3
* fix to constraints comparationelie2011-01-231-6/+2
* replace dict.get() and dict.has_key() with k in dict syntaxelie2011-01-181-3/+3
* * constraints derivation verification now workselie2006-11-221-31/+34
* __cmp__ must accompany __hash__, fixed at AbstractConstraintelie2005-12-161-2/+2
* Initial revisionelie2005-06-141-0/+185