[Checkins] [zopefoundation/zope.security] e44b31: Add the ability to perform checks based on values ...

GitHub noreply at github.com
Tue May 6 12:52:07 CEST 2014


  Branch: refs/heads/mitchellrj-extended-setattr-behavior
  Home:   https://github.com/zopefoundation/zope.security
  Commit: e44b31a18ce9e40bcc8a127c257c58499e0238b5
      https://github.com/zopefoundation/zope.security/commit/e44b31a18ce9e40bcc8a127c257c58499e0238b5
  Author: Richard Mitchell <richard.j.mitchell at gmail.com>
  Date:   2013-10-09 (Wed, 09 Oct 2013)

  Changed paths:
    M CHANGES.rst
    M docs/api/interfaces.rst
    M src/zope/security/_proxy.c
    M src/zope/security/interfaces.py
    M src/zope/security/proxy.py
    M src/zope/security/tests/test_proxy.py

  Log Message:
  -----------
  Add the ability to perform checks based on values assigned to attributes, deletion of attributes and operands of in-place mutation operations.


  Commit: 75c5520988a2c55efc07b77bcd441470e5f6016a
      https://github.com/zopefoundation/zope.security/commit/75c5520988a2c55efc07b77bcd441470e5f6016a
  Author: Richard Mitchell <richard.j.mitchell at gmail.com>
  Date:   2013-10-09 (Wed, 09 Oct 2013)

  Changed paths:
    M src/zope/security/_proxy.c

  Log Message:
  -----------
  Fix a couple of typos.


  Commit: 66c102840476205f4243b0fbea13498ae25b8666
      https://github.com/zopefoundation/zope.security/commit/66c102840476205f4243b0fbea13498ae25b8666
  Author: Richard Mitchell <richard.j.mitchell at gmail.com>
  Date:   2013-10-09 (Wed, 09 Oct 2013)

  Changed paths:
    M src/zope/security/checker.py

  Log Message:
  -----------
  Support value-based checkers from utility function `canWrite`.


  Commit: 43745e85a72eea0389c3100d72e6cb1292ef595c
      https://github.com/zopefoundation/zope.security/commit/43745e85a72eea0389c3100d72e6cb1292ef595c
  Author: Richard Mitchell <richard.j.mitchell at gmail.com>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M src/zope/security/_proxy.c

  Log Message:
  -----------
  Wrap lines longer than 79 chars.


  Commit: 301333bf5c8867e4e20c17553baebd35d7bd6b62
      https://github.com/zopefoundation/zope.security/commit/301333bf5c8867e4e20c17553baebd35d7bd6b62
  Author: Richard Mitchell <richard.j.mitchell at gmail.com>
  Date:   2013-10-15 (Tue, 15 Oct 2013)

  Changed paths:
    M src/zope/security/_proxy.c

  Log Message:
  -----------
  Add braces to big if/else.


  Commit: 1656c2ba9d58f2d3c1bfcbff8b6ebbfb4bb65036
      https://github.com/zopefoundation/zope.security/commit/1656c2ba9d58f2d3c1bfcbff8b6ebbfb4bb65036
  Author: Richard Mitchell <richard.j.mitchell at gmail.com>
  Date:   2013-10-15 (Tue, 15 Oct 2013)

  Changed paths:
    M src/zope/security/_proxy.c

  Log Message:
  -----------
  Shuffle comments around. `NULL` checks only apply to calls with `str_check_setattr`.


Compare: https://github.com/zopefoundation/zope.security/compare/e44b31a18ce9^...1656c2ba9d58


More information about the checkins mailing list