summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Back to development: 2.0.3Stephan Richter2013-03-082-1/+7
|
* Preparing release 2.0.22.0.2Stephan Richter2013-03-082-2/+2
|
* Add Trove classifiers indicating CPython, 3.2 and PyPy support. AddedStephan Richter2013-03-084-5/+20
| | | | .gitignore.
* 'Updated Travis YAML.'Stephan Richter2013-03-041-0/+11
|
* Back to development: 2.0.2Stephan Richter2013-02-112-1/+7
|
* Preparing release 2.0.1Stephan Richter2013-02-112-2/+2
|
* Add various root directory files.Stephan Richter2013-02-111-1/+3
|
* Added tox.ini.Stephan Richter2013-02-112-2/+2
|
* Back to development: 2.0.1Stephan Richter2013-02-112-1/+7
|
* Preparing release 2.0.0Stephan Richter2013-02-112-2/+2
|
* Added Python 3.3 and PyPy support.Stephan Richter2013-02-117-11/+43
|
* Drop support for Python 2.4 / 2.5.Tres Seaver2012-05-182-2/+6
|
* Reverted the changed made earlier and moved them to a branch.Souheil CHELFOUH2011-03-255-245/+22
|
* Added definitions to the base browser publishing process.Souheil CHELFOUH2011-03-245-22/+245
| | | | | 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-033-5/+1
|
* This extra has been gone for a month now.Tres Seaver2010-06-031-1/+1
| | | | How were we not seeing failing tests?
* Conform to repository policy.Tres Seaver2010-05-054-3/+48
|
* Bump versionHanno Schlichting2010-04-302-1/+5
|
* Prepare zope.browser 1.3.Hanno Schlichting2010-04-302-2/+2
|
* Removed test extra and zope.testing dependency.Hanno Schlichting2010-04-303-8/+2
|
* Update bootstrap and add missing svn:eol-styleHanno Schlichting2010-04-306-213/+282
|
* Back to development: 1.3devMichael Howitz2009-05-182-1/+7
|
* Preparing release 1.2Michael Howitz2009-05-182-2/+2
|
* - Moved ``ISystemErrorView`` interface here fromMichael Howitz2009-05-185-21/+42
| | | | | | | | | ``zope.app.exception`` to break undesirable dependencies. - Fixed home page and author's e-mail address. - Added doctests to long_description.
* svbTres Seaver2009-05-132-1/+6
|
* Prep 1.1 release.Tres Seaver2009-05-132-2/+2
|
* Move ``IAdding`` interface here from ``zope.app.container.interfaces``.Tres Seaver2009-05-134-1/+78
| | | | o Breaks undesirable dependencies.
* Prep 1.0 release.Tres Seaver2009-05-132-63/+63
|
* Move ``IView`` and ``IBrowserView`` interfaces here fromTres Seaver2009-05-135-29/+82
| | | | ``zope.publisher.interfaces`` to break undesirable dependencies.
* Fix DOS fileformat.Tres Seaver2009-05-131-8/+8
|
* Fix DOS fileformat.Tres Seaver2009-05-131-23/+23
|
* version bumpRoger Ineichen2008-12-112-2/+2
|
* implemented zope.browser, including an ITerms interface definition take from ↵Roger Ineichen2008-12-1110-0/+234
zope.app.form.browser.interfaces added buildout scripts added tests