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
...
*
Added new function asreStructuredTest to keep backward compatibility
Michael McNeil Forbes
2014-10-29
2
-19
/
+261
*
Merge remote-tracking branch 'origin/patch-2' into patch-1
Michael McNeil Forbes
2014-10-29
1
-24
/
+24
|
\
|
*
Updated tests.
Michael McNeil Forbes
2014-10-29
1
-24
/
+24
*
|
Fix typo.
Michael McNeil Forbes
2014-10-29
1
-1
/
+1
*
|
Place code in ``code`` formatting.
Michael McNeil Forbes
2014-10-29
1
-4
/
+4
|
/
*
The imports are alphabetically sorted.
Stephan Richter
2014-02-05
1
-1
/
+1
*
Added ``@named(name)`` declaration.
Stephan Richter
2014-02-04
5
-10
/
+103
*
Fixed a verifyClass false positive with a decorated method.
Albertas Agejevas
2013-02-28
2
-0
/
+27
*
- Fixed a bug that was revealed by porting zope.traversing. During a loop, the
Stephan Richter
2013-02-21
1
-1
/
+1
*
- LP #1055223: Fix test which depended on dictionary order and failed randomly
Brian Sutherland
2012-09-28
1
-2
/
+2
*
Repository policy.
Tres Seaver
2012-06-18
2
-2
/
+2
*
Drop explicit DeprecationWarnings for "class advice" APIS
Tres Seaver
2012-05-22
2
-28
/
+9
*
further simplify some attribute lookups
Fred Drake
2012-04-06
3
-4
/
+4
*
Drop unneeded compatibility shims for method / function attributes.
Tres Seaver
2012-04-06
4
-18
/
+5
*
Deprecated the "class advice" APIs from ``zope.interface.declarations``.
Tres Seaver
2012-04-06
2
-47
/
+98
*
Improve the error raised by the class advice APIs when invoked under Py3k.
Tres Seaver
2012-04-06
1
-3
/
+14
*
Re-silence Py3k whines.
Tres Seaver
2012-04-06
1
-31
/
+44
*
Close Py3k coverage gap to absolute minimum.
Tres Seaver
2012-04-06
6
-36
/
+206
*
Coverage under Py3k.
Tres Seaver
2012-04-06
2
-6
/
+3
*
100% coverage under Python 2.x.
Tres Seaver
2012-04-06
1
-0
/
+67
*
Move commented-out doctest snippets into API docs as real snippets.
Tres Seaver
2012-04-06
3
-710
/
+74
*
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
*
PyPy coverage tweak.
Tres Seaver
2012-04-04
1
-1
/
+1
*
Merge Py3k w/o 2to3 work.
Tres Seaver
2012-04-04
15
-1082
/
+1155
*
Merge from LP branch.
Tres Seaver
2012-03-26
33
-5791
/
+8227
*
Avoid exceptions due to tne new ``__qualname__`` attribute added in Python 3.3
Tres Seaver
2012-02-16
1
-3
/
+5
*
typo implementor->implementer
Brian Sutherland
2011-10-09
3
-5
/
+5
*
Merge chrism-componentregistry branch:
Chris McDonough
2011-09-15
3
-2
/
+2035
*
Fix test failure under 'python setup.py test' in new test for '__hash__'.
Tres Seaver
2011-08-12
1
-0
/
+2
*
Fix Python 2.5 incompatibility introduced in new tests of ``__hash__``.
Tres Seaver
2011-08-12
1
-1
/
+6
*
Work around buggy behavior in some subclasses of `InterfaceClass``
Tres Seaver
2011-08-11
3
-8
/
+60
*
Revert r122462 after updating zope.app.interface.
Tres Seaver
2011-08-11
1
-2
/
+1
*
Fix a regression introduced in 3.6.4, that made one zope.app.interface test fail
Gediminas Paulauskas
2011-08-04
1
-1
/
+2
*
- Fix testing deprecation warnings issued when tested under Py3K.
Chris McDonough
2011-07-21
3
-70
/
+88
*
LP 804951: InterfaceClass instances were unhashable under Python 3.x.
Tres Seaver
2011-07-05
2
-0
/
+12
*
Correct comparison of interfaces from different modules but with the same name.
Tres Seaver
2011-05-26
3
-9
/
+59
*
Fixes for small issues when running tests under Python 3.2 using zope.testrunner
Brian Sutherland
2011-04-29
2
-2
/
+5
*
Specify return value type for C optimizations module init under Python 3.
Tres Seaver
2010-11-15
1
-4
/
+1
*
Remove CVS-era Id fossils.
Tres Seaver
2010-06-03
31
-64
/
+2
*
Fix compiler warnings under GCC 4.3.3.
Tres Seaver
2010-05-02
1
-2
/
+2
*
Clear the cache used by ``Specificaton.get`` inside ``Specification.changed``.
Tres Seaver
2010-04-13
2
-0
/
+30
*
Scrub trailing ws, use canonical suite-generation form.
Tres Seaver
2010-04-13
1
-23
/
+17
*
Cleaning up imports, mostly in tests, some duplicates created by my merge. Py...
Lennart Regebro
2010-04-11
8
-28
/
+22
*
Merge of regebro-python3 branch, adding Python 3.1 compatibility\!
Lennart Regebro
2010-04-09
19
-209
/
+363
*
Comply with repository policy.
Tres Seaver
2010-04-06
34
-34
/
+34
*
Fixed typo
Vincent Fretin
2010-01-02
1
-1
/
+1
*
Use the standard Python doctest module instead of zope.testing.doctest, which
Fabio Tranchitella
2009-12-23
6
-11
/
+14
[prev]
[next]