[Checkins] [zopefoundation/Zope] 478ae3: Separate WSGIPublisher from Publish code.

GitHub noreply at github.com
Sat Sep 3 18:24:30 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 478ae3a248084c2f76345c4283a2a3c748211730
      https://github.com/zopefoundation/Zope/commit/478ae3a248084c2f76345c4283a2a3c748211730
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-09-03 (Sat, 03 Sep 2016)

  Changed paths:
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py
    M src/Zope2/Startup/starter.py
    M src/Zope2/__init__.py

  Log Message:
  -----------
  Separate WSGIPublisher from Publish code.


  Commit: 26370f24600ae6440080f239dc1842a8b3fcb3b3
      https://github.com/zopefoundation/Zope/commit/26370f24600ae6440080f239dc1842a8b3fcb3b3
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-09-03 (Sat, 03 Sep 2016)

  Changed paths:
    M src/ZPublisher/BaseRequest.py
    M src/ZPublisher/HTTPRequest.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/Publish.py
    M src/ZPublisher/__init__.py
    M src/ZPublisher/tests/test_WSGIPublisher.py
    R src/ZPublisher/tests/test_xmlrpc.py
    M src/ZPublisher/xmlrpc.py
    M src/Zope2/App/startup.py

  Log Message:
  -----------
  Move xmlrpc code into ZServer distribution.


  Commit: c92eb9293573f9b4e04709f5ea1b6145591c40eb
      https://github.com/zopefoundation/Zope/commit/c92eb9293573f9b4e04709f5ea1b6145591c40eb
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-09-03 (Sat, 03 Sep 2016)

  Changed paths:
    M src/OFS/tests/testFileAndImage.py
    M src/Products/Five/browser/tests/test_i18n.py
    M src/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt
    M src/Testing/ZopeTestCase/zopedoctest/functional.py
    M src/Testing/ZopeTestCase/zopedoctest/testFunctionalDocTest.py
    M src/Testing/tests/test_testbrowser.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/__init__.py
    M src/ZPublisher/tests/testBaseRequest.py
    M src/ZPublisher/tests/testHTTPRequest.py
    M src/ZPublisher/tests/testHTTPResponse.py

  Log Message:
  -----------
  Cleanup, avoid duplicated imports in tests for external dependencies.


  Commit: 2f444231fc9ff9f28691b411629a377af160d1c6
      https://github.com/zopefoundation/Zope/commit/2f444231fc9ff9f28691b411629a377af160d1c6
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-09-03 (Sat, 03 Sep 2016)

  Changed paths:
    M CHANGES.rst
    M src/Testing/ZopeTestCase/functional.py
    M src/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt
    M src/Testing/ZopeTestCase/zopedoctest/functional.py
    M src/Testing/testbrowser.py
    M src/ZPublisher/Publish.py
    M src/ZPublisher/WSGIPublisher.py
    R src/ZPublisher/tests/exception_handling.txt
    R src/ZPublisher/tests/testPublish.py
    R src/ZPublisher/tests/test_exception_handling.py
    A src/ZPublisher/tests/test_pubevents.py
    R src/ZPublisher/tests/testpubevents.py

  Log Message:
  -----------
  Move `ZPublisher.Publish` module into ZServer distribution.

Change Testing to use the WSGI publisher for functional and testbrowser
based tests incl. functional doctests. Alternatives are available
in `ZServer.Testing`.


Compare: https://github.com/zopefoundation/Zope/compare/c42413734ac5...2f444231fc9f


More information about the checkins mailing list