[Checkins] [zopefoundation/Zope] 52b0d7: We should create a new ExtensionClass release, too.

Michael Howitz noreply at github.com
Fri Oct 16 08:26:19 CEST 2020


  Branch: refs/heads/flake8-via-pre-commit
  Home:   https://github.com/zopefoundation/Zope
  Commit: 52b0d7d0bf167c383d8cb769e8b1ec9a291287a9
      https://github.com/zopefoundation/Zope/commit/52b0d7d0bf167c383d8cb769e8b1ec9a291287a9
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  We should create a new ExtensionClass release, too.


  Commit: 29d63d40ebb8455af47e9fef44ac838bd9f96c35
      https://github.com/zopefoundation/Zope/commit/29d63d40ebb8455af47e9fef44ac838bd9f96c35
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Add more packages which need a release.


  Commit: 7574d9d040e6573b6536ff049a0d4057198c5446
      https://github.com/zopefoundation/Zope/commit/7574d9d040e6573b6536ff049a0d4057198c5446
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M CHANGES.rst
    M src/OFS/ObjectManager.py
    M src/Testing/ZopeTestCase/testZODBCompat.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/tests/testHTTPResponse.py

  Log Message:
  -----------
  Fix export of files with non-latin-1 compatible names (#893)

* Fix export of files with non-latin-1 compatible names

With Zope 4 unicode characters for ids are allowed.

The `zexp` export was not updated yet.

This has been fixed now.

closes #890

modified:   CHANGES.rst
modified:   src/OFS/ObjectManager.py
modified:   src/Testing/ZopeTestCase/testZODBCompat.py
new file:   src/ZPublisher/http_header_utils.py
new file:   src/ZPublisher/tests/test_http_header_utils.py

* Fix white space

modified:   src/ZPublisher/tests/test_http_header_utils.py

* Implement custom code for header creation

The ZPL does not allow to vendor third party code except the original
author would sign the contributor agreement.

As this is not realistic in this case, a custom solution was implemented
to handle non-latin-1 compatible headers.

modified:   src/OFS/ObjectManager.py
modified:   src/ZPublisher/http_header_utils.py
modified:   src/ZPublisher/tests/test_http_header_utils.py

* Update year

modified:   src/ZPublisher/tests/test_http_header_utils.py

* Use `us-ascii` encoding for the content-disposition header

modified:   src/Testing/ZopeTestCase/testZODBCompat.py
modified:   src/ZPublisher/http_header_utils.py
modified:   src/ZPublisher/tests/test_http_header_utils.py

* Move `make_content_disposition` into `HTTPResponse` module

modified:   src/OFS/ObjectManager.py
modified:   src/ZPublisher/HTTPResponse.py
deleted:    src/ZPublisher/http_header_utils.py
modified:   src/ZPublisher/tests/testHTTPResponse.py
deleted:    src/ZPublisher/tests/test_http_header_utils.py

Co-authored-by: Jens Vagelpohl <jens at netz.ooo>


  Commit: 901900b26c4883ff23139a1a3dae1deffba9af5a
      https://github.com/zopefoundation/Zope/commit/901900b26c4883ff23139a1a3dae1deffba9af5a
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M buildout.cfg
    M versions-prod.cfg

  Log Message:
  -----------
  - use latest AuthEncoding instead of Git clone


  Commit: 5f2359f2773ed01fac580c8e17ae8848ba7f1b4e
      https://github.com/zopefoundation/Zope/commit/5f2359f2773ed01fac580c8e17ae8848ba7f1b4e
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M constraints.txt
    M requirements-full.txt

  Log Message:
  -----------
  - add AuthEncoding pin to all required files


  Commit: 703c7046c9ab65b0941057e3d381293f69b53897
      https://github.com/zopefoundation/Zope/commit/703c7046c9ab65b0941057e3d381293f69b53897
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M src/Testing/utils.py
    M src/ZTUtils/Zope.py

  Log Message:
  -----------
  Fix typos (#894)

modified:   src/Testing/utils.py
modified:   src/ZTUtils/Zope.py


  Commit: c4b2575fdea9ac0add2ebb617ca762b4293bf306
      https://github.com/zopefoundation/Zope/commit/c4b2575fdea9ac0add2ebb617ca762b4293bf306
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
    M versions-prod.cfg

  Log Message:
  -----------
  zope.interface: Update to memory leak fixed version. (#896)


  Commit: 31407b0a36f2ca2622369a4248b3a168547e2aac
      https://github.com/zopefoundation/Zope/commit/31407b0a36f2ca2622369a4248b3a168547e2aac
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M constraints.txt
    M requirements-full.txt
    M versions-prod.cfg

  Log Message:
  -----------
  - Update to ``zope.interface > 5.1.0`` to fix a memory leak.


  Commit: adb9caa69f04a4ec78b77a60cb3b37e118e9007e
      https://github.com/zopefoundation/Zope/commit/adb9caa69f04a4ec78b77a60cb3b37e118e9007e
  Author: pinbe <pinbe at users.noreply.github.com>
  Date:   2020-10-05 (Mon, 05 Oct 2020)

  Changed paths:
    M src/ZTUtils/__init__.py

  Log Message:
  -----------
  Bugfix: missing coma so security declaration was not ok. (#901)


  Commit: 4797104ce9742485b6488592163893fe94356750
      https://github.com/zopefoundation/Zope/commit/4797104ce9742485b6488592163893fe94356750
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Add change log entry for #901


  Commit: de360be21b4872cc31fc51e4c6ddd2d5c19b66e8
      https://github.com/zopefoundation/Zope/commit/de360be21b4872cc31fc51e4c6ddd2d5c19b66e8
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Garden change log.


  Commit: 81ac8054c210b7d25d9e572d0648b789e99ae73d
      https://github.com/zopefoundation/Zope/commit/81ac8054c210b7d25d9e572d0648b789e99ae73d
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M buildout.cfg
    M constraints.txt
    M docs/migrations/index.rst
    A docs/migrations/zope5.rst
    M docs/news.rst
    M docs/roadmap.rst
    M requirements-full.txt
    M setup.py
    M versions-prod.cfg

  Log Message:
  -----------
  Add support for Python 3.9. (#908)

* Garden documentation.
* Add a bit of migration documentation.


  Commit: 36ae23cba34bb5bdd444956e0f3778fbd42bc66a
      https://github.com/zopefoundation/Zope/commit/36ae23cba34bb5bdd444956e0f3778fbd42bc66a
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M docs/roadmap.rst

  Log Message:
  -----------
  Improve roadmap.


  Commit: ef53ea228d25797ded33be340f2807c389dc4ee6
      https://github.com/zopefoundation/Zope/commit/ef53ea228d25797ded33be340f2807c389dc4ee6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M constraints.txt
    M requirements-full.txt
    M versions-prod.cfg

  Log Message:
  -----------
  Update to ZCatalog 6.0.


  Commit: bea75e6529aebb5322755c02a33587248ee5f646
      https://github.com/zopefoundation/Zope/commit/bea75e6529aebb5322755c02a33587248ee5f646
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M src/OFS/SimpleItem.py
    M src/OFS/tests/testSimpleItem.py

  Log Message:
  -----------
  override `id` in `OFS.SimpleItem.Item_w__name__` to avoid bugs by use of deprecated direct `id` access (--> #903) (#906)


  Commit: 2adcb9513acd54b0436f1a36c900ca11f8c69207
      https://github.com/zopefoundation/Zope/commit/2adcb9513acd54b0436f1a36c900ca11f8c69207
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/tests/testHTTPResponse.py

  Log Message:
  -----------
  Http response header encoding (#905) (#909)

* cosmetics: work around XEmacs highlighting bug

* HTTP response header encoding support

* reference PR in `CHANGES.rst` (for documentation purposes)

* fix typo

* Revert "cosmetics: work around XEmacs highlighting bug"

This reverts commit e4749c987cae9853f9f8b72ab1df9bcd1792257a.


  Commit: 067302e4eb8908c2dd0e3ad140defb20609f35dd
      https://github.com/zopefoundation/Zope/commit/067302e4eb8908c2dd0e3ad140defb20609f35dd
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Preparing release 5.0


  Commit: 63f7ed59b82e973b6a44cb755837df7f787ff72b
      https://github.com/zopefoundation/Zope/commit/63f7ed59b82e973b6a44cb755837df7f787ff72b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M requirements-full.txt
    M versions-prod.cfg

  Log Message:
  -----------
  Pin Zope version.


  Commit: c27ef0fb0d7a308343ebf260d22ba2f6ca5322e4
      https://github.com/zopefoundation/Zope/commit/c27ef0fb0d7a308343ebf260d22ba2f6ca5322e4
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Back to development: 5.1


  Commit: 415c9888d9012775796f18174ba25e600bc0b06b
      https://github.com/zopefoundation/Zope/commit/415c9888d9012775796f18174ba25e600bc0b06b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M requirements-full.txt
    M versions-prod.cfg

  Log Message:
  -----------
  Use dev version again.


  Commit: 7df3ab94397f1ade96103896b7e27f7560bd22f7
      https://github.com/zopefoundation/Zope/commit/7df3ab94397f1ade96103896b7e27f7560bd22f7
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M constraints.txt
    M docs/maintenance.rst
    M docs/roadmap.rst
    M requirements-full.txt
    M versions-prod.cfg
    M versions.cfg

  Log Message:
  -----------
  Update to newest versions of dependencies.


  Commit: 5c7ae68695991ecf2a888b6c2b5086fdd006f44f
      https://github.com/zopefoundation/Zope/commit/5c7ae68695991ecf2a888b6c2b5086fdd006f44f
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M src/OFS/tests/testObjectManager.py
    M src/Zope2/App/startup.py

  Log Message:
  -----------
  Fix deprecation warnings.


  Commit: 48961abcf3cc6a2749c127a769c1fd3a5bc0219c
      https://github.com/zopefoundation/Zope/commit/48961abcf3cc6a2749c127a769c1fd3a5bc0219c
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M setup.cfg
    M src/OFS/Application.py
    M src/OFS/tests/applicationproduct/__init__.py
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testCopySupport.py
    M src/OFS/tests/testEtagSupport.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testRanges.py
    M src/OFS/tests/testTraverse.py
    M src/OFS/tests/test_DTMLDocument.py
    M src/OFS/tests/test_DTMLMethod.py
    M src/OFS/tests/test_Uninstalled.py
    M src/OFS/tests/test_metaconfigure.py
    M src/OFS/userfolder.py
    M src/Products/Five/browser/adding.py
    M src/Products/Five/browser/tests/test_i18n.py
    M src/Products/Five/browser/tests/test_pagetemplatefile.py
    M src/Products/Five/browser/tests/test_zope3security.py
    M src/Products/PageTemplates/tests/testExpressions.py
    M src/Products/PageTemplates/tests/testZopePageTemplate.py
    M src/Products/PageTemplates/tests/test_ptfile.py
    M src/Products/SiteAccess/AccessRule.py
    M src/Products/SiteAccess/VirtualHostMonster.py
    M src/Products/SiteAccess/tests/testVirtualHostMonster.py
    M src/Testing/ZopeTestCase/ZopeLite.py
    M src/Testing/ZopeTestCase/functional.py
    M src/Testing/ZopeTestCase/testBaseTestCase.py
    M src/Testing/ZopeTestCase/testFunctional.py
    M src/Testing/ZopeTestCase/testInterfaces.py
    M src/Testing/ZopeTestCase/testPlaceless.py
    M src/Testing/ZopeTestCase/testPortalTestCase.py
    M src/Testing/ZopeTestCase/testSkeleton.py
    M src/Testing/ZopeTestCase/testZODBCompat.py
    M src/Testing/ZopeTestCase/testZopeTestCase.py
    M src/Testing/ZopeTestCase/utils.py
    M src/Testing/ZopeTestCase/zopedoctest/functional.py
    M src/Testing/ZopeTestCase/zopedoctest/testFunctionalDocTest.py
    M src/Testing/tests/test_testbrowser.py
    M src/ZPublisher/tests/testBaseRequest.py
    M src/ZPublisher/tests/testHTTPRequest.py
    M src/ZPublisher/tests/test_WSGIPublisher.py
    M src/ZTUtils/tests/testLazy.py
    M src/ZTUtils/tests/testTree.py
    M src/Zope2/App/patches/persistence.py
    M src/Zope2/App/tests/test_safe_formatter.py
    M src/Zope2/Startup/datatypes.py
    M src/Zope2/Startup/run.py
    M src/Zope2/utilities/finder.py
    M src/webdav/tests/testResource.py
    M src/zmi/styles/tests.py
    M tox.ini

  Log Message:
  -----------
  Update `isort` to version 5. (#910)

* Update `isort` to version 5.

This fixes #892

* Restore flags for `isort`

modified:   tox.ini

* Move first party imports into `known_zope`

* Use simplified isort config

* - fix pkg_resources

Co-authored-by: Jens Vagelpohl <jens at netz.ooo>


  Commit: 531706d03977fd2d95e889bf08ffe2082da7d55f
      https://github.com/zopefoundation/Zope/commit/531706d03977fd2d95e889bf08ffe2082da7d55f
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M src/App/ApplicationManager.py
    A src/App/CacheManager.py
    M src/App/DavLockManager.py
    M src/App/dtml/davLockManager.dtml
    A src/App/dtml/debug.dtml
    M src/App/tests/test_ApplicationManager.py
    A src/App/tests/test_cachemanager.py
    M src/ZPublisher/WSGIPublisher.py

  Log Message:
  -----------
  Restore the ZMI `Debug Information` control panel page (#899)

* - Restore the ZMI `Debug Information` control panel page

* - use bug icon

* include `class_types` in refcount analysis

Co-authored-by: dieter <dieter at handshake.de>


  Commit: 29056d54b05186fa94db0bfa6180ea7edeca2423
      https://github.com/zopefoundation/Zope/commit/29056d54b05186fa94db0bfa6180ea7edeca2423
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Move to correct version.


  Commit: 15993f9b5b7b2f7bed525ccc00902436dd6f714f
      https://github.com/zopefoundation/Zope/commit/15993f9b5b7b2f7bed525ccc00902436dd6f714f
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M docs/operation.rst

  Log Message:
  -----------
  Fix typo (#911)


  Commit: 276bece50680d9ac51508bc3184973cefdde202c
      https://github.com/zopefoundation/Zope/commit/276bece50680d9ac51508bc3184973cefdde202c
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-10-10 (Sat, 10 Oct 2020)

  Changed paths:
    M docs/zdgbook/Outline.txt
    M docs/zdgbook/Products.rst
    M docs/zdgbook/Security.rst
    M docs/zopebook/ExternalTools.rst
    R docs/zopebook/Figures/3-3.png
    R docs/zopebook/Figures/emacsftp.png
    R docs/zopebook/Figures/ie.png
    R docs/zopebook/Figures/kateftp.png
    R docs/zopebook/Figures/kdeopen.png
    R docs/zopebook/Figures/konq.png
    M docs/zopebook/InstallingZope.rst
    M docs/zopebook/MaintainingZope.rst
    M docs/zopebook/Security.rst
    M docs/zopebook/UsingZope.rst
    M docs/zopebook/ZopeArchitecture.rst
    M src/App/Common.py
    M src/OFS/ObjectManager.py

  Log Message:
  -----------
  Remove references to removed FTP function (#915)

* Remove references to removed FTP function

This fixes #912

* Add deprecation warning to ObjectManager.mangage_hasId

modified:   src/OFS/ObjectManager.py

* Add name of deprecated method

modified:   src/OFS/ObjectManager.py

* Deprecate `is_acquired`

It was used with the meanwhile remove FTP access.

modified:   src/App/Common.py


  Commit: e251847a3c766f9d88d0081e118db0565c9cf145
      https://github.com/zopefoundation/Zope/commit/e251847a3c766f9d88d0081e118db0565c9cf145
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-10-10 (Sat, 10 Oct 2020)

  Changed paths:
    M docs/news.rst

  Log Message:
  -----------
  Do not point to ZServer for WebDAV support (#917)

... as WebDAV was restored for Zope.


  Commit: 1464a8288bc3feccdcf1233642e433a159e6ab4f
      https://github.com/zopefoundation/Zope/commit/1464a8288bc3feccdcf1233642e433a159e6ab4f
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-10-10 (Sat, 10 Oct 2020)

  Changed paths:
    R docs/zdgbook/Outline.txt

  Log Message:
  -----------
  Delete outdated outline.txt (#916)

Also, as this is a text file, it was never rendered and made visible on
the Zope documenation website.

deleted:    docs/zdgbook/Outline.txt

Co-authored-by: Jens Vagelpohl <jens at netz.ooo>


  Commit: dc48551c0c5ed344290ef150c95d6125e784d1b2
      https://github.com/zopefoundation/Zope/commit/dc48551c0c5ed344290ef150c95d6125e784d1b2
  Author: Dieter Maurer <d-maurer at users.noreply.github.com>
  Date:   2020-10-11 (Sun, 11 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M src/Products/PageTemplates/engine.py
    M src/Products/PageTemplates/tests/input/RepeatVariable.html
    M src/Products/PageTemplates/tests/output/RepeatVariable.html

  Log Message:
  -----------
  Fix #913 (#914) (#918)


  Commit: aff3e21109bf7bf8960f6229d26c65b76476b95f
      https://github.com/zopefoundation/Zope/commit/aff3e21109bf7bf8960f6229d26c65b76476b95f
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-10-14 (Wed, 14 Oct 2020)

  Changed paths:
    M docs/INSTALL.rst

  Log Message:
  -----------
  - installation instruction updates (fixes #920)


  Commit: f0cd0a6084cc7ca15bd4c8d000ccde889e617435
      https://github.com/zopefoundation/Zope/commit/f0cd0a6084cc7ca15bd4c8d000ccde889e617435
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-16 (Fri, 16 Oct 2020)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M buildout.cfg
    M constraints.txt
    M docs/INSTALL.rst
    M docs/maintenance.rst
    M docs/migrations/index.rst
    A docs/migrations/zope5.rst
    M docs/news.rst
    M docs/operation.rst
    M docs/roadmap.rst
    R docs/zdgbook/Outline.txt
    M docs/zdgbook/Products.rst
    M docs/zdgbook/Security.rst
    M docs/zopebook/ExternalTools.rst
    R docs/zopebook/Figures/3-3.png
    R docs/zopebook/Figures/emacsftp.png
    R docs/zopebook/Figures/ie.png
    R docs/zopebook/Figures/kateftp.png
    R docs/zopebook/Figures/kdeopen.png
    R docs/zopebook/Figures/konq.png
    M docs/zopebook/InstallingZope.rst
    M docs/zopebook/MaintainingZope.rst
    M docs/zopebook/Security.rst
    M docs/zopebook/UsingZope.rst
    M docs/zopebook/ZopeArchitecture.rst
    M requirements-full.txt
    M setup.cfg
    M setup.py
    M src/App/ApplicationManager.py
    A src/App/CacheManager.py
    M src/App/Common.py
    M src/App/DavLockManager.py
    M src/App/dtml/davLockManager.dtml
    A src/App/dtml/debug.dtml
    M src/App/tests/test_ApplicationManager.py
    A src/App/tests/test_cachemanager.py
    M src/OFS/Application.py
    M src/OFS/ObjectManager.py
    M src/OFS/SimpleItem.py
    M src/OFS/tests/applicationproduct/__init__.py
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testCopySupport.py
    M src/OFS/tests/testEtagSupport.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testObjectManager.py
    M src/OFS/tests/testRanges.py
    M src/OFS/tests/testSimpleItem.py
    M src/OFS/tests/testTraverse.py
    M src/OFS/tests/test_DTMLDocument.py
    M src/OFS/tests/test_DTMLMethod.py
    M src/OFS/tests/test_Uninstalled.py
    M src/OFS/tests/test_metaconfigure.py
    M src/OFS/userfolder.py
    M src/Products/Five/browser/adding.py
    M src/Products/Five/browser/tests/test_i18n.py
    M src/Products/Five/browser/tests/test_pagetemplatefile.py
    M src/Products/Five/browser/tests/test_zope3security.py
    M src/Products/PageTemplates/engine.py
    M src/Products/PageTemplates/tests/input/RepeatVariable.html
    M src/Products/PageTemplates/tests/output/RepeatVariable.html
    M src/Products/PageTemplates/tests/testExpressions.py
    M src/Products/PageTemplates/tests/testZopePageTemplate.py
    M src/Products/PageTemplates/tests/test_ptfile.py
    M src/Products/SiteAccess/AccessRule.py
    M src/Products/SiteAccess/VirtualHostMonster.py
    M src/Products/SiteAccess/tests/testVirtualHostMonster.py
    M src/Testing/ZopeTestCase/ZopeLite.py
    M src/Testing/ZopeTestCase/functional.py
    M src/Testing/ZopeTestCase/testBaseTestCase.py
    M src/Testing/ZopeTestCase/testFunctional.py
    M src/Testing/ZopeTestCase/testInterfaces.py
    M src/Testing/ZopeTestCase/testPlaceless.py
    M src/Testing/ZopeTestCase/testPortalTestCase.py
    M src/Testing/ZopeTestCase/testSkeleton.py
    M src/Testing/ZopeTestCase/testZODBCompat.py
    M src/Testing/ZopeTestCase/testZopeTestCase.py
    M src/Testing/ZopeTestCase/utils.py
    M src/Testing/ZopeTestCase/zopedoctest/functional.py
    M src/Testing/ZopeTestCase/zopedoctest/testFunctionalDocTest.py
    M src/Testing/tests/test_testbrowser.py
    M src/Testing/utils.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/testBaseRequest.py
    M src/ZPublisher/tests/testHTTPRequest.py
    M src/ZPublisher/tests/testHTTPResponse.py
    M src/ZPublisher/tests/test_WSGIPublisher.py
    M src/ZTUtils/Zope.py
    M src/ZTUtils/__init__.py
    M src/ZTUtils/tests/testLazy.py
    M src/ZTUtils/tests/testTree.py
    M src/Zope2/App/patches/persistence.py
    M src/Zope2/App/startup.py
    M src/Zope2/App/tests/test_safe_formatter.py
    M src/Zope2/Startup/datatypes.py
    M src/Zope2/Startup/run.py
    M src/Zope2/utilities/finder.py
    M src/webdav/tests/testResource.py
    M src/zmi/styles/tests.py
    M tox.ini
    M versions-prod.cfg
    M versions.cfg

  Log Message:
  -----------
  Merge branch 'master' into flake8-via-pre-commit


Compare: https://github.com/zopefoundation/Zope/compare/945f08b1952a...f0cd0a6084cc


More information about the checkins mailing list