[Checkins] [zopefoundation/zope.app.authentication] ca74b1: Checkpoint on Python 3 work. I think I need some l...

GitHub noreply at github.com
Tue May 2 16:25:37 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.authentication
  Commit: ca74b16b268fd98fcbc586ec88e9867da062c729
      https://github.com/zopefoundation/zope.app.authentication/commit/ca74b16b268fd98fcbc586ec88e9867da062c729
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    A .coveragerc
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    A src/zope/app/authentication/README.rst
    R src/zope/app/authentication/README.txt
    M src/zope/app/authentication/browser/grant.zcml
    A src/zope/app/authentication/browser/granting.rst
    R src/zope/app/authentication/browser/granting.txt
    A src/zope/app/authentication/browser/group_searching_with_empty_string.rst
    R src/zope/app/authentication/browser/group_searching_with_empty_string.txt
    A src/zope/app/authentication/browser/groupfolder.rst
    R src/zope/app/authentication/browser/groupfolder.txt
    A src/zope/app/authentication/browser/issue663.rst
    R src/zope/app/authentication/browser/issue663.txt
    A src/zope/app/authentication/browser/pau_prefix_and_searching.rst
    R src/zope/app/authentication/browser/pau_prefix_and_searching.txt
    A src/zope/app/authentication/browser/principalfolder.rst
    R src/zope/app/authentication/browser/principalfolder.txt
    A src/zope/app/authentication/browser/schemasearch.rst
    R src/zope/app/authentication/browser/schemasearch.txt
    A src/zope/app/authentication/browser/special-groups.rst
    R src/zope/app/authentication/browser/special-groups.txt
    M src/zope/app/authentication/browser/tests/test_doctests.py
    M src/zope/app/authentication/browser/tests/test_rolepermissionview.py
    M src/zope/app/authentication/ftesting.zcml
    A src/zope/app/authentication/groupfolder.rst
    R src/zope/app/authentication/groupfolder.txt
    A src/zope/app/authentication/principalfolder.rst
    R src/zope/app/authentication/principalfolder.txt
    M src/zope/app/authentication/testing.py
    M src/zope/app/authentication/tests.py
    A src/zope/app/authentication/vocabulary.rst
    R src/zope/app/authentication/vocabulary.txt
    A tox.ini

  Log Message:
  -----------
  Checkpoint on Python 3 work. I think I need some lower-level stuff first, maybe zope.app.security


  Commit: 674be6f584afc0a03ef7de8e76a376f63b8d79fe
      https://github.com/zopefoundation/zope.app.authentication/commit/674be6f584afc0a03ef7de8e76a376f63b8d79fe
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M .travis.yml
    M setup.py
    M src/zope/app/authentication/README.rst
    M src/zope/app/authentication/__init__.py
    M src/zope/app/authentication/authentication.py
    M src/zope/app/authentication/browser/configure.zcml
    M src/zope/app/authentication/browser/granting.py
    M src/zope/app/authentication/browser/granting.rst
    M src/zope/app/authentication/browser/group_searching_with_empty_string.rst
    M src/zope/app/authentication/browser/groupfolder.rst
    M src/zope/app/authentication/browser/pau_prefix_and_searching.rst
    M src/zope/app/authentication/browser/principalfolder.rst
    M src/zope/app/authentication/browser/register.py
    M src/zope/app/authentication/browser/rolepermissionview.py
    M src/zope/app/authentication/browser/schemasearch.py
    M src/zope/app/authentication/browser/schemasearch.rst
    M src/zope/app/authentication/browser/session.zcml
    M src/zope/app/authentication/browser/special-groups.rst
    M src/zope/app/authentication/browser/tests/rolepermissionmanager.py
    M src/zope/app/authentication/browser/tests/test_doctests.py
    M src/zope/app/authentication/browser/tests/test_granting.py
    M src/zope/app/authentication/browser/tests/test_rolepermissionview.py
    M src/zope/app/authentication/ftesting.zcml
    M src/zope/app/authentication/groupfolder.rst
    M src/zope/app/authentication/testing.py
    M src/zope/app/authentication/tests.py
    M src/zope/app/authentication/vocabulary.py
    M src/zope/app/authentication/vocabulary.rst
    M tox.ini

  Log Message:
  -----------
  Checkpoint Python 3: All tests pass

(With a patch for zope.pluggableauth and the python3 branch of
zope.component.)


  Commit: 10f8e50d51363aec00b747e8f56631e05efc1d9c
      https://github.com/zopefoundation/zope.app.authentication/commit/10f8e50d51363aec00b747e8f56631e05efc1d9c
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M .coveragerc
    M src/zope/app/authentication/browser/granting.py
    M src/zope/app/authentication/browser/loginform.py
    M src/zope/app/authentication/browser/rolepermissionview.py
    M src/zope/app/authentication/browser/schemasearch.py
    M src/zope/app/authentication/browser/tests/rolepermissionmanager.py
    M src/zope/app/authentication/browser/tests/test_doctests.py
    M src/zope/app/authentication/browser/tests/test_rolepermissionview.py
    M src/zope/app/authentication/placelesssetup.py
    M src/zope/app/authentication/tests.py

  Log Message:
  -----------
  Coverage.


  Commit: abd58cb8c8cc8df42a8b3607a04bbfd37c8c5cc3
      https://github.com/zopefoundation/zope.app.authentication/commit/abd58cb8c8cc8df42a8b3607a04bbfd37c8c5cc3
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Change note.


  Commit: acf88c2707288a1977815d4a12028217be38ec82
      https://github.com/zopefoundation/zope.app.authentication/commit/acf88c2707288a1977815d4a12028217be38ec82
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    M .gitignore
    M src/zope/app/authentication/browser/granting.rst
    M src/zope/app/authentication/browser/tests/__init__.py
    M src/zope/app/authentication/browser/tests/test_rolepermissionview.py
    M src/zope/app/authentication/ftesting.zcml
    M src/zope/app/authentication/testing.py
    M src/zope/app/authentication/tests.py

  Log Message:
  -----------
  Cleanups and simplifications.


  Commit: bb7a9fe1636052c5752ce48dc8fada894fc78d23
      https://github.com/zopefoundation/zope.app.authentication/commit/bb7a9fe1636052c5752ce48dc8fada894fc78d23
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M .travis.yml
    M setup.py
    M src/zope/app/authentication/browser/tests/test_doctests.py
    M src/zope/app/authentication/browser/tests/test_rolepermissionview.py
    M tox.ini

  Log Message:
  -----------
  Use released dependencies of zope.pluggableauth and zope.app.component


  Commit: 63e6cc965aca525f1eb84efee2aa3aeaced0ab1b
      https://github.com/zopefoundation/zope.app.authentication/commit/63e6cc965aca525f1eb84efee2aa3aeaced0ab1b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M src/zope/app/authentication/browser/loginform.py
    M src/zope/app/authentication/browser/principalfolder.rst

  Log Message:
  -----------
  Test multiple camefrom params


  Commit: 62343db6134b5e7647f53bd2b04c47deafeb5500
      https://github.com/zopefoundation/zope.app.authentication/commit/62343db6134b5e7647f53bd2b04c47deafeb5500
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    A src/zope/app/authentication/README.rst
    R src/zope/app/authentication/README.txt
    M src/zope/app/authentication/__init__.py
    M src/zope/app/authentication/authentication.py
    M src/zope/app/authentication/browser/configure.zcml
    M src/zope/app/authentication/browser/grant.zcml
    M src/zope/app/authentication/browser/granting.py
    A src/zope/app/authentication/browser/granting.rst
    R src/zope/app/authentication/browser/granting.txt
    A src/zope/app/authentication/browser/group_searching_with_empty_string.rst
    R src/zope/app/authentication/browser/group_searching_with_empty_string.txt
    A src/zope/app/authentication/browser/groupfolder.rst
    R src/zope/app/authentication/browser/groupfolder.txt
    A src/zope/app/authentication/browser/issue663.rst
    R src/zope/app/authentication/browser/issue663.txt
    M src/zope/app/authentication/browser/loginform.py
    A src/zope/app/authentication/browser/pau_prefix_and_searching.rst
    R src/zope/app/authentication/browser/pau_prefix_and_searching.txt
    A src/zope/app/authentication/browser/principalfolder.rst
    R src/zope/app/authentication/browser/principalfolder.txt
    M src/zope/app/authentication/browser/register.py
    M src/zope/app/authentication/browser/rolepermissionview.py
    M src/zope/app/authentication/browser/schemasearch.py
    A src/zope/app/authentication/browser/schemasearch.rst
    R src/zope/app/authentication/browser/schemasearch.txt
    M src/zope/app/authentication/browser/session.zcml
    A src/zope/app/authentication/browser/special-groups.rst
    R src/zope/app/authentication/browser/special-groups.txt
    M src/zope/app/authentication/browser/tests/__init__.py
    M src/zope/app/authentication/browser/tests/rolepermissionmanager.py
    M src/zope/app/authentication/browser/tests/test_doctests.py
    M src/zope/app/authentication/browser/tests/test_granting.py
    M src/zope/app/authentication/browser/tests/test_rolepermissionview.py
    M src/zope/app/authentication/ftesting.zcml
    A src/zope/app/authentication/groupfolder.rst
    R src/zope/app/authentication/groupfolder.txt
    M src/zope/app/authentication/placelesssetup.py
    A src/zope/app/authentication/principalfolder.rst
    R src/zope/app/authentication/principalfolder.txt
    M src/zope/app/authentication/testing.py
    M src/zope/app/authentication/tests.py
    M src/zope/app/authentication/vocabulary.py
    A src/zope/app/authentication/vocabulary.rst
    R src/zope/app/authentication/vocabulary.txt
    A tox.ini

  Log Message:
  -----------
  Merge pull request #1 from zopefoundation/python3

Python 3 and PyPy


Compare: https://github.com/zopefoundation/zope.app.authentication/compare/a4e1d1b29df7...62343db6134b


More information about the checkins mailing list