[Checkins] [zopefoundation/Products.ZCatalog] 0b8b63: Import escape from html instead of cgi. (#48)

Michael Howitz noreply at github.com
Sat Feb 9 09:22:34 CET 2019


  Branch: refs/heads/handle-widcode-bytes
  Home:   https://github.com/zopefoundation/Products.ZCatalog
  Commit: 0b8b63a0c8470bd8df187576d4caa2098b9eb5c1
      https://github.com/zopefoundation/Products.ZCatalog/commit/0b8b63a0c8470bd8df187576d4caa2098b9eb5c1
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-12-15 (Sat, 15 Dec 2018)

  Changed paths:
    M CHANGES.rst
    M src/Products/ZCTextIndex/ZCTextIndex.py
    M src/Products/ZCTextIndex/tests/testZCTextIndex.py

  Log Message:
  -----------
  Import escape from html instead of cgi. (#48)

Import escape from html instead of cgi.

"cgi.escape" will be removed in Python 3.8.

Test coverage has been increased in order to cover the modified
code paths.

Also, the changelog has been updated accordingly.

modified:   src/Products/ZCTextIndex/ZCTextIndex.py
modified:   src/Products/ZCTextIndex/tests/testZCTextIndex.py
modified:   CHANGES.rst


  Commit: 2219eccdaa3318dab20a5decdbc70c94bf23fc89
      https://github.com/zopefoundation/Products.ZCatalog/commit/2219eccdaa3318dab20a5decdbc70c94bf23fc89
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-12-15 (Sat, 15 Dec 2018)

  Changed paths:
    M CHANGES.rst
    M src/Products/ZCTextIndex/tests/testZCTextIndex.py

  Log Message:
  -----------
  Fix "invalid escape sequence" warning. (#50)

Fix "invalid escape sequence" warning.

Beginning with Python 3.6 a DeprecationWarning is shown when an invalid
escape sequence is used. Converting the string into a raw string fixes
the problem.

cf
https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior

Fixes #49


  Commit: 3efa650d93999d7efc5c268d62df54534fd5be82
      https://github.com/zopefoundation/Products.ZCatalog/commit/3efa650d93999d7efc5c268d62df54534fd5be82
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
    M CHANGES.rst
    M src/Products/ZCatalog/dtml/catalogAdvanced.dtml
    M src/Products/ZCatalog/dtml/catalogObjectInformation.dtml
    M src/Products/ZCatalog/dtml/catalogPlan.dtml
    M src/Products/ZCatalog/dtml/catalogReport.dtml
    M src/Products/ZCatalog/dtml/catalogStatus.dtml
    M src/Products/ZCatalog/dtml/catalogView.dtml
    M src/Products/ZCatalog/dtml/editCatalogerForm.dtml

  Log Message:
  -----------
  - Adapt remaining ZMI tabs to Bootstrap [ci skip]


  Commit: 9d40f7094a968cb61d880aa01fd32ed12eefe776
      https://github.com/zopefoundation/Products.ZCatalog/commit/9d40f7094a968cb61d880aa01fd32ed12eefe776
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Remove version pin incompatible with the one of Zope.


  Commit: 80958ab4c5a75a40e60ad2ba34a2bb1b9480457e
      https://github.com/zopefoundation/Products.ZCatalog/commit/80958ab4c5a75a40e60ad2ba34a2bb1b9480457e
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Preparing release 4.3


  Commit: 8289ea523df6e6281a5d24ce1a01e7e5d1328eef
      https://github.com/zopefoundation/Products.ZCatalog/commit/8289ea523df6e6281a5d24ce1a01e7e5d1328eef
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Back to development: 4.4


  Commit: 07a5f9d5cf0003f97af8d13177a5d479fe4ff24f
      https://github.com/zopefoundation/Products.ZCatalog/commit/07a5f9d5cf0003f97af8d13177a5d479fe4ff24f
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-02-09 (Sat, 09 Feb 2019)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/Products/ZCTextIndex/ZCTextIndex.py
    M src/Products/ZCTextIndex/tests/testZCTextIndex.py
    M src/Products/ZCatalog/dtml/catalogAdvanced.dtml
    M src/Products/ZCatalog/dtml/catalogObjectInformation.dtml
    M src/Products/ZCatalog/dtml/catalogPlan.dtml
    M src/Products/ZCatalog/dtml/catalogReport.dtml
    M src/Products/ZCatalog/dtml/catalogStatus.dtml
    M src/Products/ZCatalog/dtml/catalogView.dtml
    M src/Products/ZCatalog/dtml/editCatalogerForm.dtml
    M tox.ini

  Log Message:
  -----------
  Merge branch 'master' into handle-widcode-bytes


Compare: https://github.com/zopefoundation/Products.ZCatalog/compare/513034d37b29...07a5f9d5cf00


More information about the checkins mailing list