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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for hashing uninitialized interfaces.
issue157
Jason Madden
2020-01-27
1
-10
/
+2
*
Move Declaration, Specification and ClassProvides to __slots__.
Jason Madden
2020-01-27
2
-8
/
+8
*
Use tp_members in SpecificationBase and ClassProvidesBase.
Jason Madden
2020-01-23
1
-20
/
+20
*
Test PURE_PYTHON at runtime.
Jason Madden
2020-01-21
4
-164
/
+158
*
Remove unused test files.
Jason Madden
2020-01-21
3
-67
/
+0
*
key order doesn't matter
mauro
2019-10-09
1
-1
/
+1
*
taggedvalue inheritance
mauro
2019-10-09
1
-2
/
+11
*
Fix coverage.
issue126
Jason Madden
2018-10-23
1
-2
/
+2
*
Fix 'verifyObject' for class objects with staticmethods on Python 3.
Jason Madden
2018-10-23
1
-0
/
+21
*
Allow Registering and unregistering instance methods as listeners (#102)
rekcäH nitraM
2017-11-28
1
-0
/
+11
*
Drop __annotations__ in interface declarations
Maxim Avanov
2017-09-01
1
-0
/
+9
*
Merge pull request #95 from zopefoundation/combined-coverage
Jason Madden
2017-06-14
7
-38
/
+46
|
\
|
*
cleanups requested by @tseaver: remove assert from _implements since all its ...
Jason Madden
2017-06-14
1
-2
/
+5
|
*
Enable combined coverage reports under tox and branch coverage
combined-coverage
Jason Madden
2017-06-14
7
-37
/
+42
*
|
Fix the cache getting out of sync with _utility_registrations.
issue93
Jason Madden
2017-06-14
1
-0
/
+53
|
/
*
Fix #85 by implementing __reduce__ to omit _v_ attributes.
issue85-take2-reduce
Jason Madden
2017-06-14
1
-1
/
+102
*
100% coverage (#90)
Jason Madden
2017-06-12
9
-240
/
+165
*
Test sanity cleanups (#88)
Jason Madden
2017-06-08
13
-179
/
+89
*
Simply the caching of utility-registration data. In addition to
Jim Fulton
2017-05-12
1
-2
/
+0
*
Raise ValueError if non-text name passed to adapter registry methods.
75-prevent-non-text-name-errors
Tres Seaver
2017-05-04
1
-0
/
+32
*
Add tests asserting that optimzations are / are not present as expected.
Tres Seaver
2016-11-15
3
-0
/
+103
*
Fix equality testing of implementedBy objects that have been proxied. Fixes #55.
fix-55
Jason Madden
2016-09-02
1
-0
/
+40
*
Support Components subclasses that are not hashable. (#54)
Jason Madden
2016-08-31
1
-6
/
+16
*
Use dictionary lookups for testing subscribed status.
Jason Madden
2016-08-19
1
-50
/
+140
*
Make declarations.Implements sortable.
comp-implements
Jason Madden
2016-08-03
2
-4
/
+22
*
Remove the _u compat function.
literals
Jason Madden
2016-08-02
4
-192
/
+192
*
Remove deprecated unittest assertions.
Tres Seaver
2014-12-27
7
-741
/
+668
*
100% branch coverage for 'zope.interface.ro'.
Tres Seaver
2014-12-08
1
-0
/
+115
*
100% branch coverage for 'zope.interface.registry'.
Tres Seaver
2014-12-08
1
-15
/
+94
*
100% branch coverage for 'zope.interface.interface'.
Tres Seaver
2014-12-08
1
-23
/
+45
*
100% branch coverage for 'zope.interface.declarations'.
Tres Seaver
2014-12-08
1
-3
/
+5
*
100% branch coverage for 'zope.interface.adapter'.
Tres Seaver
2014-12-08
1
-7
/
+109
*
Changed name to asReStructuredText for CamelCase correctness.
Michael McNeil Forbes
2014-10-30
1
-15
/
+15
*
Added new function asreStructuredTest to keep backward compatibility
Michael McNeil Forbes
2014-10-29
1
-11
/
+237
*
Updated tests.
Michael McNeil Forbes
2014-10-29
1
-24
/
+24
*
Added ``@named(name)`` declaration.
Stephan Richter
2014-02-04
2
-7
/
+79
*
Fixed a verifyClass false positive with a decorated method.
Albertas Agejevas
2013-02-28
1
-0
/
+23
*
- LP #1055223: Fix test which depended on dictionary order and failed randomly
Brian Sutherland
2012-09-28
1
-2
/
+2
*
Drop explicit DeprecationWarnings for "class advice" APIS
Tres Seaver
2012-05-22
1
-19
/
+9
*
further simplify some attribute lookups
Fred Drake
2012-04-06
1
-1
/
+1
*
Drop unneeded compatibility shims for method / function attributes.
Tres Seaver
2012-04-06
1
-2
/
+1
*
Deprecated the "class advice" APIs from ``zope.interface.declarations``.
Tres Seaver
2012-04-06
1
-38
/
+78
*
Re-silence Py3k whines.
Tres Seaver
2012-04-06
1
-31
/
+44
*
Close Py3k coverage gap to absolute minimum.
Tres Seaver
2012-04-06
2
-12
/
+158
*
Coverage under Py3k.
Tres Seaver
2012-04-06
1
-4
/
+0
*
100% coverage under Python 2.x.
Tres Seaver
2012-04-06
1
-0
/
+67
*
Guard against possible failure under hash-randomizing Pythons.
Tres Seaver
2012-04-05
1
-2
/
+2
*
Silence Py3k whining.
Tres Seaver
2012-04-05
3
-16
/
+16
*
Restore 'adapter_hooks' after patching for test purposes.
Tres Seaver
2012-04-05
1
-3
/
+7
*
The C impl. caches BuiltinImmplentationSpecifications too early.
Tres Seaver
2012-04-05
1
-12
/
+33
[next]