summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Back to development: 3.1HEADmasterMichael Howitz2023-03-271-1/+1
|
* Preparing release 3.03.0Michael Howitz2023-03-271-1/+1
|
* Config with pure python template (#18)Michael Howitz2023-01-181-14/+5
| | | | * Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.11.
* Back to development: 2.5Michael Howitz2022-04-061-1/+1
|
* Preparing release 2.42.4Michael Howitz2022-04-061-1/+1
|
* Add support for Python 3.10 + fix docs.Michael Howitz2022-04-061-0/+1
|
* Activate GH actions. (#7)Michael Howitz2020-11-171-0/+1
|
* Configuring for pure-python (#5)Michael Howitz2020-05-201-2/+12
|
* Switch to new Framework :: Zope :: 3 classifierMarius Gedminas2018-10-191-1/+1
| | | | | See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this.
* Back to development: 2.4Michael Howitz2018-10-051-1/+1
|
* Preparing release 2.32.3Michael Howitz2018-10-051-1/+1
|
* Add support for Python 3.7Jeremy Kolbe2018-10-051-0/+1
|
* Back to development: 2.2.1Jason Madden2017-08-101-1/+1
|
* Preparing release 2.2.02.2.0Jason Madden2017-08-101-1/+1
|
* Drop Python 3.3 and add Python 3.6docsJason Madden2017-08-041-1/+1
|
* Switch to zope.testrunner for namespace path issues.Jason Madden2017-08-041-3/+7
|
* Publish docs to RTDJason Madden2017-08-041-10/+17
|
* Add support for Python 3.5.add-py35-supportTres Seaver2016-04-121-0/+1
|
* Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-231-3/+1
|
* svbTres Seaver2014-12-261-1/+1
|
* Prep 2.1.0 release.2.1.0Tres Seaver2014-12-261-1/+1
|
* Add support for Python 3.4.Tres Seaver2014-12-261-1/+2
|
* Back to development: 2.0.3Stephan Richter2013-03-081-1/+1
|
* Preparing release 2.0.22.0.2Stephan Richter2013-03-081-1/+1
|
* Add Trove classifiers indicating CPython, 3.2 and PyPy support. AddedStephan Richter2013-03-081-2/+5
| | | | .gitignore.
* Back to development: 2.0.2Stephan Richter2013-02-111-1/+1
|
* Preparing release 2.0.1Stephan Richter2013-02-111-1/+1
|
* Back to development: 2.0.1Stephan Richter2013-02-111-1/+1
|
* Preparing release 2.0.0Stephan Richter2013-02-111-1/+1
|
* Added Python 3.3 and PyPy support.Stephan Richter2013-02-111-5/+6
|
* Drop support for Python 2.4 / 2.5.Tres Seaver2012-05-181-1/+4
|
* Reverted the changed made earlier and moved them to a branch.Souheil CHELFOUH2011-03-251-1/+1
|
* Added definitions to the base browser publishing process.Souheil CHELFOUH2011-03-241-1/+1
| | | | | This allows us to move toward a greater interoperability with other systems. This change will trigger a serie for changes in the zope packages, mainly in zope.publisher.
* Remove CVS $ fossils.Tres Seaver2010-06-031-2/+0
|
* Conform to repository policy.Tres Seaver2010-05-051-2/+2
|
* Bump versionHanno Schlichting2010-04-301-1/+1
|
* Prepare zope.browser 1.3.Hanno Schlichting2010-04-301-1/+1
|
* Removed test extra and zope.testing dependency.Hanno Schlichting2010-04-301-4/+0
|
* Back to development: 1.3devMichael Howitz2009-05-181-1/+1
|
* Preparing release 1.2Michael Howitz2009-05-181-1/+1
|
* - Moved ``ISystemErrorView`` interface here fromMichael Howitz2009-05-181-2/+4
| | | | | | | | | ``zope.app.exception`` to break undesirable dependencies. - Fixed home page and author's e-mail address. - Added doctests to long_description.
* svbTres Seaver2009-05-131-1/+1
|
* Prep 1.1 release.Tres Seaver2009-05-131-1/+1
|
* Move ``IAdding`` interface here from ``zope.app.container.interfaces``.Tres Seaver2009-05-131-1/+1
| | | | o Breaks undesirable dependencies.
* Prep 1.0 release.Tres Seaver2009-05-131-62/+62
|
* Move ``IView`` and ``IBrowserView`` interfaces here fromTres Seaver2009-05-131-1/+1
| | | | ``zope.publisher.interfaces`` to break undesirable dependencies.
* version bumpRoger Ineichen2008-12-111-1/+1
|
* implemented zope.browser, including an ITerms interface definition take from ↵Roger Ineichen2008-12-111-0/+62
zope.app.form.browser.interfaces added buildout scripts added tests