[Checkins] [zopefoundation/zope.errorview] f9a6fb: python3 compatibility

GitHub noreply at github.com
Wed Jan 10 10:54:16 CET 2018


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

  Changed paths:
    M src/zope/errorview/http.py
    M src/zope/errorview/interfaces.py

  Log Message:
  -----------
  python3 compatibility


  Commit: d59adb5b74029e547c93560923209287ceb5296f
      https://github.com/zopefoundation/zope.errorview/commit/d59adb5b74029e547c93560923209287ceb5296f
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
    A .coverage
    M .gitignore
    M .travis.yml
    A MANIFEST.in
    M buildout.cfg
    M src/zope/errorview/tests/test_browser.py
    A tox.ini

  Log Message:
  -----------
  Revive this Python 3 compat branch.


  Commit: b440e238433195a9e7329edbfc55b17519a1e8e5
      https://github.com/zopefoundation/zope.errorview/commit/b440e238433195a9e7329edbfc55b17519a1e8e5
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    A COPYRIGHT.rst
    R COPYRIGHT.txt
    A LICENSE.rst
    R LICENSE.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/errorview/browser.py
    M src/zope/errorview/http.py
    M src/zope/errorview/i18n/locales/nl/LC_MESSAGES/zope.errorview.po
    M src/zope/errorview/tests/test_browser.py
    M src/zope/errorview/tests/test_http.py

  Log Message:
  -----------
  merge master back into branch - we did double work here :(


  Commit: ed87dc8b589307fe24eb7446d6cae0a0ca5cc832
      https://github.com/zopefoundation/zope.errorview/commit/ed87dc8b589307fe24eb7446d6cae0a0ca5cc832
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
    R .coverage

  Log Message:
  -----------
  untrack .coverage


  Commit: 9f52ca47b1e7aba7e8d7b0af35e85c7ce0ed63cd
      https://github.com/zopefoundation/zope.errorview/commit/9f52ca47b1e7aba7e8d7b0af35e85c7ce0ed63cd
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
    M src/zope/errorview/http.py

  Log Message:
  -----------
  fixup a typo.


  Commit: 5267b872df202ea03b05433803e863aaf672dc81
      https://github.com/zopefoundation/zope.errorview/commit/5267b872df202ea03b05433803e863aaf672dc81
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  get tox to run again


  Commit: fcf395c760678abac165f6b50ea8e3cc537477f6
      https://github.com/zopefoundation/zope.errorview/commit/fcf395c760678abac165f6b50ea8e3cc537477f6
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
    M src/zope/errorview/browser.py
    M src/zope/errorview/http.py

  Log Message:
  -----------
  be explicit about the content type of the views.


  Commit: b179d9866b4956022e243000285c0e7cdac9a011
      https://github.com/zopefoundation/zope.errorview/commit/b179d9866b4956022e243000285c0e7cdac9a011
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  z3c.recipe.i18n was released.


  Commit: 8246671b4cecc323619591a89bd89b2f51002e39
      https://github.com/zopefoundation/zope.errorview/commit/8246671b4cecc323619591a89bd89b2f51002e39
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  remove duplicates and z3c.recipe.i18n was released.

processed comments https://github.com/zopefoundation/zope.errorview/pull/6#discussion_r160472248 and https://github.com/zopefoundation/zope.errorview/pull/6#discussion_r160472292 and https://github.com/zopefoundation/zope.errorview/pull/6#discussion_r160472550


  Commit: 33266259bc0271ee591231543163dfe241511759
      https://github.com/zopefoundation/zope.errorview/commit/33266259bc0271ee591231543163dfe241511759
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst

  Log Message:
  -----------
  Update changelog making a note about the content-type header that now is set.


  Commit: 77c3ad249d91711646904bf9009af94c6d7ed60b
      https://github.com/zopefoundation/zope.errorview/commit/77c3ad249d91711646904bf9009af94c6d7ed60b
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  use *at least* 1.0.0


  Commit: 37cdec921a6d56278c91b540a4228a6c1e336a29
      https://github.com/zopefoundation/zope.errorview/commit/37cdec921a6d56278c91b540a4228a6c1e336a29
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M buildout.cfg
    M src/zope/errorview/browser.py
    M src/zope/errorview/http.py
    M tox.ini

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

Update Python 3 compatibility.


Compare: https://github.com/zopefoundation/zope.errorview/compare/d6d006d67798...37cdec921a6d


More information about the checkins mailing list