[Checkins] [zopefoundation/AccessControl] 501aff: Merge pull request #19 from zopefoundation/ease-pn...

GitHub noreply at github.com
Tue Jan 31 17:57:30 CET 2017


  Branch: refs/heads/plonezope4
  Home:   https://github.com/zopefoundation/AccessControl
  Commit: 501afff5636bc6d695b8a2a75e4ff93d3affcac4
      https://github.com/zopefoundation/AccessControl/commit/501afff5636bc6d695b8a2a75e4ff93d3affcac4
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M src/AccessControl/ImplPython.py
    M src/AccessControl/Permission.py
    M src/AccessControl/PermissionMapping.py

  Log Message:
  -----------
  Merge pull request #19 from zopefoundation/ease-pname-computation

Ease the computation of the permission identifier


  Commit: b504b22b0b586a8848f29040b0bc62d07b72bf27
      https://github.com/zopefoundation/AccessControl/commit/b504b22b0b586a8848f29040b0bc62d07b72bf27
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    A docs/AccessControl.rst
    A docs/requestmethod.rst
    R src/AccessControl/AccessControl.txt
    R src/AccessControl/requestmethod.txt
    M src/AccessControl/tests/test_requestmethod.py

  Log Message:
  -----------
  Convert doctest to unittest to ease Python 3 porting. (#20)

Convert doctest to unittest to ease Python 3 porting.


  Commit: 62d62ba4360c7c1e1855b890db17d9972014d97e
      https://github.com/zopefoundation/AccessControl/commit/62d62ba4360c7c1e1855b890db17d9972014d97e
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
    A docs/AccessControl.rst
    A docs/requestmethod.rst
    R src/AccessControl/AccessControl.txt

  Log Message:
  -----------
  Merge branch 'master' into plonezope4


  Commit: f22e8a88777b6292a673764f883e50be1cf03d1c
      https://github.com/zopefoundation/AccessControl/commit/f22e8a88777b6292a673764f883e50be1cf03d1c
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
    M src/AccessControl/ImplPython.py

  Log Message:
  -----------
  If object has im_self, check if it is not None.

Somehow the Plone URLTool has im_self,
which makes AccessControl think it is a method, which it is not.


  Commit: 4c887311af81e4218db3b89eef360e73ebecc9ee
      https://github.com/zopefoundation/AccessControl/commit/4c887311af81e4218db3b89eef360e73ebecc9ee
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
    M src/AccessControl/ImplPython.py
    M src/AccessControl/Permission.py
    M src/AccessControl/userfolder.py
    M src/AccessControl/users.py

  Log Message:
  -----------
  More im_self checking.


Compare: https://github.com/zopefoundation/AccessControl/compare/4f6effdb8d5f...4c887311af81


More information about the checkins mailing list