[Checkins] [zopefoundation/grokcore.security] 4f02b2: Python2 & 3 unicode handling.

GitHub noreply at github.com
Wed Jan 3 14:56:11 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/grokcore.security
  Commit: 4f02b2a96d7e839541e75802d04f8f3efcf6db4a
      https://github.com/zopefoundation/grokcore.security/commit/4f02b2a96d7e839541e75802d04f8f3efcf6db4a
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M src/grokcore/security/meta/permission.py
    M src/grokcore/security/meta/role.py

  Log Message:
  -----------
  Python2 & 3 unicode handling.


  Commit: 4f14b7d923de8eeb22538ccb21643b5200f468b9
      https://github.com/zopefoundation/grokcore.security/commit/4f14b7d923de8eeb22538ccb21643b5200f468b9
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  point to groktoolkit version list on python3 branch


  Commit: 3f4505fd77f78befa4403b4e968779de651adc7d
      https://github.com/zopefoundation/grokcore.security/commit/3f4505fd77f78befa4403b4e968779de651adc7d
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/grokcore/security/meta/permission.py

  Log Message:
  -----------
  Python2 specific check for casting to unicode

The earlier implementation used builtins.str, which is a dependency we don't want.


  Commit: 774e81478f4360fd503a94faf750a14bd026f358
      https://github.com/zopefoundation/grokcore.security/commit/774e81478f4360fd503a94faf750a14bd026f358
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M MANIFEST.in

  Log Message:
  -----------
  Update manifest, no .mo files here.


  Commit: b0125f888ed467bfe008cba60a1e60f956ac2304
      https://github.com/zopefoundation/grokcore.security/commit/b0125f888ed467bfe008cba60a1e60f956ac2304
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M .gitignore
    M buildout.cfg

  Log Message:
  -----------
  add ignores


  Commit: 3d7b54295b88b39e2598b0e19853ddec51174556
      https://github.com/zopefoundation/grokcore.security/commit/3d7b54295b88b39e2598b0e19853ddec51174556
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    A tox.ini

  Log Message:
  -----------
  tox configuration


  Commit: 6094228ca21f7ca37da8c819a6a15ef5839574b4
      https://github.com/zopefoundation/grokcore.security/commit/6094228ca21f7ca37da8c819a6a15ef5839574b4
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M setup.py
    M src/grokcore/security/ftests/test_all.py
    M src/grokcore/security/tests/permissions/directive.py
    M src/grokcore/security/tests/role/missing_role_name.py
    M src/grokcore/security/tests/role/role_i18n.py
    M src/grokcore/security/tests/security/missing_permission.py
    M src/grokcore/security/tests/security/missing_permission_name.py
    M src/grokcore/security/tests/security/multiple_require.py
    M src/grokcore/security/tests/security/not_a_permissionclass.py
    M src/grokcore/security/tests/security/permission.py
    M src/grokcore/security/tests/test_all.py

  Log Message:
  -----------
  get tests to run under 2.7 and 3.6


  Commit: 789784e42de1e3589904a629c7cef6ee17cacd3b
      https://github.com/zopefoundation/grokcore.security/commit/789784e42de1e3589904a629c7cef6ee17cacd3b
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Sync travis config with that of grokcore.component.


  Commit: c59b9196b6ae516053f2038528f2dab6b0e2ac68
      https://github.com/zopefoundation/grokcore.security/commit/c59b9196b6ae516053f2038528f2dab6b0e2ac68
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M src/grokcore/security/meta/permission.py

  Log Message:
  -----------
  have the name unicode available in python 3 in this module


  Commit: b3932040ae040dabf8d31a7b5379a3f99da7b151
      https://github.com/zopefoundation/grokcore.security/commit/b3932040ae040dabf8d31a7b5379a3f99da7b151
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M .gitignore
    M .travis.yml
    M MANIFEST.in
    M buildout.cfg
    M setup.py
    M src/grokcore/security/ftests/test_all.py
    M src/grokcore/security/meta/permission.py
    M src/grokcore/security/meta/role.py
    M src/grokcore/security/tests/permissions/directive.py
    M src/grokcore/security/tests/role/missing_role_name.py
    M src/grokcore/security/tests/role/role_i18n.py
    M src/grokcore/security/tests/security/missing_permission.py
    M src/grokcore/security/tests/security/missing_permission_name.py
    M src/grokcore/security/tests/security/multiple_require.py
    M src/grokcore/security/tests/security/not_a_permissionclass.py
    M src/grokcore/security/tests/security/permission.py
    M src/grokcore/security/tests/test_all.py
    A tox.ini

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

Resurrection python3.


Compare: https://github.com/zopefoundation/grokcore.security/compare/a718221945b7...b3932040ae04


More information about the checkins mailing list