index
:
delta/python-packages/zope-interface.git
3.6
3.7
4.7
5.x
60-fix_c_optimizations-py3k
62-ensure-license-file-in-wheel
75-prevent-non-text-name-errors
adamg-bootstrap
add-pure-test-support
all-repos_autofix_all-repos-sed
appveyor
c-opts-members
combined-coverage
comp-implements
config-with-c-code
coverage
coveralls-on-travis
doc_persistency_equality#218
docs-in-py3
docs-update
dont_cache_lookup_failures
drop-py32-support
drop-py34
faster-eq-hash-comparison
fix-46
fix-55
fix-68
fix-latex-docs
fix-optimization-imports-under-python3
fix-signature
fix_register_instance_methods
hash-performance
hash_performance
hash_performance_2
icemac-patch-1
implement-_lookup-in-C
issue-241/docs-strict-iro
issue11
issue114
issue118
issue126
issue136-issue134
issue138
issue153
issue157
issue158
issue162
issue165-2
issue165-test
issue170
issue171
issue190
issue192-issue194
issue193
issue199
issue200
issue204
issue207
issue208
issue21
issue216
issue224
issue225
issue229
issue229-take2
issue230
issue236
issue239
issue3
issue3_minor_cleanup
issue6
issue8
issue85
issue85-take2-reduce
issue93
literals
lookup-performance
mac-use-362
macpython
manylinux
manylinux27
master
no-pure-python-build
plone-py3
pure-ci
py39
remove-docstrings-master
revert-35-add-pure-test-support
roto-drop-py33
roto-terryfy
roto-travis-pypy
setuptools-build
simplify-utility-registrations-cache
slots
test-cleanup
travis-36
use-object-hash
github.com: zopefoundation/zope.interface.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zope
/
interface
/
declarations.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make provided/implementedBy and adapter registries respect super().
issue11
Jason Madden
2020-03-09
1
-5
/
+87
*
Add __all__ to all modules.
issue153
Jason Madden
2020-02-05
1
-0
/
+5
*
The _empty singleton has no-op subscribe/unsubscribe methods.
issue162
Jason Madden
2020-01-28
1
-8
/
+21
*
apply suggestion by @jmadden to enhance comment
Jens W. Klein
2020-01-28
1
-2
/
+2
*
Remove unneeded overwrite and call to anyway inherited __hash__ method
hash_performance_2
Jens W. Klein
2020-01-28
1
-3
/
+0
*
Add comment detailing why __bases__ can be set per review.
issue158
Jason Madden
2020-01-27
1
-1
/
+7
*
Make the singleton _empty immutable.
Jason Madden
2020-01-27
1
-3
/
+48
*
Move Declaration, Specification and ClassProvides to __slots__.
Jason Madden
2020-01-27
1
-11
/
+11
*
Use tp_members in SpecificationBase and ClassProvidesBase.
Jason Madden
2020-01-23
1
-0
/
+3
*
Test PURE_PYTHON at runtime.
Jason Madden
2020-01-21
1
-41
/
+30
*
Reorganize the 'declarations' document by functional group.
Jason Madden
2018-07-19
1
-23
/
+23
*
cleanups requested by @tseaver: remove assert from _implements since all its ...
Jason Madden
2017-06-14
1
-1
/
+0
*
Enable combined coverage reports under tox and branch coverage
combined-coverage
Jason Madden
2017-06-14
1
-10
/
+9
*
100% coverage (#90)
Jason Madden
2017-06-12
1
-10
/
+10
*
Fix C optimizations broken on Py3k.
60-fix_c_optimizations-py3k
Tres Seaver
2016-11-15
1
-7
/
+9
*
Fix equality testing of implementedBy objects that have been proxied. Fixes #55.
fix-55
Jason Madden
2016-09-02
1
-5
/
+6
*
Make declarations.Implements sortable.
comp-implements
Jason Madden
2016-08-03
1
-8
/
+80
*
100% branch coverage for 'zope.interface.declarations'.
Tres Seaver
2014-12-08
1
-3
/
+2
*
Added ``@named(name)`` declaration.
Stephan Richter
2014-02-04
1
-0
/
+9
*
Drop explicit DeprecationWarnings for "class advice" APIS
Tres Seaver
2012-05-22
1
-9
/
+0
*
Deprecated the "class advice" APIs from ``zope.interface.declarations``.
Tres Seaver
2012-04-06
1
-9
/
+20
*
Improve the error raised by the class advice APIs when invoked under Py3k.
Tres Seaver
2012-04-06
1
-3
/
+14
*
Close Py3k coverage gap to absolute minimum.
Tres Seaver
2012-04-06
1
-15
/
+22
*
Move commented-out doctest snippets into API docs as real snippets.
Tres Seaver
2012-04-06
1
-550
/
+51
*
PyPy coverage tweak.
Tres Seaver
2012-04-04
1
-1
/
+1
*
Merge Py3k w/o 2to3 work.
Tres Seaver
2012-04-04
1
-627
/
+548
*
Merge from LP branch.
Tres Seaver
2012-03-26
1
-15
/
+26
*
typo implementor->implementer
Brian Sutherland
2011-10-09
1
-1
/
+1
*
Remove CVS-era Id fossils.
Tres Seaver
2010-06-03
1
-2
/
+0
*
Cleaning up imports, mostly in tests, some duplicates created by my merge. Py...
Lennart Regebro
2010-04-11
1
-1
/
+0
*
Merge of regebro-python3 branch, adding Python 3.1 compatibility\!
Lennart Regebro
2010-04-09
1
-55
/
+66
*
Comply with repository policy.
Tres Seaver
2010-04-06
1
-1
/
+1
*
Revert incorrect copyright header update.
Christian Theune
2009-12-17
1
-1
/
+1
*
Fix an edge case: make providedBy() work when a class has '__provides__' in
Wolfgang Schnerring
2009-12-08
1
-1
/
+3
*
Updating copyright header after transfer of ownership to the Zope Foundation
Christian Theune
2009-11-02
1
-1
/
+1
*
Moving code to satellite.
Christian Theune
2007-05-03
1
-0
/
+1385
*
Removed interface copy
Jim Fulton
2006-03-11
1
-1378
/
+0
*
Correcting borked move.
Nathan Yergler
2006-02-27
1
-0
/
+1378