Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use/poison global wheel cache when building w/ PURE_PYTHON.avoid-poisoning-wheel-cache-python-pure | Tres Seaver | 2016-04-14 | 2 | -0/+6 |
| | |||||
* | Merge pull request #20 from zopefoundation/drop-py26-py32-support | Tres Seaver | 2016-03-23 | 4 | -24/+14 |
|\ | | | | | Drop support for Python 2.6 and 3.2. | ||||
| * | Add 'py27-minimal' tox target as replacement for 'py26-minimal'. | Tres Seaver | 2016-03-23 | 2 | -4/+9 |
| | | | | | | | | Drop spurious '[testenv:py26]' block. | ||||
| * | Drop support for Python 2.6 and 3.2.drop-py26-py32-support | Tres Seaver | 2016-03-23 | 4 | -21/+6 |
|/ | |||||
* | Merge pull request #19 from felixonmars/master | Marius Gedminas | 2015-11-06 | 1 | -1/+1 |
|\ | | | | | Use shields.io for PyPI badge | ||||
| * | Use shields.io for PyPI badge | Felix Yan | 2015-11-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #18 from felixonmars/master | Marius Gedminas | 2015-11-06 | 1 | -3/+6 |
|\ \ | |/ | | | Make Travis look nicer by specifying python version only for py35 TOXENV | ||||
| * | Make Travis look nicer by specifying python version only for py35 TOXENV | Felix Yan | 2015-11-06 | 1 | -3/+6 |
| | | |||||
* | | Merge pull request #17 from felixonmars/master | Marius Gedminas | 2015-11-06 | 4 | -2/+12 |
|\ \ | |/ | | | Note explicit support for Python 3.5 | ||||
| * | Note explicit support for Python 3.5 | Felix Yan | 2015-11-06 | 4 | -2/+12 |
|/ | |||||
* | svb | Tres Seaver | 2015-06-04 | 2 | -1/+6 |
| | |||||
* | Prep 4.2.2 release.4.2.2 | Tres Seaver | 2015-06-04 | 2 | -2/+2 |
| | |||||
* | Garden. | Tres Seaver | 2015-06-04 | 1 | -86/+80 |
| | |||||
* | Accomodate renamed tox environment. | Tres Seaver | 2015-06-04 | 1 | -2/+2 |
| | |||||
* | Work around pip + wheel + conditional deps in zope.schema. | Tres Seaver | 2015-06-04 | 1 | -4/+12 |
| | | | | | | - Hard-wire ordereddict dependency when testing w/ 2.6. - Switch coverage and docs to use 2.7. | ||||
* | Merge pull request #16 from NextThought/pypy-support | Tres Seaver | 2015-06-02 | 3 | -2/+87 |
|\ | | | | | Add failing functional/integration tests for the interaction between zope.security/zope.proxy/zope.component | ||||
| * | Run tests under PURE_PYTHON for 2.7 and 3.4, ruling out a PyPy ↵ | Jason Madden | 2015-06-02 | 2 | -1/+15 |
| | | | | | | | | implementation issue. | ||||
| * | Add failing functiona/integration tests at this level for the interaction ↵ | Jason Madden | 2015-05-28 | 1 | -1/+72 |
| | | | | | | | | between zope.security/zope.proxy/zope.component. These previously existed in a zcml.rst doctest only and will fail under PyPy under zopefoundation/zope.security#11 and/or zopefoundation/zope.proxy#8 is fixed. | ||||
* | | Ignore .eggs subdir. | Tres Seaver | 2015-06-01 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #15 from NextThought/pypy-support | Tres Seaver | 2015-05-27 | 4 | -10/+5 |
|\ \ | |/ | | | Run test_persistentregistry under PyPy/3, and fix it | ||||
| * | Run test_persistentregistry under PyPy/3, and fix it. Doctests still fail ↵ | Jason Madden | 2015-05-27 | 4 | -10/+5 |
|/ | | | | under PyPy. | ||||
* | Switch to 'usedevelop = true' FBO nose / coverage. | Tres Seaver | 2015-02-25 | 1 | -31/+6 |
| | | | | Drop the manual 'unistall' / 'copy __init__.py' / 'install -e' dance. | ||||
* | Disable 'standalone' test when zope.security is missing. | Tres Seaver | 2015-02-25 | 1 | -35/+42 |
| | |||||
* | Use 'full' dependencies for normal test runs. | Tres Seaver | 2015-02-23 | 1 | -2/+1 |
| | |||||
* | Less DAMP | Tres Seaver | 2015-02-23 | 1 | -16/+19 |
| | | | | Can't be DRY, but do a little bit better on repeated commands. | ||||
* | Silence setuptools chatter during test runs. | Tres Seaver | 2015-02-23 | 1 | -2/+2 |
| | |||||
* | DAMP | Tres Seaver | 2015-02-23 | 1 | -41/+27 |
| | | | | | | Can't be DRY, but do a little bit better. [ci skip] | ||||
* | Extra RTD deps. | Tres Seaver | 2015-01-28 | 1 | -0/+12 |
| | |||||
* | Add RTD badge. | Tres Seaver | 2015-01-28 | 1 | -0/+4 |
| | |||||
* | Add RTD dependency. | Tres Seaver | 2015-01-28 | 1 | -0/+1 |
| | |||||
* | Merge pull request #12 from msabramo/patch-1 | Tres Seaver | 2015-01-27 | 1 | -1/+3 |
|\ | | | | | Update README.rst | ||||
| * | README.rst: Link zope.interface to GitHub | Marc Abramowitz | 2015-01-27 | 1 | -1/+3 |
| | | |||||
| * | Update README.rst | Marc Abramowitz | 2015-01-27 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #13 from msabramo/patch-2 | Marius Gedminas | 2015-01-27 | 1 | -0/+4 |
|\ | | | | | README.rst: Add PyPI badge | ||||
| * | README.rst: Add PyPI badge | Marc Abramowitz | 2015-01-26 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #14 from msabramo/patch-3 | Marius Gedminas | 2015-01-27 | 1 | -1/+1 |
|\ \ | |/ |/| | setup.py: Set url to GitHub | ||||
| * | setup.py: Set url to GitHub | Marc Abramowitz | 2015-01-26 | 1 | -1/+1 |
|/ | | | More useful than PyPI page. | ||||
* | Update hacking docs for Github. | Tres Seaver | 2015-01-26 | 1 | -121/+132 |
| | |||||
* | Silence Sphinx warning. | Tres Seaver | 2015-01-22 | 1 | -0/+0 |
| | |||||
* | Edit myself out in favor of J. Random Hacker. | Tres Seaver | 2015-01-20 | 1 | -2/+2 |
| | | | | [ci skip] | ||||
* | Remove no-longer true mention of building docs in buildout. | Tres Seaver | 2015-01-19 | 1 | -23/+0 |
| | |||||
* | Bow to our new PEP 440 overlords. | Tres Seaver | 2014-12-29 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Add Travis badge, garden ReST. | Tres Seaver | 2014-12-29 | 2 | -38/+41 |
| | | | | [ci skip] | ||||
* | Update to latest bootstrap. | Tres Seaver | 2014-12-20 | 1 | -7/+18 |
| | |||||
* | Speed up Travis start via 'sudo: false'. | Tres Seaver | 2014-12-18 | 1 | -0/+1 |
| | | | | See: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ | ||||
* | Fix dict order issues with 'tox -e docs' | Marius Gedminas | 2014-12-12 | 1 | -5/+5 |
| | |||||
* | Make Travis CI run tox | Marius Gedminas | 2014-12-12 | 2 | -8/+13 |
| | | | | | | Because 'python setup.py test' fails (and has always failed in Travis), and I've no time to debug. Also, I don't like duplicating test instructions in two places (tox.ini and .travis.yml). | ||||
* | Update MANIFEST.in | Marius Gedminas | 2014-12-12 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' of github.com:zopefoundation/zope.component | Tres Seaver | 2014-12-11 | 1 | -26/+34 |
|\ | |||||
| * | Update to latest bootstrap.py | Marius Gedminas | 2014-11-06 | 1 | -26/+34 |
| | | | | | | | | Downloaded from http://downloads.buildout.org/2/bootstrap.py |