| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to zope.untrustedpython >= 5.re-enable-zope.untrustedpython | Michael Howitz | 2021-06-02 | 1 | -4/+3 |
| | | | | | The extra ``untrustedpython`` now for Python 3, too, installs ``zope.untrustedpython``. | ||||
| * | Back to development: 5.1.2 | Jason Madden | 2020-03-23 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 5.1.15.1.1 | Jason Madden | 2020-03-23 | 1 | -1/+1 |
| | | |||||
| * | Ensure all objects have consistent interface resolution orders. | Jason Madden | 2020-03-23 | 1 | -1/+1 |
| | | | | | Fixes #71 | ||||
| * | Back to development: 5.2.0 | Michael Howitz | 2020-02-14 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 5.1.05.1.0 | Michael Howitz | 2020-02-14 | 1 | -1/+1 |
| | | |||||
| * | Allow to use a common Sphinx version for Python 2 and 3. (#70) | Michael Howitz | 2020-02-14 | 1 | -2/+1 |
| | | | | | | | * Allow to use a common Sphinx version for Python 2 and 3. * Work around pypa/virtualenv#1555 | ||||
| * | Merge pull request #67 from zopefoundation/deprecated-setuptools-features | Jason Madden | 2020-02-12 | 1 | -22/+17 |
| |\ | | | | | Drop the use of the deprecated setuptools Features | ||||
| | * | Drop the use of the deprecated setuptools Featuresdeprecated-setuptools-features | Jason Madden | 2020-01-20 | 1 | -22/+17 |
| | | | |||||
| * | | Let interfaces be iterated on Python 3 | Jason Madden | 2020-02-06 | 1 | -1/+1 |
| |/ | | | | Fixes https://github.com/zopefoundation/zope.interface/issues/141 | ||||
| * | Back to development: 5.1 | Marius Gedminas | 2019-11-11 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 5.05.0 | Marius Gedminas | 2019-11-11 | 1 | -1/+1 |
| | | |||||
| * | Properly declare dependency on zope.schema >= 4.2.0 | Colin Watson | 2019-10-25 | 1 | -1/+1 |
| | | | | | This was introduced in zope.security 4.2.1. | ||||
| * | Drop forgotten 3.4 classifier | Marius Gedminas | 2019-04-30 | 1 | -1/+0 |
| | | |||||
| * | Update to current Python versions. (#61) | Michael Howitz | 2019-04-06 | 1 | -2/+5 |
| | | | | | Additionally we have to pin an older `Sphinx` version to keep supporting Python 2. | ||||
| * | Back to development: 4.3.2 | Adam Groszer | 2019-01-03 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.3.14.3.1 | Adam Groszer | 2019-01-03 | 1 | -1/+1 |
| | | |||||
| * | Switch to new Framework :: Zope :: 3 classifier | Marius Gedminas | 2018-10-19 | 1 | -1/+1 |
| | | | | | | See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this. | ||||
| * | Back to development: 4.3.1 | Jason Madden | 2018-08-24 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.3.04.3.0 | Jason Madden | 2018-08-24 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.2.4 | Marius Gedminas | 2018-08-09 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.2.34.2.3 | Marius Gedminas | 2018-08-09 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.2.3 | Marius Gedminas | 2018-08-09 | 1 | -1/+1 |
| | | |||||
| * | Reconcile git history | Marius Gedminas | 2018-08-09 | 1 | -1/+1 |
| |\ | | | | | | | | | The 4.2.2 release was made off a branch that was never merged back into master! | ||||
| | * | Preparing release 4.2.24.2.2 | Jason Madden | 2018-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | Add Python 3.7 support | Marius Gedminas | 2018-08-08 | 1 | -0/+1 |
| |/ | |||||
| * | Back to development: 4.2.2 | Jason Madden | 2017-11-30 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.2.14.2.1 | Jason Madden | 2017-11-30 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 4.2.1 | Jason Madden | 2017-09-20 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.2.04.2.0 | Jason Madden | 2017-09-20 | 1 | -1/+1 |
| | | |||||
| * | Convert 'untrustedpython' to a proper extra using python_version | Jason Madden | 2017-09-20 | 1 | -10/+19 |
| | | |||||
| * | Use zope.proxy 4.3.0 so that tests pass on Py3.issue40 | Jason Madden | 2017-09-13 | 1 | -3/+3 |
| | | |||||
| * | Use features and an optional_build_extissue33b | Jason Madden | 2017-09-11 | 1 | -46/+73 |
| | | | | | | | | | | Just like zope.interface (copied from there). Fixes #33. This should eliminate any chance of polluting (local) wheel caches if PURE_PYTHON happens to be defined. | ||||
| * | Switch to modern 'coverage' environment and run doctests on all versions | Jason Madden | 2017-09-07 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | Based on #29. Drop Python 3.3. Enable coveralls on Travis CI, and also fix using interpreters that aren't there in the new default 'trusty' image. Coverage is not at 100% and in fact appears to have dropped (I show 92% in one run, vs the previous reported 97%), but that's because `coverage` and coveralls report files that aren't even imported (we have a lot of those in the 'tests' package)...nosetests didn't. | ||||
| * | svb | Tres Seaver | 2017-05-17 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.1.1 release.4.1.1 | Tres Seaver | 2017-05-17 | 1 | -1/+1 |
| | | |||||
| * | svb | Tres Seaver | 2017-04-24 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.1.0 release.4.1.0 | Tres Seaver | 2017-04-24 | 1 | -1/+1 |
| | | |||||
| * | Fix iteration of BTrees.items() in pure-python; and 3.6 support | Jason Madden | 2017-04-24 | 1 | -13/+18 |
| | | | | | | | | | | | | | | | | Also fix ``list(proxy_btree.items())`` (or a list comprehension of the same) in Python 3, which wants the ``__len__`` for a hint. This is a central place to make sure these all behave consistently. Fixes #20 Also drop pypy3 As a 3.2 implementation, it's not supported by pip anymore. There is a much more recent version, 3.5-beta, but it's not on Travis yet. The 3.3-alpha which is on Travis is a dead end. | ||||
| * | Drop support for Python 2.6 and 3.2. | Tres Seaver | 2016-03-23 | 1 | -3/+1 |
| | | |||||
| * | Note explicit support for Python 3.5 | Felix Yan | 2015-11-08 | 1 | -0/+1 |
| | | |||||
| * | svb | Tres Seaver | 2015-06-02 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.0.3 release.4.0.3 | Tres Seaver | 2015-06-02 | 1 | -1/+1 |
| | | |||||
| * | svb | Tres Seaver | 2015-06-02 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.0.2 release.4.0.2 | Tres Seaver | 2015-06-02 | 1 | -1/+1 |
| | | |||||
| * | 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.0.1 release.4.0.1 | Tres Seaver | 2014-03-19 | 1 | -1/+1 |
| | | |||||
| * | Note explicit support for Python 3.4. | Tres Seaver | 2014-03-17 | 1 | -0/+1 |
| | | |||||
| * | svb | Tres Seaver | 2013-07-09 | 1 | -1/+1 |
| | | |||||
