summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* - prepare release 5.6 and package cleanups5.6Jens Vagelpohl2022-11-161-3/+3
|
* Fix a number of typosColin Watson2022-03-101-6/+6
|
* Merge pull request #79 from zopefoundation/config-with-c-codeMichael Howitz2022-03-101-1/+4
|\ | | | | Config with c code
| * Fix tests on Python 3.10 + lint.config-with-c-codeMichael Howitz2021-11-231-1/+4
| |
* | Publish the changelog on readthedocs.Jason Madden2021-09-242-0/+6
|/ | | | Fixes #80
* Remove misleading commentMarius Gedminas2018-08-081-1/+0
| | | | | | ABCMeta._abc_invalidation_counter is still present on Python 3.7 when the pure-python _py_abc implementation is used (as opposed to the builtin _abc).
* Fix test failure on Python 3.7Marius Gedminas2018-08-081-2/+4
| | | | | | | | ABCMeta._abc_invalidation_counter is no more. The test passes if we don't touch it, so we're all good? There are no more hidden caches we need to worry about? Anybody want to dig into this deeper?
* Consistent capitalization of ID in docstrings and fields (except one case ↵Jason Madden2017-09-151-1/+1
| | | | | | where it was a i18n messageid). TIL that sphinx.ext.doctest has IGNORE_EXCEPTION_DETAIL set by default.
* Expand the proxy issues section on isinstance.Jason Madden2017-09-151-0/+86
|
* Document proxy.__class__ troubles with isinstance/issubclassdocsJason Madden2017-09-142-0/+101
| | | | | | | | And suggest workarounds, in a prominent new section about proxy troubles. Link to this from everywhere we talk about proxies. Fixes #26
* Split narr.rst into parts and make the example more correct.Jason Madden2017-09-144-493/+505
| | | | | | It's not doctested so it isn't fully guaranteed to be correct, but it was relying on conpects that don't exist anymore (simpleinteraction, and the ISecurityPolicy having the checkPermission() method).
* Fix some of the outdated info in hacking.rstJason Madden2017-09-141-75/+51
|
* ZCML doc cleanupJason Madden2017-09-141-45/+48
|
* Docs for testing.pyJason Madden2017-09-141-4/+3
|
* Cross refs for simplepolicies.pyJason Madden2017-09-141-4/+3
|
* Cross-refs and cleanups for proxy.py/rstJason Madden2017-09-142-8/+16
|
* Cross-refs and cleanups for permission.py/rstJason Madden2017-09-141-3/+6
|
* Doc cross-refs and cleanup for management.rst/pyJason Madden2017-09-141-4/+3
|
* Doc cleanup for decorator.rstJason Madden2017-09-141-30/+22
|
* cross-refs and cleanups for checker and adapter.Jason Madden2017-09-146-43/+60
|
* cross-references and interface cleanups for interfaces.py/rstJason Madden2017-09-141-96/+3
|
* Add test environments for ZOPE_WATCH_CHECKERSJason Madden2017-09-111-4/+30
| | | | | | They cover both the pure-python and C cases. This modified two existing test environments, but without loss of test coverage (since PyPy will always cover the pure-python case).
* simplify 'int' prints in api/checker.rstJason Madden2017-09-071-125/+125
|
* api/permission.rst feedback.Jason Madden2017-09-071-4/+5
|
* api/decorator.rst compatibility with PyPy2Jason Madden2017-09-071-3/+3
| | | | It wants to print `<__builtin__.Foo ...>` instead of just `<Foo ...>`.
* Switch to modern 'coverage' environment and run doctests on all versionsJason Madden2017-09-072-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.
* Add hacking docs.Tres Seaver2015-01-242-0/+370
|
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
|
* Use python3.3 to run documentation testsmoretestsAndrey Lebedev2013-02-193-82/+10
|
* Dictionary views are not proxiedAndrey Lebedev2013-02-191-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-3Andrey Lebedev2013-02-193-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.
* Excise portions of docs related to new 'zope.untrustedpython' project.Tres Seaver2013-02-121-397/+0
|
* Fix doctest snippets broken by module rename.Tres Seaver2012-12-261-6/+6
|
* Convert last remaining doctest.Tres Seaver2012-12-231-0/+339
|
* MOve over remaining space-suit doctests to Sphinx.Tres Seaver2012-12-231-104/+359
|
* MOve over space-suite tests to Sphinx (partial).Tres Seaver2012-12-231-6/+309
|
* Convert module checker doctests to Sphinx.Tres Seaver2012-12-231-0/+166
|
* Convert set checker doctests to Sphinx.Tres Seaver2012-12-231-0/+353
|
* Move more narrative doctests into Sphinx.Tres Seaver2012-12-231-1/+397
|
* Move 'untrustedinterpreter.txt' to narrative docs.Tres Seaver2012-12-232-0/+228
|
* Fold in a ZCML doctest.Tres Seaver2012-12-231-0/+30
|
* Convert doctests in 'zope.security.zcml' into Sphinx doctest snppets.Tres Seaver2012-12-232-1/+63
| | | | They are still tested under 'tox -e docs'.
* Add autotocs for zope.security.testing.Tres Seaver2012-12-232-0/+7
|
* Add autotocs for zope.security.simplepolicies.Tres Seaver2012-12-232-0/+7
|
* Convert doctests in 'zope.security.proxy' into Sphinx doctest snppets.Tres Seaver2012-12-232-0/+44
| | | | They are still tested under 'tox -e docs'.
* Add autotocs for zope.security.protectclass.Tres Seaver2012-12-232-0/+7
|
* Add autotocs for zope.security.management.Tres Seaver2012-12-232-0/+7
|
* Convert doctests in 'zope.security.decorator' into Sphinx doctest snppets.Tres Seaver2012-12-232-0/+206
| | | | They are still tested under 'tox -e docs'.
* Add autotocs for zope.security.checker.Tres Seaver2012-12-232-0/+7
|
* Add autotocs for zope.security.adapter.Tres Seaver2012-12-232-0/+7
|