[Checkins] [zopefoundation/Zope] 5e2667: support IStreamIterator as WSGI response body

GitHub noreply at github.com
Thu Aug 6 15:12:08 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 5e26679d40903c841d57b2575248bc93cb8ff883
      https://github.com/zopefoundation/Zope/commit/5e26679d40903c841d57b2575248bc93cb8ff883
  Author: Gerhard Weis <g.weis at griffith.edu.au>
  Date:   2015-06-16 (Tue, 16 Jun 2015)

  Changed paths:
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  support IStreamIterator as WSGI response body


  Commit: 9d17e0610df8483565b1a32e5ff725987a773f4d
      https://github.com/zopefoundation/Zope/commit/9d17e0610df8483565b1a32e5ff725987a773f4d
  Author: Gerhard Weis <g.weis at griffith.edu.au>
  Date:   2015-08-06 (Thu, 06 Aug 2015)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    A docs/INSTALL-buildout.rst
    A docs/INSTALL-virtualenv.rst
    R docs/INSTALL.rst
    M docs/Makefile
    A docs/WSGI.rst
    M docs/index.rst
    M docs/operation.rst
    M src/ZPublisher/BaseRequest.py
    M src/ZPublisher/HTTPRequest.py
    M src/ZPublisher/tests/testBaseRequest.py
    M src/ZPublisher/tests/testHTTPRequest.py

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/zopefoundation/Zope


  Commit: 19e5a97f45538e3ffe53470f64360efd5bcf4296
      https://github.com/zopefoundation/Zope/commit/19e5a97f45538e3ffe53470f64360efd5bcf4296
  Author: Gerhard Weis <g.weis at griffith.edu.au>
  Date:   2015-08-06 (Thu, 06 Aug 2015)

  Changed paths:
    M src/ZPublisher/Iterators.py
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  Introduce IUnboundStreamIterator to support publishing iterators of unknown length


  Commit: 92474ccad9328fcaeb870604ed33264e0ad483af
      https://github.com/zopefoundation/Zope/commit/92474ccad9328fcaeb870604ed33264e0ad483af
  Author: Gerhard Weis <g.weis at griffith.edu.au>
  Date:   2015-08-06 (Thu, 06 Aug 2015)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  changelog for pull request #28


  Commit: dcd81ee76af32276d41a1960d70712c3eb567648
      https://github.com/zopefoundation/Zope/commit/dcd81ee76af32276d41a1960d70712c3eb567648
  Author: Gerhard Weis <g.weis at griffith.edu.au>
  Date:   2015-08-06 (Thu, 06 Aug 2015)

  Changed paths:
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  check most specific interface first (IStreamIterator before IUnboundStreamIterator)


  Commit: ff80ac2863442619675ff0c54429d2f8061e5d91
      https://github.com/zopefoundation/Zope/commit/ff80ac2863442619675ff0c54429d2f8061e5d91
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-08-06 (Thu, 06 Aug 2015)

  Changed paths:
    M src/ZPublisher/Iterators.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  Ensure stream iterator interfaces are related.

Also, add an assertion that the WSGIResponse gets its 'Content-Length'
header correctly set.


  Commit: e2888694d96fac8fe57ff60e1a08c0b465bc5fa4
      https://github.com/zopefoundation/Zope/commit/e2888694d96fac8fe57ff60e1a08c0b465bc5fa4
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-08-06 (Thu, 06 Aug 2015)

  Changed paths:
    M CHANGES.rst
    M src/ZPublisher/Iterators.py
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  Merge pull request #28 from gweis/master

support IStreamIterator as WSGI response body


Compare: https://github.com/zopefoundation/Zope/compare/ce2086b554d1...e2888694d96f


More information about the checkins mailing list