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
Branch
Commit message
Author
Age
3.6
svb
Tres Seaver
8 years
3.7
Repository policy.
Tres Seaver
12 years
4.7
MacOS wheels for 3.8
Michael Howitz
5 years
5.x
Merge pull request #265 from cjwatson/return-None-from-test-case
Colin Watson
23 months
60-fix_c_optimizations-py3k
Fix C optimizations broken on Py3k.
Tres Seaver
8 years
62-ensure-license-file-in-wheel
Ensure that LICENSE.txt is present in built wheels.
Tres Seaver
8 years
75-prevent-non-text-name-errors
Raise ValueError if non-text name passed to adapter registry methods.
Tres Seaver
8 years
adamg-bootstrap
update bootstrap.py
Adam Groszer
9 years
add-pure-test-support
Add support for building/testing w/ 'PURE_PYTHON' defined.
Tres Seaver
9 years
all-repos_autofix_all-repos-sed
Update badge URL for Travis
Jürgen Gmach
4 years
appveyor
Appveyor: 64-bit builds and wheels
Marius Gedminas
9 years
c-opts-members
Use tp_members in SpecificationBase and ClassProvidesBase.
Jason Madden
5 years
combined-coverage
Enable combined coverage reports under tox and branch coverage
Jason Madden
7 years
comp-implements
Make declarations.Implements sortable.
Jason Madden
8 years
config-with-c-code
Assure that `UNVERIFIABLE_RO` is actually used.
Michael Howitz
3 years
coverage
Convert tox to run the coverage command, like travis.
Jason Madden
7 years
coveralls-on-travis
Despite the list, pypy-5.6 doesn,t work, it must be 5.6.0
Jason Madden
7 years
doc_persistency_equality#218
Add more persistence examples.
Jason Madden
4 years
docs-in-py3
Use .. caution:: to warn about the the old class-advice based APIs
Marius Gedminas
5 years
docs-update
Update the Adaptation docs to be more concrete.
Jason Madden
4 years
dont_cache_lookup_failures
update changelog
tschorr
8 years
drop-py32-support
Drop support for Python 3.2.
Tres Seaver
9 years
drop-py34
Make tox -p auto handle coverage right
Marius Gedminas
5 years
faster-eq-hash-comparison
Remove untested except in the metaclass __new__.
Jason Madden
5 years
fix-46
Merge branch 'master' into fix-46
Michael Howitz
8 years
fix-55
Fix equality testing of implementedBy objects that have been proxied. Fixes #55.
Jason Madden
8 years
fix-68
Fix issue with missing `__init__.py`.
Michael Howitz
6 years
fix-latex-docs
Use LuaLaTeX
Marius Gedminas
7 years
fix-optimization-imports-under-python3
Use relative imports
Brian Sutherland
8 years
fix-signature
Fix repr of "Attribute" to look like before
Jens W. Klein
5 years
fix_register_instance_methods
Annotate method so it doesn’t decrease coverage.
Martin Häcker
7 years
hash-performance
performance: store cached hashvalue in slot (~1.6x faster)
Jens W. Klein
5 years
hash_performance
cache on volatile attribute in case class is persisted in ZODB
Jens W. Klein
5 years
hash_performance_2
Remove unneeded overwrite and call to anyway inherited __hash__ method
Jens W. Klein
5 years
icemac-patch-1
MacOS wheels for 3.8
Michael Howitz
5 years
implement-_lookup-in-C
Implement _lookup in C-extension
Jens W. Klein
5 years
issue-241/docs-strict-iro
Implement suggestions from code review.
Michael Howitz
4 years
issue11
Make provided/implementedBy and adapter registries respect super().
Jason Madden
5 years
issue114
Synchronize and simplify zope/__init__.py
Jason Madden
7 years
issue118
Fix verification for methods of builtin types with pseudo-default arguments o...
Jason Madden
5 years
issue126
Fix coverage.
Jason Madden
6 years
issue136-issue134
Documentation clarifications.
Jason Madden
5 years
issue138
Cleanups per review.
Jason Madden
5 years
issue153
Add __all__ to all modules.
Jason Madden
5 years
issue157
Remove support for hashing uninitialized interfaces.
Jason Madden
5 years
issue158
Add comment detailing why __bases__ can be set per review.
Jason Madden
5 years
issue162
The _empty singleton has no-op subscribe/unsubscribe methods.
Jason Madden
5 years
issue165-2
use __qualname__ also for __cmp
Jens W. Klein
5 years
issue165-test
typo
Jens W. Klein
5 years
issue170
Also document the not-a-method case.
Jason Madden
5 years
issue171
Make verifyObject/Class collect and raise all errors instead of only the first.
Jason Madden
5 years
issue190
More minor documentation fixups.
Jason Madden
5 years
issue192-issue194
Make the RO for InterfaceClass consistent and fix handling of the STRICT_IRO ...
Jason Madden
5 years
issue193
Make Declaration.__add__ try harder to produce consistent resolution orders.
Jason Madden
4 years
issue199
Fix implementerOnly when duplicating something inherited from the parent.
Jason Madden
5 years
issue200
More micro benchmarks.
Jason Madden
5 years
issue204
The ImmutableDeclaration also has immutable _v_attrs.
Jason Madden
5 years
issue207
Make Provides and ClassProvides ignore redundant interfaces like @implementer
Jason Madden
4 years
issue208
Fix interface definitions of IAdapterRegistry.subscribe, subscribers and subs...
Jason Madden
5 years
issue21
Use C3 (mostly) to compute IRO.
Jason Madden
5 years
issue216
Add info on the interaction of weakrefs and interface hashing.
Jason Madden
4 years
issue224
Move itertools import to module scope.
Jason Madden
4 years
issue225
Typo fixes
Jason Madden
4 years
issue229
Make ZOPE_INTERFACE_STRICT_IRO imply ZOPE_INTERFACE_LOG_CHANGED_IRO.
Jason Madden
4 years
issue229-take2
Update documentation and Provides repr for better debugging.
Jason Madden
4 years
issue230
Tweak wrapping in subscribed() docstring.
Jason Madden
4 years
issue236
Update repr() and str() of some common objects.
Jason Madden
4 years
issue239
Make C's __providedBy__ stop ignoring all errors and catch only AttributeError.
Jason Madden
4 years
issue3
Let interface 'subclasses' override __adapt__.
Jason Madden
5 years
issue3_minor_cleanup
Minor cleanup of #202.
Jason Madden
5 years
issue6
Add test case for #6.
Jason Madden
5 years
issue8
Move the one-base optimization down a level, and enable using pre-calculated ...
Jason Madden
5 years
issue85
Partially revert #84 in order to fix #85
Jason Madden
7 years
issue85-take2-reduce
Fix #85 by implementing __reduce__ to omit _v_ attributes.
Jason Madden
7 years
issue93
Fix the cache getting out of sync with _utility_registrations.
Jason Madden
7 years
literals
Remove the _u compat function.
Jason Madden
8 years
lookup-performance
iPerformace optimization in _lookup _lookupAll _subscriptions
Jens W. Klein
5 years
mac-use-362
Use 3.6.2 on Travis.
Jason Madden
5 years
macpython
Install the test extra with pip.
Jason Madden
8 years
manylinux
CI setup for manylinux wheels on tagged commit
Forest Gregg
8 years
manylinux27
cleanup after manylinux wheelbuilding
Forest Gregg
8 years
master
Back to development: 6.1
Michael Howitz
19 months
no-pure-python-build
Bump version as suggested in review.
Jason Madden
5 years
plone-py3
WIP: do not break Plone on Python3
ale-rt
6 years
pure-ci
Test pure builds on AppVeyor
Marius Gedminas
9 years
py39
Visual Studio 2019 breaks even Python 2.7.
Michael Howitz
4 years
remove-docstrings-master
Removed docstrings to avoid publishing in Zope2 environments.
Maurits van Rees
8 years
revert-35-add-pure-test-support
Revert "Add support for building/testing w/ 'PURE_PYTHON' defined."
Tres Seaver
9 years
roto-drop-py33
Simplify and future-proof tox usage documentation.
Joni Orponen
7 years
roto-terryfy
Update .travis.yml
Michael Howitz
6 years
roto-travis-pypy
Let pypy and pypy3 float on Travis.
Joni Orponen
7 years
setuptools-build
Make setuptools a hard dep of setup.py
Jason Madden
8 years
simplify-utility-registrations-cache
Added some comments to describe the management of _v_utility_registrations_cache
Jim Fulton
8 years
slots
Avoid allocating space for tagged values unless they're used. This saves anot...
Jason Madden
5 years
test-cleanup
Make the odd tests work on all supported python versions
Jason Madden
7 years
travis-36
Added Travis, appveyor, tox, manylinux for 3.6 branch.
Maurits van Rees
8 years
use-object-hash
Fixes #178: performace improvement by using objects hash
Jens W. Klein
5 years
Tag
Download
Author
Age
6.1a2
zope-interface-6.1a2.tar.gz
Michael Howitz
19 months
6.1a1
zope-interface-6.1a1.tar.gz
Michael Howitz
19 months
6.0
zope-interface-6.0.tar.gz
Michael Howitz
20 months
5.5.2
zope-interface-5.5.2.tar.gz
Jens Vagelpohl
24 months
5.5.1
zope-interface-5.5.1.tar.gz
Jens Vagelpohl
2 years
5.5.0
zope-interface-5.5.0.tar.gz
Michael Howitz
2 years
5.4.0
zope-interface-5.4.0.tar.gz
Jason Madden
4 years
5.3.0
zope-interface-5.3.0.tar.gz
Jens Vagelpohl
4 years
5.3.0a1
zope-interface-5.3.0a1.tar.gz
Jason Madden
4 years
5.2.0
zope-interface-5.2.0.tar.gz
Michael Howitz
4 years
5.1.2
zope-interface-5.1.2.tar.gz
Jason Madden
4 years
5.1.1
zope-interface-5.1.1.tar.gz
Jason Madden
4 years
5.1.0
zope-interface-5.1.0.tar.gz
Jason Madden
5 years
5.0.2
zope-interface-5.0.2.tar.gz
Jason Madden
5 years
5.0.1
zope-interface-5.0.1.tar.gz
Jason Madden
5 years
5.0.0
zope-interface-5.0.0.tar.gz
Jason Madden
5 years
4.7.2
zope-interface-4.7.2.tar.gz
Marius Gedminas
5 years
4.7.1
zope-interface-4.7.1.tar.gz
Marius Gedminas
5 years
4.7.0
zope-interface-4.7.0.tar.gz
Marius Gedminas
5 years
4.6.0
zope-interface-4.6.0.tar.gz
Jason Madden
6 years
4.5.0
zope-interface-4.5.0.tar.gz
Michael Howitz
7 years
4.4.3
zope-interface-4.4.3.tar.gz
Marius Gedminas
7 years
4.4.2
zope-interface-4.4.2.tar.gz
Jason Madden
7 years
4.4.1
zope-interface-4.4.1.tar.gz
Jim Fulton
8 years
3.6.8
zope-interface-3.6.8.tar.gz
Tres Seaver
8 years
4.4.0
zope-interface-4.4.0.tar.gz
Tres Seaver
8 years
4.3.3
zope-interface-4.3.3.tar.gz
Tres Seaver
8 years
4.3.2
zope-interface-4.3.2.tar.gz
Marius Gedminas
8 years
4.3.1
zope-interface-4.3.1.tar.gz
Michael Howitz
8 years
4.3.0
zope-interface-4.3.0.tar.gz
Michael Howitz
8 years
4.2.0
zope-interface-4.2.0.tar.gz
Tres Seaver
8 years
4.1.3
zope-interface-4.1.3.tar.gz
Marius Gedminas
9 years
4.1.2
zope-interface-4.1.2.tar.gz
Tres Seaver
10 years
4.1.1
zope-interface-4.1.1.tar.gz
Tres Seaver
11 years
4.1.0
zope-interface-4.1.0.tar.gz
Stephan Richter
11 years
4.0.5
zope-interface-4.0.5.tar.gz
Albertas Agejevas
12 years
4.0.4
zope-interface-4.0.4.tar.gz
Stephan Richter
12 years
4.0.3
zope-interface-4.0.3.tar.gz
Tres Seaver
12 years
4.0.2
zope-interface-4.0.2.tar.gz
Tres Seaver
12 years
4.0.1
zope-interface-4.0.1.tar.gz
Tres Seaver
12 years
4.0.0
zope-interface-4.0.0.tar.gz
Tres Seaver
12 years
3.8.0
zope-interface-3.8.0.tar.gz
Chris McDonough
13 years
3.6.7
zope-interface-3.6.7.tar.gz
Hanno Schlichting
13 years
3.7.0
zope-interface-3.7.0.tar.gz
Tres Seaver
13 years
3.6.6
zope-interface-3.6.6.tar.gz
Tres Seaver
13 years
3.6.5
zope-interface-3.6.5.tar.gz
Tres Seaver
13 years
3.6.4
zope-interface-3.6.4.tar.gz
Tres Seaver
13 years
3.6.3
zope-interface-3.6.3.tar.gz
Tres Seaver
13 years
3.6.2
zope-interface-3.6.2.tar.gz
Tres Seaver
13 years
3.6.1
zope-interface-3.6.1.tar.gz
Lennart Regebro
15 years
3.6.0
zope-interface-3.6.0.tar.gz
Lennart Regebro
15 years
3.5.4
zope-interface-3.5.4.tar.gz
Fabio Tranchitella
15 years
3.5.3
zope-interface-3.5.3.tar.gz
Thomas Lotze
15 years
3.5.2
zope-interface-3.5.2.tar.gz
Fred Drake
15 years
3.5.1
zope-interface-3.5.1.tar.gz
Dan Korostelev
16 years
3.5.0
zope-interface-3.5.0.tar.gz
Hanno Schlichting
16 years
3.4.1
zope-interface-3.4.1.tar.gz
Jim Fulton
17 years
3.4.0
zope-interface-3.4.0.tar.gz
Fred Drake
17 years
3.4.0b1
zope-interface-3.4.0b1.tar.gz
Jim Fulton
17 years
3.4.0a1
zope-interface-3.4.0a1.tar.gz
Christian Theune
18 years
3.3.0.1
zope-interface-3.3.0.1.tar.gz
Jim Fulton
18 years
3.3.0
zope-interface-3.3.0.tar.gz
Jim Fulton
18 years
3.3.0b1
zope-interface-3.3.0b1.tar.gz
Jim Fulton
18 years
3.3.0b2
zope-interface-3.3.0b2.tar.gz
Fred Drake
18 years
3.2.0
zope-interface-3.2.0.tar.gz
Tres Seaver
19 years
3.0.1
zope-interface-3.0.1.tar.gz
Tres Seaver
19 years