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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated Travis YAML.
Stephan Richter
2013-03-04
1
-3
/
+5
*
Updated Travis YAML.
Stephan Richter
2013-03-04
1
-2
/
+2
*
Updated Travis YAML.
Stephan Richter
2013-03-04
1
-0
/
+11
*
Back to development: 4.0.6
Albertas Agejevas
2013-02-28
2
-1
/
+7
*
Preparing release 4.0.5
4.0.5
Albertas Agejevas
2013-02-28
2
-2
/
+2
*
Update changelog.
Albertas Agejevas
2013-02-28
1
-1
/
+2
*
Fixed a verifyClass false positive with a decorated method.
Albertas Agejevas
2013-02-28
2
-0
/
+27
*
Back to development: 4.0.5
Stephan Richter
2013-02-21
2
-1
/
+7
*
Preparing release 4.0.4
4.0.4
Stephan Richter
2013-02-21
2
-2
/
+2
*
- Fixed a bug that was revealed by porting zope.traversing. During a loop, the
Stephan Richter
2013-02-21
2
-2
/
+3
*
Nest into Github.
Tres Seaver
2013-01-11
6
-106
/
+12
*
Ignore derived.
Tres Seaver
2013-01-07
1
-0
/
+16
*
svb
Tres Seaver
2012-12-31
2
-1
/
+6
*
Prep 4.0.3 release.
Tres Seaver
2012-12-31
2
-3
/
+3
*
Add 'Framework :: Zope3' classifier.
Tres Seaver
2012-12-31
1
-0
/
+1
*
Normalize Python classifiers.
Tres Seaver
2012-12-31
1
-0
/
+2
*
svb
Tres Seaver
2012-11-21
2
-1
/
+6
*
Prep 4.0.2 release.
Tres Seaver
2012-11-21
2
-2
/
+2
*
Note support for Python 3.3.
Tres Seaver
2012-11-21
3
-1
/
+4
*
- LP #1055223: Fix test which depended on dictionary order and failed randomly
Brian Sutherland
2012-09-28
2
-2
/
+5
*
Typo + note docs built by full tox run.
Tres Seaver
2012-06-29
1
-3
/
+4
*
Document running tests / building docs via tox.
Tres Seaver
2012-06-27
1
-0
/
+81
*
Run Sphinx commands directly, rather than via 'make'.
Tres Seaver
2012-06-27
1
-12
/
+6
*
Fix docs version.
Tres Seaver
2012-06-27
1
-2
/
+2
*
Restore ability to install the package in the absence of 'setuptools'.
Tres Seaver
2012-06-20
2
-1
/
+2
*
Repository policy.
Tres Seaver
2012-06-18
2
-2
/
+2
*
Add classifiers for CPython, PyPy.
Tres Seaver
2012-06-04
1
-0
/
+2
*
svb
Tres Seaver
2012-05-22
2
-1
/
+6
*
Prep 4.0.1 release.
Tres Seaver
2012-05-22
2
-2
/
+2
*
Drop explicit DeprecationWarnings for "class advice" APIS
Tres Seaver
2012-05-22
3
-29
/
+13
*
svb
Tres Seaver
2012-05-16
2
-1
/
+6
*
Prep 4.0.0 release.
Tres Seaver
2012-05-16
2
-3
/
+3
*
Automate build of Sphinx HTML docs and running doctest snippets via tox.
Tres Seaver
2012-05-09
2
-1
/
+13
*
Ignore more artifacts.
Tres Seaver
2012-04-17
1
-0
/
+2
*
Merge tseaver-no_2to3 branch.
Tres Seaver
2012-04-17
32
-1547
/
+2574
|
\
|
*
Tox doesn't need zope.fixers under 3.2.
Tres Seaver
2012-04-06
1
-1
/
+0
|
*
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
3
-47
/
+104
|
*
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
|
*
Fix up snippets to run in Sphinx context.
Tres Seaver
2012-04-06
6
-281
/
+613
|
*
Move commented-out doctest snippets into API docs as real snippets.
Tres Seaver
2012-04-06
4
-712
/
+1022
|
*
Include repoze.sphinx.autointerface for building docs.
Tres Seaver
2012-04-06
1
-1
/
+9
|
*
Add page for API docs.
Tres Seaver
2012-04-06
2
-0
/
+20
|
*
Include repoze.sphinx.autointerface for building docs.
Tres Seaver
2012-04-06
1
-1
/
+1
|
*
Ensure that all doctest blocks get recognized by Sphinx.
Tres Seaver
2012-04-06
3
-7
/
+11
[prev]
[next]