| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added support for python 3.7 | Jeremy Kolbe | 2018-10-06 | 1 | -0/+1 |
| | | |||||
| * | Produce deprecation warnings for deprecated names in interfaces.py and ↵remove-unused-imports | Jason Madden | 2017-11-08 | 1 | -1/+3 |
| | | | | | | | | | | | | | | registry.py And also in hookable.py Do this using zope.deferredimport and zope.deprecation, two new dependencies. This introduces a transitive dependency on zope.proxy, but that was already part of the 'security' extra. zope.proxy runs on pypy but it doesn't yet support making the C extension optional (https://github.com/zopefoundation/zope.proxy/issues/26) Also drop the use of _compat._BLANK everywhere and just use the literal. | ||||
| * | whitespacehookable | Jason Madden | 2017-11-07 | 1 | -1/+1 |
| | | |||||
| * | Always depend on zope.hookable | Jason Madden | 2017-11-07 | 1 | -3/+3 |
| | | | | | | | | | And remove our Python implementation that was added in 2009. The two have now diverged with new features in zope.hookable. Since 2012, zope.hookable has had a Python implementation. Now, with 4.2, the C extension is an optional build. | ||||
| * | Back to development: 4.4.2 | Jason Madden | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.4.14.4.1 | Jason Madden | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.4.1 | Jason Madden | 2017-07-25 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.4.04.4.0 | Jason Madden | 2017-07-25 | 1 | -1/+1 |
| | | |||||
| * | 100% coverageissue29 | Jason Madden | 2017-06-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add change note and badge to readme. Remove unused class and function. Omit standalonetests.py entirely from coverage. Another unused class. Incorporate feedback in test__api.py * Bring back _callFUT and make the queryAdapterInContext tests call it * Change raise NotImplentedError into specific fails_if_called() calls. Remove redundant argument now that all test in Test_adapts pass under all versions. Remove NotImplementedError from test_globalregistry.py Remove NotImplementedError from test_hookable.py Remove NotImplementedError from test_registry.py Remove NotImplementedError from test_security.py Remove NotImplementedError from test_zcml.py Remove NotImplementedError from test_factory.py Document ZCML feature and devmode. Really accept all arguments unless opted out. | ||||
| * | Fix tox and travis by using zope.testrunner | Jason Madden | 2017-06-29 | 1 | -63/+55 |
| | | | | | | | | DRY with regards to dependencies. This lets us simplify travis to not use Tox which in turn lets us easily enable coveralls. Fixes #26 | ||||
| * | Back to development: 4.4.0 | Michael Howitz | 2016-08-26 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.3.04.3.0 | Michael Howitz | 2016-08-26 | 1 | -1/+1 |
| | | |||||
| * | Drop support for Python 2.6 and 3.2.drop-py26-py32-support | Tres Seaver | 2016-03-23 | 1 | -3/+1 |
| | | |||||
| * | Note explicit support for Python 3.5 | Felix Yan | 2015-11-06 | 1 | -0/+1 |
| | | |||||
| * | svb | Tres Seaver | 2015-06-04 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.2.2 release.4.2.2 | Tres Seaver | 2015-06-04 | 1 | -1/+1 |
| | | |||||
| * | setup.py: Set url to GitHub | Marc Abramowitz | 2015-01-26 | 1 | -1/+1 |
| | | | | More useful than PyPI page. | ||||
| * | Bow to our new PEP 440 overlords. | Tres Seaver | 2014-12-29 | 1 | -1/+1 |
| | | | | | [ci skip] | ||||
| * | svb | Tres Seaver | 2014-03-19 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.2.1 release.4.2.1 | Tres Seaver | 2014-03-19 | 1 | -1/+1 |
| | | |||||
| * | Note explicit support for Python 3.4. | Tres Seaver | 2014-03-17 | 1 | -1/+2 |
| | | |||||
| * | Back to development: 4.2.1 | Stephan Richter | 2014-02-05 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.2.04.2.0 | Stephan Richter | 2014-02-05 | 1 | -1/+1 |
| | | |||||
| * | Implemented ability to specify adapter and utility names in Python. Use | Stephan Richter | 2014-02-05 | 1 | -2/+2 |
| | | | | | | | the ``@zope.component.named(name)`` decorator to specify the name. All tox environments pass and coverage is at 100%. | ||||
| * | Back to development: 4.1.1 | Stephan Richter | 2013-02-28 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.1.04.1.0 | Stephan Richter | 2013-02-28 | 1 | -1/+1 |
| | | |||||
| * | - Changed "ZODB3" depdendency to "persistent". | Stephan Richter | 2013-02-28 | 1 | -3/+3 |
| | | | | | | | - ``tox`` now runs all tests for Python 3.2 and 3.3. - Enable buildout for Python 3. - Fixed new failing tests. | ||||
| * | Nest into Github. | Tres Seaver | 2013-01-11 | 1 | -2/+2 |
| | | | | | | | | | - Denominate files to indicate ReST. - Drop .bzrignore. - Add MANIFEST.in FBO users w/o setuptools_git. | ||||
| * | svb | Tres Seaver | 2012-12-31 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.0.2 release. | Tres Seaver | 2012-12-31 | 1 | -1/+1 |
| | | |||||
| * | Add 'Framework :: Zope3' classifier. | Tres Seaver | 2012-12-31 | 1 | -0/+1 |
| | | |||||
| * | svb | Tres Seaver | 2012-11-21 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.0.1 release. | Tres Seaver | 2012-11-21 | 1 | -1/+1 |
| | | |||||
| * | Add support for Python 3.3. | Tres Seaver | 2012-11-21 | 1 | -0/+1 |
| | | |||||
| * | svb | Tres Seaver | 2012-07-02 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.0.0 release. | Tres Seaver | 2012-07-02 | 1 | -1/+1 |
| | | |||||
| * | Merge tseaver-test_cleanup branch. | Tres Seaver | 2012-06-29 | 1 | -31/+53 |
| | | |||||
| * | Back to development: 3.12.2 | Wolfgang Schnerring | 2012-04-02 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 3.12.1 | Wolfgang Schnerring | 2012-04-02 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 3.12.1 | Wolfgang Schnerring | 2011-11-16 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 3.12.0 | Wolfgang Schnerring | 2011-11-16 | 1 | -1/+1 |
| | | |||||
| * | added missing Trove classifiers | Michael Howitz | 2011-11-16 | 1 | -1/+13 |
| | | |||||
| * | apply changes made to 3.11.0 tag | Chris McDonough | 2011-09-22 | 1 | -1/+1 |
| | | |||||
| * | vb | Chris McDonough | 2011-09-22 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 3.10.1 | Michael Howitz | 2010-09-25 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 3.10.0 | Michael Howitz | 2010-09-25 | 1 | -1/+1 |
| | | |||||
| * | use the new zope.testrunner package | Thomas Lotze | 2010-09-18 | 1 | -1/+2 |
| | | |||||
| * | created a security extra | Thomas Lotze | 2010-09-18 | 1 | -3/+4 |
| | | |||||
| * | got rid of the docs extra and the sphinxdoc recipe | Thomas Lotze | 2010-09-18 | 1 | -1/+0 |
| | | |||||
| * | bump | Fred Drake | 2010-07-09 | 1 | -1/+1 |
| | | |||||
