summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Note support for PyPy.pure_python_proxyTres Seaver2013-03-111-0/+1
|
* Add zope.testrunner dep to make Travis happy.Stephan Richter2013-03-051-2/+3
|
* Back to development: 4.0.0a6Stephan Richter2013-02-281-1/+1
|
* Preparing release 4.0.0a54.0.0a5Stephan Richter2013-02-281-1/+1
|
* - Undo changes from 4.0.0a4. Instead, ``zope.untrustedpython`` is onlyStephan Richter2013-02-281-0/+2
| | | | included during Python 2 installs.
* Back to development: 4.0.0a5Stephan Richter2013-02-281-1/+1
|
* - Remove ``untrustedpython`` extra again, since we do not want to supportStephan Richter2013-02-281-1/+0
| | | | | ``zope.untrustedpython`` in ZTK 2.0. If BBB is really needed, we will create a 3.10.0 release.
* Releasing 4.0.0a4Andrey Lebedev2013-02-191-1/+1
|
* More tests are running under python-3Andrey Lebedev2013-02-191-1/+16
| | | | | | Include documentation doctests into main test suite. Documentation is updated to be valid under python-3 and some critical bugs in python-3 are revealed.
* svbTres Seaver2013-02-151-1/+1
|
* Prep 4.0.0a3 release.4.0.0a3Tres Seaver2013-02-151-1/+1
|
* svbTres Seaver2013-02-151-1/+1
|
* Prep 4.0.0a2 release.4.0.0a2Tres Seaver2013-02-151-1/+2
|
* svbTres Seaver2013-02-141-1/+1
|
* Prep 4.0.0a1 release.4.0.0a1Tres Seaver2013-02-141-1/+1
| | | | Alpha because we don't yet have PyPy support.
* Note Py3k support.Tres Seaver2013-02-131-0/+7
| | | | | | | Add Trove classifiers for supported versions. Note that PyPy is not yet supported: we need a pure-Python version of the _proxy and _zope_security_checker implementations.
* Remove all traces of untrustedpython and remove RestrictedPythonStephan Richter2013-02-121-1/+0
| | | | dependency.
* zope.security.untrustedpython moved to separate projectAndrey Lebedev2013-02-121-1/+0
| | | | | The code was extracted to zope.untrustedpython project to simplify porting zope.security to python-3.x.
* Nest into Github.Tres Seaver2013-01-111-3/+3
| | | | | | | | - Denominate files to indicate ReST. - Drop .bzrignore. - Add MANIFEST.in FBO users w/o setuptools_git.
* Move 'untrustedinterpreter.txt' to narrative docs.Tres Seaver2012-12-231-4/+0
|
* Get 'setup.py test' working.Tres Seaver2012-12-211-0/+6
|
* Add 'setup.py docs' alias.Tres Seaver2012-12-211-0/+1
| | | | | Installs 'Sphinx' and `repoze.sphinx.autointerface'.
* Add 'setup.py dev' aliasTres Seaver2012-12-211-2/+9
| | | | | Runs 'setup.py develop' plus installs 'nose' and ``coverage'.
* Use setup_requires + deferred module header to build w/o svn:externals.Tres Seaver2012-12-191-10/+57
|
* Bump ``zope.proxy`` dependency to ">= 4.1.0" to enable compilation on Py3k.Tres Seaver2012-12-191-1/+1
|
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-171-1/+1
| | | | | | | | | | | | | Replace deprecated 'zope.component.adapts' usage with equivalent 'zope.component.adapter' decorator. Replace deprecated 'zope.interface.classProvides' usage with equivalent 'zope.interface.provider' decorator. Replace deprecated 'zope.interface.implements' usage with equivalent 'zope.interface.implementer' decorator.
* Back to development: 3.8.4Michael Howitz2011-09-241-1/+1
|
* Preparing release 3.8.3Michael Howitz2011-09-241-1/+1
|
* vbHanno Schlichting2011-05-241-1/+1
|
* Prepare zope.security 3.8.2.Hanno Schlichting2011-05-241-1/+1
|
* Back to development: 3.8.2Michael Howitz2011-05-031-1/+1
|
* Preparing release 3.8.1Michael Howitz2011-05-031-1/+1
|
* vbHanno Schlichting2010-12-141-1/+1
|
* Prepare zope.security 3.8.0.Hanno Schlichting2010-12-141-1/+1
|
* The changes warrant a new feature releaseHanno Schlichting2010-09-191-1/+1
|
* - Added ``zcml`` extra dependencies, run related tests only ifThomas Lotze2010-09-191-2/+2
| | | | | | | ``zope.configuration`` is available. - Run tests related to the ``untrustedpython`` functionality only if ``RestrictedPython`` is available.
* Remove CVS-era Id 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.security 3.7.3.Hanno Schlichting2010-04-301-2/+2
|
* Removed the dependency on the zope.exceptions package: zope.security.checkerFabio Tranchitella2010-01-061-1/+0
| | | | | | | | | now imports ``DuplicationError`` from zope.exceptions if available, otherwise it defines a package-specific ``DuplicationError`` class which inherits from Exception.
* Updated version.Jim Fulton2009-11-101-1/+1
|
* Mark as part of the ZTKMartijn Faassen2009-09-111-0/+5
|
* prepare trunkGary Poster2009-08-131-1/+1
|
* prepare 3.7.1Gary Poster2009-08-131-1/+1
|
* svbTres Seaver2009-05-131-1/+1
|
* Prep 3.7.0 release.Tres Seaver2009-05-131-1/+1
|
* Made ``pytz`` a soft dependency.Tres Seaver2009-05-131-1/+1
| | | | | | | | The checker for ``pytz.UTC`` is created / tested only if the package is already present. Run ``bin/test_pytz`` to run the tests with ``pytz`` on the path.
* Bumping the dev version post-release.Albertas Agejevas2009-03-231-1/+1
|
* Bumping the version for release.Albertas Agejevas2009-03-231-1/+1
|