summaryrefslogtreecommitdiff
path: root/src/zope/security/permission.py
Commit message (Expand)AuthorAgeFilesLines
* Lint the code.Michael Howitz2021-08-301-0/+7
* Fix default values for Permission's title and description in Py2issue48Jason Madden2017-11-301-1/+1
* Consistent capitalization of ID in docstrings and fields (except one case whe...Jason Madden2017-09-151-2/+2
* Cross-refs and cleanups for permission.py/rstJason Madden2017-09-141-8/+20
* Promote the constant for zope.Public from metaconfigure.py to interfaces.pypublic_permission_constJason Madden2017-09-131-3/+4
* Remove commented code from test_checker.pyJason Madden2017-09-131-6/+6
* Simplify _compat.py now that we only run on newer PythonsJason Madden2017-09-081-3/+2
* Get all tests passing (or suppressed) on Py3k.Tres Seaver2013-02-131-4/+7
* Py3k: remove Py3 syntax errors.Tres Seaver2013-02-131-3/+5
* Import normalization.Tres Seaver2013-02-121-3/+7
* Convert doctests in 'zope.security.permission' into Sphinx doctest snppets.Tres Seaver2012-12-231-110/+0
* Ensure cleanups for doctests even when run w/o 'test_suite'.Tres Seaver2012-12-231-0/+12
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-171-2/+2
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* Fixed directlyProvides IVocabularyFactory for PermissionIdsVocabulary inVincent Fretin2010-01-021-1/+1
* Ensure that simple zope.schema's VocabularyRegistry is used for PermissionVoc...Dan Korostelev2009-03-151-2/+8
* Move PermissionsVocabulary and PermissionIdsVocabulary from ``zope.app.securi...Dan Korostelev2009-03-111-1/+113
* Moving code to satellite.Christian Theune2007-05-031-0/+64