validator.py correctly appears as Python3 compatible on PyPI. Added Python 3.5 to the list of tested versions.
1.2.0
that fail because of e.g. type mismatches report a failure rather than blowing up.
1.1.0
of validations to every element in a container.
1.0.0
inherit from Validator abstract class. Single validators are no longer required to be wrapped in a list.
0.8.0
'validator.ext' module for extensions, moved ArgSpec into extensions.
v0.7.0, 3/01/2014 -- Tests now support Python 3.x. v0.6.1, 1/30/2014 -- Fixed bug causing exceptions to be thrown when optional keys were missing.
0.6.0
the list of negated error messages out of the Not validator. All validators are now responsible for having their own .not_message attribute which should contain a negated version of their normal error message. Those that don't will have a generic error message substituted in for them.