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
*
Let interface 'subclasses' override __adapt__.
issue3
Jason Madden
2020-04-06
3
-52
/
+179
*
Remove the bare except: statements.
Jason Madden
2020-04-02
4
-144
/
+279
*
Ensure that objects that implement no interfaces still have Interface in thei...
Jason Madden
2020-03-30
1
-11
/
+47
*
Make the RO for InterfaceClass consistent and fix handling of the STRICT_IRO ...
issue192-issue194
Jason Madden
2020-03-20
2
-13
/
+52
*
Update comments and add a test for more coverage.
Jason Madden
2020-03-19
1
-0
/
+21
*
Add additional tests for assigning to Interface.__module__.
Jason Madden
2020-03-18
1
-0
/
+7
*
Add tests for comparing InterfaceClass/Implements objects to things without t...
Jason Madden
2020-03-18
2
-5
/
+119
*
Use a descriptor for __module__
Jason Madden
2020-03-18
1
-2
/
+3
*
Avoid use of a metaclass by implementeng __getattribute__.
Jason Madden
2020-03-18
1
-2
/
+2
*
Fix tests when zope.component is also importable.
Jason Madden
2020-03-18
2
-1
/
+24
*
Clean up linter errors in test_interface.py so new/real problems are more obv...
Jason Madden
2020-03-18
1
-41
/
+52
*
Move Interface hashing and comparison to C; 2.5 to 15x speedup in micro bench...
Jason Madden
2020-03-18
2
-1
/
+18
*
Move the one-base optimization down a level, and enable using pre-calculated ...
Jason Madden
2020-03-18
1
-0
/
+21
*
Ensure Interface is the last item in the __sro__.
Jason Madden
2020-03-18
1
-0
/
+42
*
Make Interface.getTaggedValue follow the __iro__.
Jason Madden
2020-03-18
1
-1
/
+93
*
Use C3 (mostly) to compute IRO.
issue21
Jason Madden
2020-03-15
3
-14
/
+315
*
Add additional low-level tests for super() unwrapping.
Jason Madden
2020-03-10
1
-1
/
+38
*
Make provided/implementedBy and adapter registries respect super().
issue11
Jason Madden
2020-03-09
2
-2
/
+473
*
Find more concrete classes that are registered.
Jason Madden
2020-02-17
1
-5
/
+2
*
Merge pull request #177 from zopefoundation/fix-signature
Jens W. Klein
2020-02-16
1
-4
/
+4
|
\
|
*
Fix repr of "Attribute" to look like before
Jens W. Klein
2020-02-16
1
-4
/
+4
*
|
Add test case for #6.
issue6
Jason Madden
2020-02-14
1
-1
/
+50
|
/
*
Simplify the string formatting rules for the Invalid exceptions.
Jason Madden
2020-02-10
1
-14
/
+54
*
Make verifyObject/Class collect and raise all errors instead of only the first.
issue171
Jason Madden
2020-02-08
2
-2
/
+85
*
Make verification errors more readable and useful.
Jason Madden
2020-02-07
2
-18
/
+92
*
Fix verification for methods of builtin types with pseudo-default arguments o...
issue118
Jason Madden
2020-02-06
1
-6
/
+50
*
The _empty singleton has no-op subscribe/unsubscribe methods.
issue162
Jason Madden
2020-01-28
1
-0
/
+18
*
Make the singleton _empty immutable.
Jason Madden
2020-01-27
1
-0
/
+53
*
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
[next]