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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let interface 'subclasses' override __adapt__.
issue3
Jason Madden
2020-04-06
8
-58
/
+312
*
Add documentation for taggedValue and invariant.
Jason Madden
2020-04-06
1
-0
/
+51
*
Add more cross refs to documentation and fix a couple sphinx warnings about d...
Jason Madden
2020-04-06
1
-42
/
+98
*
MS VS stuck on c89 strikes again.
Jason Madden
2020-04-02
1
-1
/
+1
*
Remove the bare except: statements.
Jason Madden
2020-04-02
7
-193
/
+384
*
Ensure that objects that implement no interfaces still have Interface in thei...
Jason Madden
2020-03-30
3
-12
/
+54
*
Make the RO for InterfaceClass consistent and fix handling of the STRICT_IRO ...
issue192-issue194
Jason Madden
2020-03-20
6
-25
/
+78
*
Another comment update, referencing #163
Jason Madden
2020-03-19
1
-2
/
+7
*
Update comments and add a test for more coverage.
Jason Madden
2020-03-19
3
-52
/
+104
*
Remove untested except in the metaclass __new__.
faster-eq-hash-comparison
Jason Madden
2020-03-18
1
-7
/
+5
*
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
4
-14
/
+142
*
Several small tweaks to GC and deletion handling.
Jason Madden
2020-03-18
1
-5
/
+11
*
Move to a metaclass for handling __module__.
Jason Madden
2020-03-18
1
-62
/
+108
*
Use a descriptor for __module__
Jason Madden
2020-03-18
4
-48
/
+83
*
Avoid use of a metaclass by implementeng __getattribute__.
Jason Madden
2020-03-18
4
-212
/
+221
*
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
*
Fix doctest by making sure the default type repr can be used.
Jason Madden
2020-03-18
1
-2
/
+16
*
Move Interface hashing and comparison to C; 2.5 to 15x speedup in micro bench...
Jason Madden
2020-03-18
4
-74
/
+318
*
Move the one-base optimization down a level, and enable using pre-calculated ...
Jason Madden
2020-03-18
3
-33
/
+84
*
Ensure Interface is the last item in the __sro__.
Jason Madden
2020-03-18
3
-21
/
+131
*
Merge pull request #189 from zopefoundation/issue136-issue134
Jason Madden
2020-03-18
1
-2
/
+2
|
\
|
*
Documentation clarifications.
issue136-issue134
Jason Madden
2020-03-17
1
-2
/
+2
*
|
More minor documentation fixups.
issue190
Jason Madden
2020-03-18
1
-12
/
+13
*
|
Make Interface.getTaggedValue follow the __iro__.
Jason Madden
2020-03-18
3
-28
/
+203
|
/
*
Use C3 (mostly) to compute IRO.
issue21
Jason Madden
2020-03-15
15
-54
/
+1001
*
Add additional low-level tests for super() unwrapping.
Jason Madden
2020-03-10
1
-1
/
+38
*
Remove unused str variables
Jason Madden
2020-03-10
1
-15
/
+8
*
Make provided/implementedBy and adapter registries respect super().
issue11
Jason Madden
2020-03-09
5
-45
/
+647
*
Cleanups per review.
issue138
Jason Madden
2020-02-17
5
-41
/
+34
*
Update documentation and clarify the relationship of the older mapping and se...
Jason Madden
2020-02-17
7
-49
/
+158
*
Do not test _WindowsConsoleIO
Jason Madden
2020-02-17
1
-1
/
+1
*
Find more concrete classes that are registered.
Jason Madden
2020-02-17
5
-15
/
+41
*
Add interfaces for builtins and the io ABCs.
Jason Madden
2020-02-17
9
-64
/
+439
*
Add numbers ABC interfaces.
Jason Madden
2020-02-17
5
-39
/
+199
*
Add collections.IByteString and refactor to avoid one-to-one assumption about...
Jason Madden
2020-02-17
3
-45
/
+161
*
Add z.i.common.collections to parallel the collections.abc classes.
Jason Madden
2020-02-17
3
-2
/
+482
*
Merge pull request #177 from zopefoundation/fix-signature
Jens W. Klein
2020-02-16
2
-5
/
+5
|
\
|
*
Fix repr of "Attribute" to look like before
Jens W. Klein
2020-02-16
2
-5
/
+5
*
|
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
3
-77
/
+221
*
Make verifyObject/Class collect and raise all errors instead of only the first.
issue171
Jason Madden
2020-02-08
4
-85
/
+247
*
Add warning to change note about string changes breaking doctests.
Jason Madden
2020-02-08
2
-7
/
+31
*
Also document the not-a-method case.
issue170
Jason Madden
2020-02-07
1
-1
/
+1
*
Make verification errors more readable and useful.
Jason Madden
2020-02-07
5
-47
/
+180
*
Fix verification for methods of builtin types with pseudo-default arguments o...
issue118
Jason Madden
2020-02-06
6
-46
/
+162
*
Add __all__ to all modules.
issue153
Jason Madden
2020-02-05
10
-39
/
+117
*
better naming
Jens W. Klein
2020-02-04
1
-9
/
+9
*
iPerformace optimization in _lookup _lookupAll _subscriptions
lookup-performance
Jens W. Klein
2020-02-04
1
-6
/
+13
[next]