Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a number of typos | Colin Watson | 2022-03-10 | 1 | -6/+6 |
| | |||||
* | Consistent capitalization of ID in docstrings and fields (except one case ↵ | Jason Madden | 2017-09-15 | 1 | -1/+1 |
| | | | | | | where it was a i18n messageid). TIL that sphinx.ext.doctest has IGNORE_EXCEPTION_DETAIL set by default. | ||||
* | Document proxy.__class__ troubles with isinstance/issubclassdocs | Jason Madden | 2017-09-14 | 1 | -0/+4 |
| | | | | | | | | And suggest workarounds, in a prominent new section about proxy troubles. Link to this from everywhere we talk about proxies. Fixes #26 | ||||
* | ZCML doc cleanup | Jason Madden | 2017-09-14 | 1 | -45/+48 |
| | |||||
* | Docs for testing.py | Jason Madden | 2017-09-14 | 1 | -4/+3 |
| | |||||
* | Cross refs for simplepolicies.py | Jason Madden | 2017-09-14 | 1 | -4/+3 |
| | |||||
* | Cross-refs and cleanups for proxy.py/rst | Jason Madden | 2017-09-14 | 2 | -8/+16 |
| | |||||
* | Cross-refs and cleanups for permission.py/rst | Jason Madden | 2017-09-14 | 1 | -3/+6 |
| | |||||
* | Doc cross-refs and cleanup for management.rst/py | Jason Madden | 2017-09-14 | 1 | -4/+3 |
| | |||||
* | Doc cleanup for decorator.rst | Jason Madden | 2017-09-14 | 1 | -30/+22 |
| | |||||
* | cross-refs and cleanups for checker and adapter. | Jason Madden | 2017-09-14 | 4 | -36/+50 |
| | |||||
* | cross-references and interface cleanups for interfaces.py/rst | Jason Madden | 2017-09-14 | 1 | -96/+3 |
| | |||||
* | simplify 'int' prints in api/checker.rst | Jason Madden | 2017-09-07 | 1 | -125/+125 |
| | |||||
* | api/permission.rst feedback. | Jason Madden | 2017-09-07 | 1 | -4/+5 |
| | |||||
* | api/decorator.rst compatibility with PyPy2 | Jason Madden | 2017-09-07 | 1 | -3/+3 |
| | | | | It wants to print `<__builtin__.Foo ...>` instead of just `<Foo ...>`. | ||||
* | Switch to modern 'coverage' environment and run doctests on all versions | Jason Madden | 2017-09-07 | 2 | -22/+28 |
| | | | | | | | | | | | | | | Based on #29. Drop Python 3.3. Enable coveralls on Travis CI, and also fix using interpreters that aren't there in the new default 'trusty' image. Coverage is not at 100% and in fact appears to have dropped (I show 92% in one run, vs the previous reported 97%), but that's because `coverage` and coveralls report files that aren't even imported (we have a lot of those in the 'tests' package)...nosetests didn't. | ||||
* | Use python3.3 to run documentation testsmoretests | Andrey Lebedev | 2013-02-19 | 3 | -82/+10 |
| | |||||
* | Dictionary views are not proxied | Andrey Lebedev | 2013-02-19 | 1 | -35/+44 |
| | | | | | Dict views for keys(), items(), and values() are not proxied, making dicts work in python3 exactly as python2. | ||||
* | More tests are running under python-3 | Andrey Lebedev | 2013-02-19 | 3 | -70/+85 |
| | | | | | | 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. | ||||
* | Fix doctest snippets broken by module rename. | Tres Seaver | 2012-12-26 | 1 | -6/+6 |
| | |||||
* | MOve over remaining space-suit doctests to Sphinx. | Tres Seaver | 2012-12-23 | 1 | -104/+359 |
| | |||||
* | MOve over space-suite tests to Sphinx (partial). | Tres Seaver | 2012-12-23 | 1 | -6/+309 |
| | |||||
* | Convert module checker doctests to Sphinx. | Tres Seaver | 2012-12-23 | 1 | -0/+166 |
| | |||||
* | Convert set checker doctests to Sphinx. | Tres Seaver | 2012-12-23 | 1 | -0/+353 |
| | |||||
* | Fold in a ZCML doctest. | Tres Seaver | 2012-12-23 | 1 | -0/+30 |
| | |||||
* | Convert doctests in 'zope.security.zcml' into Sphinx doctest snppets. | Tres Seaver | 2012-12-23 | 1 | -0/+62 |
| | | | | They are still tested under 'tox -e docs'. | ||||
* | Add autotocs for zope.security.testing. | Tres Seaver | 2012-12-23 | 1 | -0/+6 |
| | |||||
* | Add autotocs for zope.security.simplepolicies. | Tres Seaver | 2012-12-23 | 1 | -0/+6 |
| | |||||
* | Convert doctests in 'zope.security.proxy' into Sphinx doctest snppets. | Tres Seaver | 2012-12-23 | 1 | -0/+43 |
| | | | | They are still tested under 'tox -e docs'. | ||||
* | Add autotocs for zope.security.protectclass. | Tres Seaver | 2012-12-23 | 1 | -0/+6 |
| | |||||
* | Add autotocs for zope.security.management. | Tres Seaver | 2012-12-23 | 1 | -0/+6 |
| | |||||
* | Convert doctests in 'zope.security.decorator' into Sphinx doctest snppets. | Tres Seaver | 2012-12-23 | 1 | -0/+205 |
| | | | | They are still tested under 'tox -e docs'. | ||||
* | Add autotocs for zope.security.checker. | Tres Seaver | 2012-12-23 | 1 | -0/+6 |
| | |||||
* | Add autotocs for zope.security.adapter. | Tres Seaver | 2012-12-23 | 1 | -0/+6 |
| | |||||
* | Normalize API doc names to match mdules. | Tres Seaver | 2012-12-23 | 1 | -0/+0 |
| | |||||
* | Regularize API docs titles. | Tres Seaver | 2012-12-23 | 2 | -6/+3 |
| | |||||
* | Convert doctests in 'zope.security.permission' into Sphinx doctest snppets. | Tres Seaver | 2012-12-23 | 1 | -0/+133 |
| | | | | They are still tested under 'tox -e docs'. | ||||
* | Refactor to allow room for other API docs. | Tres Seaver | 2012-12-23 | 1 | -0/+101 |