Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Configuring for c-code | Michael Howitz | 2021-09-15 | 1 | -4/+1 |
| | |||||
* | Configuring for c-code | Michael Howitz | 2021-08-30 | 1 | -22/+54 |
| | |||||
* | Ensure all objects have consistent interface resolution orders. | Jason Madden | 2020-03-23 | 1 | -21/+3 |
| | | | | Fixes #71 | ||||
* | Pimp MANIFEST + render missing lines as HTML report. | Michael Howitz | 2020-02-14 | 1 | -0/+1 |
| | |||||
* | Allow to use a common Sphinx version for Python 2 and 3. (#70) | Michael Howitz | 2020-02-14 | 1 | -1/+3 |
| | | | | | | * Allow to use a common Sphinx version for Python 2 and 3. * Work around pypa/virtualenv#1555 | ||||
* | Update to current Python versions. (#61) | Michael Howitz | 2019-04-06 | 1 | -4/+11 |
| | | | | Additionally we have to pin an older `Sphinx` version to keep supporting Python 2. | ||||
* | Add Python 3.7 support | Marius Gedminas | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | 100% coverage for testing.py | Jason Madden | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Add test environments for ZOPE_WATCH_CHECKERS | Jason Madden | 2017-09-11 | 1 | -4/+5 |
| | | | | | | They cover both the pure-python and C cases. This modified two existing test environments, but without loss of test coverage (since PyPy will always cover the pure-python case). | ||||
* | Fix ZOPE_WATCH_CHECKERS=1 in pure-Python mode. | Jason Madden | 2017-09-11 | 1 | -1/+1 |
| | | | | | | Fixes #8. Test environments still to come. | ||||
* | Switch to modern 'coverage' environment and run doctests on all versions | Jason Madden | 2017-09-07 | 1 | -17/+12 |
| | | | | | | | | | | | | | | 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. | ||||
* | Fix iteration of BTrees.items() in pure-python; and 3.6 support | Jason Madden | 2017-04-24 | 1 | -25/+6 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Don't use/poison global wheel cache when building w/ PURE_PYTHON.avoid-poisoning-wheel-cache-python-pure | Tres Seaver | 2016-04-14 | 1 | -1/+3 |
| | |||||
* | Drop support for Python 2.6 and 3.2. | Tres Seaver | 2016-03-23 | 1 | -4/+4 |
| | |||||
* | Note explicit support for Python 3.5 | Felix Yan | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | Note explicit support for Python 3.4. | Tres Seaver | 2014-03-17 | 1 | -1/+1 |
| | |||||
* | Add test environments for the PURE_PYTHON environment variable. | Tres Seaver | 2013-03-11 | 1 | -1/+13 |
| | | | | Get the one test which failed under that environment to pass. | ||||
* | Start of PyPy support. | Stephan Richter | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | Use python3.3 to run documentation testsmoretests | Andrey Lebedev | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | More tests are running under python-3 | Andrey Lebedev | 2013-02-19 | 1 | -0/+1 |
| | | | | | | Include documentation doctests into main test suite. Documentation is updated to be valid under python-3 and some critical bugs in python-3 are revealed. | ||||
* | Note Py3k support. | Tres Seaver | 2013-02-13 | 1 | -1/+1 |
| | | | | | | | Add Trove classifiers for supported versions. Note that PyPy is not yet supported: we need a pure-Python version of the _proxy and _zope_security_checker implementations. | ||||
* | Remove all traces of untrustedpython and remove RestrictedPython | Stephan Richter | 2013-02-12 | 1 | -7/+4 |
| | | | | dependency. | ||||
* | Run Sphinx html / doctests builds via tox. | Tres Seaver | 2012-12-23 | 1 | -1/+1 |
| | |||||
* | Run coverage tests under tox. | Tres Seaver | 2012-12-23 | 1 | -1/+1 |
| | |||||
* | Get minimal toxification done. | Tres Seaver | 2012-12-21 | 1 | -0/+58 |