summaryrefslogtreecommitdiff
path: root/src/zope/interface/verify.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify the string formatting rules for the Invalid exceptions.Jason Madden2020-02-101-4/+5
* Make verifyObject/Class collect and raise all errors instead of only the first.issue171Jason Madden2020-02-081-62/+91
* Add warning to change note about string changes breaking doctests.Jason Madden2020-02-081-7/+18
* Also document the not-a-method case.issue170Jason Madden2020-02-071-1/+1
* Make verification errors more readable and useful.Jason Madden2020-02-071-8/+5
* Fix verification for methods of builtin types with pseudo-default arguments o...issue118Jason Madden2020-02-061-10/+61
* Add __all__ to all modules.issue153Jason Madden2020-02-051-2/+8
* Fix 'verifyObject' for class objects with staticmethods on Python 3.Jason Madden2018-10-231-1/+4
* Enable combined coverage reports under tox and branch coveragecombined-coverageJason Madden2017-06-141-3/+3
* 100% coverage (#90)Jason Madden2017-06-121-2/+2
* Fixed a verifyClass false positive with a decorated method.Albertas Agejevas2013-02-281-0/+4
* further simplify some attribute lookupsFred Drake2012-04-061-1/+1
* Drop unneeded compatibility shims for method / function attributes.Tres Seaver2012-04-061-2/+1
* Merge Py3k w/o 2to3 work.Tres Seaver2012-04-041-1/+2
* Merge from LP branch.Tres Seaver2012-03-261-3/+4
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Merge of regebro-python3 branch, adding Python 3.1 compatibility\!Lennart Regebro2010-04-091-2/+7
* Comply with repository policy.Tres Seaver2010-04-061-1/+1
* Revert incorrect copyright header update.Christian Theune2009-12-171-1/+1
* Updating copyright header after transfer of ownership to the Zope FoundationChristian Theune2009-11-021-1/+1
* verifyObject: use getattr instead of hasattr to test for object attributesThomas Lotze2008-10-281-2/+3
* Moving code to satellite.Christian Theune2007-05-031-0/+111
* Removed interface copyJim Fulton2006-03-111-111/+0
* Correcting borked move.Nathan Yergler2006-02-271-0/+111