[Checkins] [zopefoundation/zope.security] 2f51b2: Fix ZOPE_WATCH_CHECKERS=1 in pure-Python mode.

GitHub noreply at github.com
Mon Sep 11 16:25:02 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.security
  Commit: 2f51b299dd65d4580564695e146fcca83ed945a7
      https://github.com/zopefoundation/zope.security/commit/2f51b299dd65d4580564695e146fcca83ed945a7
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-11 (Mon, 11 Sep 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/security/checker.py
    M tox.ini

  Log Message:
  -----------
  Fix ZOPE_WATCH_CHECKERS=1 in pure-Python mode.

Fixes #8.

Test environments still to come.


  Commit: 0a852da59af04f98c50e0cbd8fbd68f2ab5fefbe
      https://github.com/zopefoundation/zope.security/commit/0a852da59af04f98c50e0cbd8fbd68f2ab5fefbe
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-11 (Mon, 11 Sep 2017)

  Changed paths:
    M .travis.yml
    M docs/conf.py
    M tox.ini

  Log Message:
  -----------
  Add test environments for ZOPE_WATCH_CHECKERS

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).


  Commit: aac82c40249095ec98afca4e88332e1db1790470
      https://github.com/zopefoundation/zope.security/commit/aac82c40249095ec98afca4e88332e1db1790470
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-11 (Mon, 11 Sep 2017)

  Changed paths:
    M src/zope/security/tests/__init__.py
    M src/zope/security/tests/test_checker.py
    M src/zope/security/tests/test_decorator.py
    M src/zope/security/tests/test_location.py

  Log Message:
  -----------
  Always test watching checkers. Quiet their output to stderr.


  Commit: 009f4299cfdb22d871cad3c8fcedd97f4b5680ad
      https://github.com/zopefoundation/zope.security/commit/009f4299cfdb22d871cad3c8fcedd97f4b5680ad
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-09-11 (Mon, 11 Sep 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M docs/conf.py
    M src/zope/security/checker.py
    M src/zope/security/tests/__init__.py
    M src/zope/security/tests/test_checker.py
    M src/zope/security/tests/test_decorator.py
    M src/zope/security/tests/test_location.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #36 from zopefoundation/issue8

Fix ZOPE_WATCH_CHECKERS in pure-Python mode


Compare: https://github.com/zopefoundation/zope.security/compare/a19b95f38104...009f4299cfdb


More information about the checkins mailing list