summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't redefine METH_KEYWORDSJason Madden2017-01-051-88/+83
* Merge pull request #66 from zopefoundation/41-document-adapter-registry-apiTres Seaver2016-12-061-0/+4
|\
| * Document API for adapter registry.Tres Seaver2016-12-061-0/+4
* | Fix docstring summary line for 'unregisterAdapter'.Tres Seaver2016-12-061-1/+1
|/
* Merge branch 'master' of github.com:zopefoundation/zope.interfaceJean Jordaan2016-12-067-12/+126
|\
| * Add tests asserting that optimzations are / are not present as expected.Tres Seaver2016-11-153-0/+103
| * Fix C optimizations broken on Py3k.60-fix_c_optimizations-py3kTres Seaver2016-11-154-12/+23
* | Editing while reading: literals, typos, grammarJean Jordaan2016-10-161-1/+1
|/
* Fix equality testing of implementedBy objects that have been proxied. Fixes #55.fix-55Jason Madden2016-09-022-5/+46
* Support Components subclasses that are not hashable. (#54)Jason Madden2016-08-312-11/+31
* Fix comment.Jason Madden2016-08-301-1/+1
* Better naming, and incorporate feedback from @prsephtonJason Madden2016-08-221-18/+19
* Use dictionary lookups for testing subscribed status.Jason Madden2016-08-192-74/+268
* Make declarations.Implements sortable.comp-implementsJason Madden2016-08-034-13/+103
* Remove the _u compat function.literalsJason Madden2016-08-028-222/+214
* Remove duplicated linesGil Forcada2015-03-151-4/+0
* Remove deprecated unittest assertions.Tres Seaver2014-12-278-742/+669
* 100% branch coverage.Tres Seaver2014-12-092-3/+3
* Normalize imports.Tres Seaver2014-12-091-3/+3
* 100% branch coverage for 'zope.interface.ro'.Tres Seaver2014-12-082-17/+127
* 100% branch coverage for 'zope.interface.registry'.Tres Seaver2014-12-081-15/+94
* 100% branch coverage for 'zope.interface.interface'.Tres Seaver2014-12-081-23/+45
* Remove fossilized 'InterfaceClass.deferred()'.Tres Seaver2014-12-081-28/+1
* 100% branch coverage for 'zope.interface.declarations'.Tres Seaver2014-12-082-6/+7
* 100% branch coverage for 'zope.interface.adapter'.Tres Seaver2014-12-082-9/+110
* Changed name to asReStructuredText for CamelCase correctness.Michael McNeil Forbes2014-10-302-16/+16
* Added new function asreStructuredTest to keep backward compatibilityMichael McNeil Forbes2014-10-292-19/+261
* Merge remote-tracking branch 'origin/patch-2' into patch-1Michael McNeil Forbes2014-10-291-24/+24
|\
| * Updated tests.Michael McNeil Forbes2014-10-291-24/+24
* | Fix typo.Michael McNeil Forbes2014-10-291-1/+1
* | Place code in ``code`` formatting.Michael McNeil Forbes2014-10-291-4/+4
|/
* The imports are alphabetically sorted.Stephan Richter2014-02-051-1/+1
* Added ``@named(name)`` declaration.Stephan Richter2014-02-045-10/+103
* Fixed a verifyClass false positive with a decorated method.Albertas Agejevas2013-02-282-0/+27
* - Fixed a bug that was revealed by porting zope.traversing. During a loop, theStephan Richter2013-02-211-1/+1
* - LP #1055223: Fix test which depended on dictionary order and failed randomlyBrian Sutherland2012-09-281-2/+2
* Repository policy.Tres Seaver2012-06-182-2/+2
* Drop explicit DeprecationWarnings for "class advice" APISTres Seaver2012-05-222-28/+9
* further simplify some attribute lookupsFred Drake2012-04-063-4/+4
* Drop unneeded compatibility shims for method / function attributes.Tres Seaver2012-04-064-18/+5
* Deprecated the "class advice" APIs from ``zope.interface.declarations``.Tres Seaver2012-04-062-47/+98
* Improve the error raised by the class advice APIs when invoked under Py3k.Tres Seaver2012-04-061-3/+14
* Re-silence Py3k whines.Tres Seaver2012-04-061-31/+44
* Close Py3k coverage gap to absolute minimum.Tres Seaver2012-04-066-36/+206
* Coverage under Py3k.Tres Seaver2012-04-062-6/+3
* 100% coverage under Python 2.x.Tres Seaver2012-04-061-0/+67
* Move commented-out doctest snippets into API docs as real snippets.Tres Seaver2012-04-063-710/+74
* Guard against possible failure under hash-randomizing Pythons.Tres Seaver2012-04-051-2/+2
* Silence Py3k whining.Tres Seaver2012-04-053-16/+16
* Restore 'adapter_hooks' after patching for test purposes.Tres Seaver2012-04-051-3/+7