Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back to development: 4.6.0 | Michael Howitz | 2020-02-10 | 2 | -1/+7 |
| | |||||
* | Preparing release 4.5.04.5.0 | Michael Howitz | 2020-02-10 | 2 | -2/+2 |
| | |||||
* | Report coverage in HTML to see where it is missing: | Michael Howitz | 2020-02-10 | 1 | -0/+1 |
| | | | | * There is no zope.untrustedpython version for Python 3 yet. | ||||
* | Fix tox run for Python 2. | Michael Howitz | 2020-02-10 | 1 | -0/+3 |
| | |||||
* | Use same version as for coverage. | Michael Howitz | 2020-02-10 | 1 | -1/+1 |
| | |||||
* | Use newer syntax. | Michael Howitz | 2020-02-10 | 1 | -3/+3 |
| | |||||
* | Use Python 3.8 final on Travis CI | Marius Gedminas | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | Modernize Python versions. | Jürgen Gmach | 2019-10-02 | 4 | -12/+9 |
| | | | | | | | | | | - add support for Python 3.8. - drop support for Python 3.4. - bump version number. modified: .travis.yml modified: CHANGES.rst modified: setup.py modified: tox.ini | ||||
* | Merge pull request #24 from zopefoundation/fix-pypy | Marius Gedminas | 2019-10-02 | 1 | -1/+1 |
|\ | | | | | Fix tests on PyPy | ||||
| * | Fix tests on PyPyfix-pypy | Marius Gedminas | 2019-10-01 | 1 | -1/+1 |
|/ | | | | | | | Instance methods have type 'instancemethod' instead of just 'method' on PyPy2.7 (version 7.0.0 here). Closes #22. | ||||
* | 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.4.2 | Jason Madden | 2018-10-16 | 2 | -1/+7 |
| | |||||
* | Preparing release 4.4.14.4.1 | Jason Madden | 2018-10-16 | 2 | -2/+2 |
| | |||||
* | Merge pull request #18 from zopefoundation/issue17 | Jason Madden | 2018-10-16 | 4 | -10/+14 |
|\ | | | | | Fix deprecation warnings. | ||||
| * | Fix deprecation warnings. | Jason Madden | 2018-10-16 | 4 | -10/+14 |
|/ | | | | Fixes #17 | ||||
* | Back to development: 4.5 | Michael Howitz | 2018-10-05 | 2 | -1/+7 |
| | |||||
* | Preparing release 4.44.4 | Michael Howitz | 2018-10-05 | 2 | -3/+3 |
| | |||||
* | Add support for Python 3.7 | Jeremy Kolbe | 2018-10-05 | 4 | -4/+11 |
| | |||||
* | Point to pagetemplates.rtd.io instead of the zope2 book. Refs ↵ | Jason Madden | 2017-12-15 | 2 | -2/+2 |
| | | | | | zopefoundation/zope.tal#9 (#14) [skip ci] | ||||
* | Point to the RTD version of the zope2book. | Michael Howitz | 2017-12-13 | 2 | -2/+2 |
| | |||||
* | Merge pull request #13 from zopefoundation/rtd-docs | Jason Madden | 2017-11-03 | 22 | -129/+943 |
|\ | | | | | Build documents with Sphinx for RTD | ||||
| * | Cross-refs to zope.tal[es] now that they're on RTDrtd-docs | Jason Madden | 2017-11-03 | 1 | -0/+2 |
| | | |||||
| * | Fix Sphinx doctest build under Python 3. | Jason Madden | 2017-11-03 | 1 | -2/+2 |
| | | | | | | | | | | | | I don't know how it actually passes, though, since test_engine.py includes a bunch of other regexes to normalize, and if I take those out then running the unittest doctest fails. | ||||
| * | Build documents with Sphinx for RTD | Jason Madden | 2017-11-02 | 22 | -127/+939 |
|/ | | | | | | Fixes #8 Run doctests with Sphinx on all versions as well. | ||||
* | Use SVG icon for Travis | Marius Gedminas | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Back to development: 4.3.1 | Jason Madden | 2017-09-04 | 2 | -1/+7 |
| | |||||
* | Preparing release 4.3.04.3.0 | Jason Madden | 2017-09-04 | 2 | -2/+2 |
| | |||||
* | Merge pull request #12 from zopefoundation/coverage | Jason Madden | 2017-09-04 | 18 | -410/+535 |
|\ | | | | | 100% Test Coverage. | ||||
| * | whitespace [skip ci] | Jason Madden | 2017-09-04 | 1 | -5/+4 |
| | | |||||
| * | 100% test coveragecoverage | Jason Madden | 2017-08-14 | 11 | -300/+419 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9 Two potentially important changes: - Removed unused code in the tests/ package. If other packages were using it, they will need updates. (They shouldn't be, but that's happened before.) - Changed TraversableModuleImporter to catch ImportError instead of KeyError. There's no way the underlying SimpleModuleImporter can raise a KeyError anymore. I think this is the desired semantic but I am not 100% sure. | ||||
| * | Add Python 3.6, drop Python 3.3universal_wheels | Jason Madden | 2017-08-14 | 9 | -111/+118 |
|/ | | | | | | | - Badges - Enable coverage reporting and coveralls - Less than 100%; see #9 - Enable universal wheels by using environment markers in the dependencies. | ||||
* | update bootstrap.py | Adam Groszer | 2016-04-20 | 1 | -15/+36 |
| | |||||
* | Merge pull request #7 from zopefoundation/add-py35-support | Tres Seaver | 2016-04-13 | 4 | -10/+14 |
|\ | | | | | Add support for Python 3.5. | ||||
| * | Use tox-travis. | Tres Seaver | 2016-04-13 | 1 | -12/+9 |
| | | |||||
| * | Add support for Python 3.5. | Tres Seaver | 2016-04-13 | 4 | -2/+9 |
|/ | |||||
* | Drop spurious '[testenv:py26]' block. | Tres Seaver | 2016-03-24 | 1 | -5/+0 |
| | | | | [ci skip] | ||||
* | Merge pull request #6 from zopefoundation/drop-py26-py32-support | Tres Seaver | 2016-03-23 | 4 | -8/+4 |
|\ | | | | | Drop support for Python 2.6 and 3.2. | ||||
| * | Drop support for Python 2.6 and 3.2.drop-py26-py32-support | Tres Seaver | 2016-03-23 | 4 | -8/+4 |
|/ | |||||
* | Ignore build artefacts | Marius Gedminas | 2015-11-08 | 1 | -0/+1 |
| | |||||
* | Ignore 'eggs' subdir. | Tres Seaver | 2015-06-13 | 1 | -4/+5 |
| | |||||
* | Undo pre-release pins. | Tres Seaver | 2015-06-08 | 1 | -8/+0 |
| | |||||
* | svb | Tres Seaver | 2015-06-06 | 2 | -1/+6 |
| | |||||
* | Prep 4.2.1 release.4.2.1 | Tres Seaver | 2015-06-06 | 2 | -2/+2 |
| | |||||
* | Merge branch 'py32' | Tres Seaver | 2015-06-06 | 7 | -19/+26 |
|\ | |||||
| * | Work around pip + wheel + conditional deps in zope.schema.py32 | Tres Seaver | 2015-06-06 | 1 | -4/+5 |
| | | |||||
| * | Add support for Python 3.2 | Jason Madden | 2015-06-05 | 7 | -15/+21 |
|/ | |||||
* | svb | Tres Seaver | 2015-06-02 | 2 | -1/+6 |
| | |||||
* | Prep 4.2.0 release.4.2.0 | Tres Seaver | 2015-06-02 | 2 | -2/+2 |
| | |||||
* | Target 4.2.0, since supported platforms changed. | Tres Seaver | 2015-06-02 | 2 | -4/+3 |
| | |||||
* | Merge pull request #4 from NextThought/pypy-support | Tres Seaver | 2015-06-02 | 6 | -13/+22 |
|\ | | | | | Add PyPy support. |