[Checkins] [zopefoundation/grok] 392282: Flip the order of renormalizing

GitHub noreply at github.com
Thu Sep 29 17:01:55 CEST 2016


  Branch: refs/heads/resurrection-python3
  Home:   https://github.com/zopefoundation/grok
  Commit: 392282d1c851b1fb35fed9f981381f457fade493
      https://github.com/zopefoundation/grok/commit/392282d1c851b1fb35fed9f981381f457fade493
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M src/grok/ftests/lifecycle/create_application.py
    M src/grok/ftests/lifecycle/lifecycle_events.py
    M src/grok/ftests/security/groups.py
    M src/grok/ftests/security/handle_exception.py
    M src/grok/ftests/security/json.py
    M src/grok/ftests/security/preserve_permissions.py
    M src/grok/ftests/security/roles.py
    M src/grok/ftests/security/security_view.py
    M src/grok/ftests/test_grok_functional.py
    M src/grok/ftests/traversal/traversableattr.py
    M src/grok/tests/adapter/implementsmany.py
    M src/grok/tests/adapter/implementsnone.py
    M src/grok/tests/adapter/implementsnonemulti.py
    M src/grok/tests/adapter/importedmodel2.py
    M src/grok/tests/adapter/multiadaptsnone.py
    M src/grok/tests/adapter/multiple.py
    M src/grok/tests/adapter/nomodel.py
    M src/grok/tests/baseclass/base.py
    M src/grok/tests/baseclass/basedirective.py
    M src/grok/tests/conflict/rest.py
    M src/grok/tests/grokker/grokcomponent.py
    M src/grok/tests/security/missing_role_name.py
    M src/grok/tests/test_grok.py
    M src/grok/tests/utility/implementsmany.py
    M src/grok/tests/utility/implementsmany2.py
    M src/grok/tests/utility/implementsnone.py
    M src/grok/tests/utility/implementsnone2.py
    M src/grok/tests/utility/utility.py
    M src/grok/tests/viewlet/viewlet_ambiguous_manager.py
    M src/grok/tests/viewlet/viewlet_render_and_template.py
    M src/grok/tests/xmlrpc/missing_permission2.py
    M src/grok/tests/xmlrpc/multiple_require.py
    M src/grok/tests/xmlrpc/nocontext.py
    M src/grok/tests/xmlrpc/nomethods.py
    M src/grok/tests/zcml/directiveerror.py
    M src/grok/tests/zcml/directiveimporterror.py

  Log Message:
  -----------
  Flip the order of renormalizing

Full import paths for python3 will be renormalized to python2 instead
of the more error-prone other direction.


  Commit: 6ca71039551c98fed725fb2908b26809fbd77065
      https://github.com/zopefoundation/grok/commit/6ca71039551c98fed725fb2908b26809fbd77065
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M src/grok/ftests/test_grok_functional.py
    M src/grok/testing.py
    M src/grok/tests/container/container.py
    M src/grok/tests/directive/multipletimes.py
    M src/grok/tests/security/role_i18n.py
    M src/grok/tests/test_grok.py

  Log Message:
  -----------
  python2/3 compatible print for doctests


  Commit: 96f0c84c4adaf32ac47a8c50b9ee213b18bac281
      https://github.com/zopefoundation/grok/commit/96f0c84c4adaf32ac47a8c50b9ee213b18bac281
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M src/grok/tests/directive/argumenterror.py
    M src/grok/tests/error/error.py

  Log Message:
  -----------
  Python2/3 compatible error handling


Compare: https://github.com/zopefoundation/grok/compare/81c86d2003f3...96f0c84c4ada


More information about the checkins mailing list