[Checkins] [zopefoundation/zope.security] 9aaf59: Fix iteration of BTrees.items() in pure-python; an...

GitHub noreply at github.com
Mon Apr 24 17:25:58 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.security
  Commit: 9aaf59b541bc3e0616f9f9f95b6345d1a4400e68
      https://github.com/zopefoundation/zope.security/commit/9aaf59b541bc3e0616f9f9f95b6345d1a4400e68
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M appveyor.yml
    M setup.py
    M src/zope/security/checker.py
    M src/zope/security/tests/test_checker.py
    M tox.ini

  Log Message:
  -----------
  Fix iteration of BTrees.items() in pure-python; and 3.6 support

Also fix ``list(proxy_btree.items())`` (or a list comprehension of the
same) in Python 3, which wants the ``__len__`` for a hint.

This is a central place to make sure these all behave consistently.

Fixes #20

Also drop pypy3

As a 3.2 implementation, it's not supported by pip anymore. There is a
much more recent version, 3.5-beta, but it's not on Travis yet. The
3.3-alpha which is on Travis is a dead end.


  Commit: 7fb6a43f3d8d7f60328992e28c8f93dff92e38e1
      https://github.com/zopefoundation/zope.security/commit/7fb6a43f3d8d7f60328992e28c8f93dff92e38e1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Another crack at fixing the Python 3 namespace issues on appveyor


  Commit: 0cf7a9aa2b70be82ca9dd65273ef05d79338290e
      https://github.com/zopefoundation/zope.security/commit/0cf7a9aa2b70be82ca9dd65273ef05d79338290e
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M appveyor.yml
    M setup.py
    M src/zope/security/checker.py
    M src/zope/security/tests/test_checker.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #21 from zopefoundation/issue20

Fix iteration of BTrees.items() in pure-python; and 3.6 support


Compare: https://github.com/zopefoundation/zope.security/compare/6292afe78a5e...0cf7a9aa2b70


More information about the checkins mailing list