| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Note support for PyPy.pure_python_proxy | Tres Seaver | 2013-03-11 | 1 | -0/+1 |
| | | |||||
| * | Add zope.testrunner dep to make Travis happy. | Stephan Richter | 2013-03-05 | 1 | -2/+3 |
| | | |||||
| * | Back to development: 4.0.0a6 | Stephan Richter | 2013-02-28 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 4.0.0a54.0.0a5 | Stephan Richter | 2013-02-28 | 1 | -1/+1 |
| | | |||||
| * | - Undo changes from 4.0.0a4. Instead, ``zope.untrustedpython`` is only | Stephan Richter | 2013-02-28 | 1 | -0/+2 |
| | | | | | included during Python 2 installs. | ||||
| * | Back to development: 4.0.0a5 | Stephan Richter | 2013-02-28 | 1 | -1/+1 |
| | | |||||
| * | - Remove ``untrustedpython`` extra again, since we do not want to support | Stephan Richter | 2013-02-28 | 1 | -1/+0 |
| | | | | | | ``zope.untrustedpython`` in ZTK 2.0. If BBB is really needed, we will create a 3.10.0 release. | ||||
| * | Releasing 4.0.0a4 | Andrey Lebedev | 2013-02-19 | 1 | -1/+1 |
| | | |||||
| * | More tests are running under python-3 | Andrey Lebedev | 2013-02-19 | 1 | -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. | ||||
| * | svb | Tres Seaver | 2013-02-15 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.0.0a3 release.4.0.0a3 | Tres Seaver | 2013-02-15 | 1 | -1/+1 |
| | | |||||
| * | svb | Tres Seaver | 2013-02-15 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.0.0a2 release.4.0.0a2 | Tres Seaver | 2013-02-15 | 1 | -1/+2 |
| | | |||||
| * | svb | Tres Seaver | 2013-02-14 | 1 | -1/+1 |
| | | |||||
| * | Prep 4.0.0a1 release.4.0.0a1 | Tres Seaver | 2013-02-14 | 1 | -1/+1 |
| | | | | | Alpha because we don't yet have PyPy support. | ||||
| * | Note Py3k support. | Tres Seaver | 2013-02-13 | 1 | -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 RestrictedPython | Stephan Richter | 2013-02-12 | 1 | -1/+0 |
| | | | | | dependency. | ||||
| * | zope.security.untrustedpython moved to separate project | Andrey Lebedev | 2013-02-12 | 1 | -1/+0 |
| | | | | | | The code was extracted to zope.untrustedpython project to simplify porting zope.security to python-3.x. | ||||
| * | Nest into Github. | Tres Seaver | 2013-01-11 | 1 | -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 Seaver | 2012-12-23 | 1 | -4/+0 |
| | | |||||
| * | Get 'setup.py test' working. | Tres Seaver | 2012-12-21 | 1 | -0/+6 |
| | | |||||
| * | Add 'setup.py docs' alias. | Tres Seaver | 2012-12-21 | 1 | -0/+1 |
| | | | | | | Installs 'Sphinx' and `repoze.sphinx.autointerface'. | ||||
| * | Add 'setup.py dev' alias | Tres Seaver | 2012-12-21 | 1 | -2/+9 |
| | | | | | | Runs 'setup.py develop' plus installs 'nose' and ``coverage'. | ||||
| * | Use setup_requires + deferred module header to build w/o svn:externals. | Tres Seaver | 2012-12-19 | 1 | -10/+57 |
| | | |||||
| * | Bump ``zope.proxy`` dependency to ">= 4.1.0" to enable compilation on Py3k. | Tres Seaver | 2012-12-19 | 1 | -1/+1 |
| | | |||||
| * | Drop support for Python 2.4 and 2.5. | Tres Seaver | 2012-05-17 | 1 | -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.4 | Michael Howitz | 2011-09-24 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 3.8.3 | Michael Howitz | 2011-09-24 | 1 | -1/+1 |
| | | |||||
| * | vb | Hanno Schlichting | 2011-05-24 | 1 | -1/+1 |
| | | |||||
| * | Prepare zope.security 3.8.2. | Hanno Schlichting | 2011-05-24 | 1 | -1/+1 |
| | | |||||
| * | Back to development: 3.8.2 | Michael Howitz | 2011-05-03 | 1 | -1/+1 |
| | | |||||
| * | Preparing release 3.8.1 | Michael Howitz | 2011-05-03 | 1 | -1/+1 |
| | | |||||
| * | vb | Hanno Schlichting | 2010-12-14 | 1 | -1/+1 |
| | | |||||
| * | Prepare zope.security 3.8.0. | Hanno Schlichting | 2010-12-14 | 1 | -1/+1 |
| | | |||||
| * | The changes warrant a new feature release | Hanno Schlichting | 2010-09-19 | 1 | -1/+1 |
| | | |||||
| * | - Added ``zcml`` extra dependencies, run related tests only if | Thomas Lotze | 2010-09-19 | 1 | -2/+2 |
| | | | | | | | | ``zope.configuration`` is available. - Run tests related to the ``untrustedpython`` functionality only if ``RestrictedPython`` is available. | ||||
| * | Remove CVS-era Id fossils. | Tres Seaver | 2010-06-03 | 1 | -2/+0 |
| | | |||||
| * | Conform to repository policy. | Tres Seaver | 2010-05-05 | 1 | -2/+2 |
| | | |||||
| * | Bump version | Hanno Schlichting | 2010-04-30 | 1 | -1/+1 |
| | | |||||
| * | Prepare zope.security 3.7.3. | Hanno Schlichting | 2010-04-30 | 1 | -2/+2 |
| | | |||||
| * | Removed the dependency on the zope.exceptions package: zope.security.checker | Fabio Tranchitella | 2010-01-06 | 1 | -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 Fulton | 2009-11-10 | 1 | -1/+1 |
| | | |||||
| * | Mark as part of the ZTK | Martijn Faassen | 2009-09-11 | 1 | -0/+5 |
| | | |||||
| * | prepare trunk | Gary Poster | 2009-08-13 | 1 | -1/+1 |
| | | |||||
| * | prepare 3.7.1 | Gary Poster | 2009-08-13 | 1 | -1/+1 |
| | | |||||
| * | svb | Tres Seaver | 2009-05-13 | 1 | -1/+1 |
| | | |||||
| * | Prep 3.7.0 release. | Tres Seaver | 2009-05-13 | 1 | -1/+1 |
| | | |||||
| * | Made ``pytz`` a soft dependency. | Tres Seaver | 2009-05-13 | 1 | -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 Agejevas | 2009-03-23 | 1 | -1/+1 |
| | | |||||
| * | Bumping the version for release. | Albertas Agejevas | 2009-03-23 | 1 | -1/+1 |
| | | |||||
