summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added 3.7 to testenv:docs in toxPython3.7supportJeremy Kolbe2018-10-061-1/+1
|
* Add support for Python 3.7Jeremy Kolbe2018-10-053-4/+5
|
* Fixed test WrongContainedTypeJeremy Kolbe2018-10-052-2/+7
|
* Use SVG icon for TravisMarius Gedminas2017-10-051-1/+1
|
* Back to development: 4.1.1Jason Madden2017-08-032-1/+7
|
* Preparing release 4.1.04.1.0Jason Madden2017-08-032-2/+2
|
* fix manifest per check-manifestJason Madden2017-08-031-0/+5
|
* Merge pull request #4 from zopefoundation/py36Jason Madden2017-07-3118-271/+235
|\ | | | | Add Python 3.6 and drop Python 3.3
| * Add Python 3.6 and drop Python 3.3py36Jason Madden2017-07-3118-271/+235
|/ | | | | | | | | | - Badges - Enable coveralls - 100% coverage - DRY with respect to dependencies in setup.py and tox.ini - Remove _compat.py and use of its u() function since Python 3.2 is dropped. - Run doctests on all python versions.
* update bootstrap.pyAdam Groszer2016-04-201-15/+36
|
* Merge pull request #3 from zopefoundation/drop-py26-py32-supportTres Seaver2016-03-234-38/+36
|\ | | | | Drop support for Python 2.6 and 3.2.
| * Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-234-38/+36
|/
* Merge pull request #2 from felixonmars/masterMarius Gedminas2015-11-075-3/+9
|\ | | | | Note explicit support for Python 3.5
| * Note explicit support for Python 3.5Felix Yan2015-11-075-3/+9
|/
* Add PyPI and RTD badges.Tres Seaver2015-01-281-0/+8
|
* Add RTD dependencies.Tres Seaver2015-01-281-0/+7
|
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
|
* Remove SVN fossilTres Seaver2015-01-211-1/+1
|
* Edit myself out in favor of J. Random Hacker.Tres Seaver2015-01-201-3/+3
| | | | [ci skip]
* Add a page to the docs on hacking 'zope.location'.Tres Seaver2015-01-203-0/+310
| | | | [ci skip]
* Note additional documentation dependencies.Tres Seaver2015-01-202-2/+9
| | | | [ci skip]
* Add Travis badge, garden ReST.Tres Seaver2014-12-292-7/+6
| | | | [ci skip]
* Bow to our new PEP 440 overlords.Tres Seaver2014-12-291-1/+1
| | | | [ci skip]
* 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/
* Update to latest bootstrap.pyMarius Gedminas2014-11-061-26/+34
| | | | Downloaded from http://downloads.buildout.org/2/bootstrap.py
* Merge pull request #1 from nielsbom/masterTres Seaver2014-10-271-2/+2
|\ | | | | Fix typos in comment.
| * Fix typos in comment.Niels Bom2014-10-271-2/+2
|/
* svbTres Seaver2014-03-192-1/+7
|
* Prep 4.0.3 release.4.0.3Tres Seaver2014-03-192-2/+2
|
* Note explicit support for Python 3.4.Tres Seaver2014-03-173-2/+5
|
* Merge masterTres Seaver2013-07-098-47/+114
|\
| * modernize bootstrap.pyAdam Groszer2013-07-061-53/+165
| |
| * Back to development: 4.0.3Stephan Richter2013-03-112-1/+7
| |
| * Preparing release 4.0.24.0.2Stephan Richter2013-03-112-2/+2
| |
| * - Changed the behavior of ``LocationProxy``'s ``__setattr__()`` to correctlyStephan Richter2013-03-113-3/+52
| | | | | | | | | | | | behave when dealing with the pure Python version of the ``ProxyBase`` class. Also added a test suite that fully tests the pure Python proxy version of the ``LocationProxy`` class.
| * 'Updated Travis YAML.'Stephan Richter2013-03-041-0/+13
| |
| * Back to development: 4.0.2Stephan Richter2013-02-192-1/+7
| |
| * Preparing release 4.0.14.0.1Stephan Richter2013-02-192-2/+2
| |
| * Now that we have releases for all dependencies, a less toxic tox.ini isStephan Richter2013-02-196-198/+96
| | | | | | | | | | | | needed. ;-) Also, check the code base against Py 3.3.
* | Update to buildout 2.2's bootstrap.Tres Seaver2013-07-092-160/+70
|/
* Nest into Github.Tres Seaver2013-01-115-9/+12
| | | | | | | | - Denominate files to indicate ReST. - Drop .bzrignore. - Add MANIFEST.in FBO users w/o setuptools_git.
* Ignore derived.Tres Seaver2013-01-081-0/+13
|
* svbTres Seaver2012-06-072-1/+6
|
* Fix dependencies for the docs build.Tres Seaver2012-06-071-0/+6
|
* Typo.Tres Seaver2012-06-071-1/+1
|
* Prep 4.0.0 release.Tres Seaver2012-06-072-2/+2
|
* Removed backward-compatibility imports:Tres Seaver2012-06-073-13/+10
| | | | | | | | | | | - 'zope.copy.clone' (aliased as 'zope.location.pickling.locationCopy') - 'zope.copy.CopyPersistent' (aliased as 'zope.location.pickling.CopyPersistent'). - 'zope.site.interfaces.IPossibleSite' (aliased as 'zope.location.interfaces.IPossibleSite').
* Add Python 3.2 support.Tres Seaver2012-06-075-62/+82
|
* Make 'zope.component' dependency optional.Tres Seaver2012-06-0710-29/+46
| | | | | | | | | Use the 'component' extra to force its installation, or just require it directly). If 'zope.component' is not present, this package defines the 'ISite' interface itself, and omits adapter registrations from its ZCML.