summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for building/testing w/ 'PURE_PYTHON' defined.add-pure-test-supportTres Seaver2016-04-142-2/+13
|
* Merge branch 'msabramo-doc_tweaks'Tres Seaver2016-03-241-4/+4
|\
| * Merge branch 'doc_tweaks' of https://github.com/msabramo/zope.interface into ↵Tres Seaver2016-03-241-4/+4
| |\ |/ / | | | | msabramo-doc_tweaks
| * docs/README.rst: Small tweaksMarc Abramowitz2015-01-261-4/+4
| |
* | Merge pull request #34 from zopefoundation/drop-py32-supportTres Seaver2016-03-234-5/+3
|\ \ | | | | | | Drop support for Python 3.2.
| * | Drop support for Python 3.2.drop-py32-supportTres Seaver2016-03-234-5/+3
|/ /
* | Drop mention of 'python2.6' from 'docs/hacking.txt'.Tres Seaver2016-03-091-4/+4
| | | | | | | | | | Addresses: https://github.com/zopefoundation/zope.interface/pull/33#issuecomment-194454496
* | Remove python 2.6 from appveyor, too.Tres Seaver2016-03-091-2/+0
| | | | | | | | | | Addresses: https://github.com/zopefoundation/zope.interface/pull/33#issuecomment-194451862
* | Drop support for Python 2.6.Tres Seaver2016-03-094-5/+5
| | | | | | | | | | | | Note explicit support for Python 3.5. Bump next release for semver.
* | Appveyor: 64-bit builds and wheelsappveyorMarius Gedminas2015-12-142-3/+38
| | | | | | | | Based on http://python-packaging-user-guide.readthedocs.org/en/latest/appveyor/
* | Add an appveyor.ymlMarius Gedminas2015-12-142-0/+29
| |
* | Merge pull request #27 from felixonmars/masterMarius Gedminas2015-11-061-1/+1
|\ \ | | | | | | Use shields.io for PyPI badge
| * \ Merge branch 'master' into masterFelix Yan2015-11-060-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #26 from felixonmars/masterMarius Gedminas2015-11-033-2/+4
|\ \ \ | | | | | | | | Note explicit support for Python 3.5
| | * | Use shields.io for PyPI badgeFelix Yan2015-11-061-1/+1
| |/ /
| * | Note explicit support for Python 3.5Felix Yan2015-11-033-2/+4
|/ /
* | Back to development: 4.1.4Marius Gedminas2015-10-052-1/+7
| |
* | Preparing release 4.1.34.1.3Marius Gedminas2015-10-052-2/+2
| |
* | Update MANIFEST.inMarius Gedminas2015-10-051-0/+7
| |
* | Update changelogMarius Gedminas2015-10-051-1/+2
| |
* | Merge pull request #25 from zopefoundation/fix-py35Marius Gedminas2015-10-051-1/+1
|\ \ | | | | | | Make zope.interface installable on Py3.5 w/o a C compiler
| * | Make zope.interface installable on Py3.5 w/o a C compilerMarius Gedminas2015-10-051-1/+1
|/ / | | | | | | Fixes #24.
* | Ignore .eggs subdir.Tres Seaver2015-06-011-9/+10
| |
* | Merge pull request #22 from gforcada/gforcada-patch-1Tres Seaver2015-03-151-4/+0
|\ \ | | | | | | Remove duplicated lines
| * | Remove duplicated linesGil Forcada2015-03-151-4/+0
|/ / | | | | Commit https://github.com/zopefoundation/zope.interface/commit/bc3b946593fa204b1969d8785b58418adaa19c80 duplicated some lines on branch merge.
* | Tox cleanups:Tres Seaver2015-03-011-12/+5
| | | | | | | | | | | | - Drop redundant 'py32' environ. - Switch to 'usedevelop=true' for nose / coverage. - Drop explicit jython env (tox will DTRT when jython works with it).
* | Add RTD badge.Tres Seaver2015-01-281-0/+4
| |
* | RTD dependencies.Tres Seaver2015-01-281-0/+1
| |
* | Merge pull request #18 from msabramo/add_pypi_badgeMarius Gedminas2015-01-271-0/+4
|\ \ | |/ |/| README.rst: Add PyPI latest version badge
| * README.rst: Add PyPI latest version badgeMarc Abramowitz2015-01-261-0/+4
|/
* Merge pull request #19 from msabramo/pypi_set_url_to_githubMarius Gedminas2015-01-261-1/+1
|\ | | | | setup.py: Make URL on PyPI point to GitHub
| * setup.py: Make URL on PyPI point to GitHubMarc Abramowitz2015-01-261-1/+1
|/ | | | rather than pointing at itself, which isn't very useful.
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
|
* Don't ignore docs.Tres Seaver2015-01-221-1/+0
|
* Remove SVN fossilTres Seaver2015-01-211-1/+1
|
* Edit myself out in favor of J. Random Hacker.Tres Seaver2015-01-201-2/+2
| | | | [ci skip]
* Remove no-longer true mention of building docs in buildout.Tres Seaver2015-01-191-36/+0
|
* Remove stray line.Tres Seaver2015-01-191-1/+0
| | | | [ci skip]
* Update hacking docs to reflect Github.Tres Seaver2015-01-111-41/+48
|
* svbTres Seaver2014-12-272-1/+7
|
* Prep 4.1.2 release.4.1.2Tres Seaver2014-12-272-2/+5
|
* Bow to the new PEP 440 overlords.Tres Seaver2014-12-271-1/+1
|
* Normalize ReST, etc.Tres Seaver2014-12-272-38/+38
|
* Avoid ResourceWarnings under Python 3.Tres Seaver2014-12-271-1/+2
|
* Remove deprecated unittest assertions.Tres Seaver2014-12-278-742/+669
|
* Update to latest bootstrap.Tres Seaver2014-12-201-7/+18
|
* Speed up Travis start via 'sudo: false'.Tres Seaver2014-12-181-0/+1
| | | | See: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
* 100% branch coverage.Tres Seaver2014-12-094-5/+8
| | | | | | We exclude interfaces declared with the 'class' statement, because their methods typically have only a doctstring in the suite, which confuses the branch coverage machinery.
* Normalize imports.Tres Seaver2014-12-091-3/+3
|
* Document hangup for Jython 2.7b1 support.Tres Seaver2014-12-081-3/+3
|