[Checkins] [zopefoundation/Zope] 870f48: Rip out ZServer support.

Michael Howitz noreply at github.com
Tue Sep 10 09:22:57 CEST 2019


  Branch: refs/heads/drop-python2-support
  Home:   https://github.com/zopefoundation/Zope
  Commit: 870f483c025aa6ee1a7c2bf08a109cd50bf18bd1
      https://github.com/zopefoundation/Zope/commit/870f483c025aa6ee1a7c2bf08a109cd50bf18bd1
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-09-09 (Mon, 09 Sep 2019)

  Changed paths:
    M CHANGES.rst
    M buildout.cfg
    M constraints.txt
    M docs/INSTALL.rst
    M docs/operation.rst
    M docs/wsgi.rst
    M docs/zdgbook/ObjectPublishing.rst
    M docs/zdgbook/TestingAndDebugging.rst
    M sources.cfg
    M src/App/ImageFile.py
    R src/App/bbb.py
    M src/OFS/Application.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/ObjectManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/SimpleItem.py
    M src/OFS/Traversable.py
    R src/OFS/bbb.py
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testObjectManager.py
    M src/Products/PageTemplates/ZopePageTemplate.py
    R src/Products/PageTemplates/bbb.py
    R src/Testing/ZopeTestCase/threadutils.py
    M src/Testing/ZopeTestCase/utils.py
    M src/ZPublisher/BaseRequest.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/Publish.py
    M src/Zope2/Startup/__init__.py
    M src/Zope2/Startup/datatypes.py
    M src/Zope2/Startup/handlers.py
    R src/Zope2/Startup/misc/__init__.py
    R src/Zope2/Startup/misc/lock_file.py
    M src/Zope2/Startup/options.py
    M src/Zope2/Startup/run.py
    R src/Zope2/Startup/zopectl.py
    M src/Zope2/__init__.py
    R src/Zope2/utilities/mkzopeinstance.py
    R src/Zope2/utilities/zpasswd.py
    M tox.ini
    M util.py
    M versions-prod.cfg

  Log Message:
  -----------
  Rip out ZServer support.


  Commit: 5d717cf7ce499b54d1a03c344481786c514daed8
      https://github.com/zopefoundation/Zope/commit/5d717cf7ce499b54d1a03c344481786c514daed8
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-09-09 (Mon, 09 Sep 2019)

  Changed paths:
    M docs/INSTALL.rst
    M docs/operation.rst
    M docs/zope4/news.rst
    M src/Testing/ZopeTestCase/testZODBCompat.py

  Log Message:
  -----------
  Grep for `2.7` and remove places for Python 2 support.

Additionally removed also a bit of Zope 2.7 support code.


  Commit: 45b5cae81982fa4e45fe05fffdc56d016f32536a
      https://github.com/zopefoundation/Zope/commit/45b5cae81982fa4e45fe05fffdc56d016f32536a
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M src/App/Management.py
    M src/OFS/CopySupport.py
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Image.py
    M src/OFS/ObjectManager.py
    M src/OFS/PropertyManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/SimpleItem.py
    M src/OFS/Uninstalled.py
    M src/OFS/role.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testFindSupport.py
    M src/OFS/tests/testObjectManager.py
    M src/Products/Five/browser/adding.py
    M src/Products/Five/viewlet/viewlet.py
    M src/Products/PageTemplates/tests/test_persistenttemplate.py
    M src/Testing/ZopeTestCase/ZopeLite.py
    M src/Testing/ZopeTestCase/functional.py
    M src/ZPublisher/BaseResponse.py
    M src/ZPublisher/Converters.py
    M src/ZPublisher/HTTPRequest.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/tests/testHTTPRequest.py
    M src/ZPublisher/tests/test_Converters.py
    M src/ZPublisher/tests/test_mapply.py
    M src/ZPublisher/tests/test_utils.py
    M src/ZTUtils/Zope.py
    M src/ZTUtils/tests/testZope.py
    M src/Zope2/App/tests/test_safe_formatter.py
    M src/Zope2/Startup/datatypes.py
    M src/Zope2/Startup/starter.py
    M src/Zope2/Startup/tests/test_serve.py
    M src/Zope2/Startup/tests/test_starter.py

  Log Message:
  -----------
  Drop usage of code referencing `PY2`.


Compare: https://github.com/zopefoundation/Zope/compare/68a8242121c5...45b5cae81982


More information about the checkins mailing list