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

GitHub noreply at github.com
Wed Jun 24 01:09:14 CEST 2015


  Branch: refs/heads/2.13
  Home:   https://github.com/zopefoundation/Zope
  Commit: c8abc7494f2b2ad005b55691560b2eab8a763e4d
      https://github.com/zopefoundation/Zope/commit/c8abc7494f2b2ad005b55691560b2eab8a763e4d
  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: 91f54a4eb20b4bffa401fe735adc890b8c0bef9d
      https://github.com/zopefoundation/Zope/commit/91f54a4eb20b4bffa401fe735adc890b8c0bef9d
  Author: Gerhard Weis <g.weis at griffith.edu.au>
  Date:   2015-06-21 (Sun, 21 Jun 2015)

  Changed paths:
    M doc/CHANGES.rst
    M sources.cfg
    M src/ZPublisher/WSGIPublisher.py
    M versions.cfg

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


  Commit: 033fdbb880f697658493b6f59b293a3ff6bfb2bb
      https://github.com/zopefoundation/Zope/commit/033fdbb880f697658493b6f59b293a3ff6bfb2bb
  Author: Gerhard Weis <g.weis at griffith.edu.au>
  Date:   2015-06-22 (Mon, 22 Jun 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: 9c5e0cfd7a221c793d05a1b098146e890597ffef
      https://github.com/zopefoundation/Zope/commit/9c5e0cfd7a221c793d05a1b098146e890597ffef
  Author: Gerhard Weis <g.weis at griffith.edu.au>
  Date:   2015-06-22 (Mon, 22 Jun 2015)

  Changed paths:
    M doc/CHANGES.rst

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


  Commit: c0f051830c740803aef80620b52104a9ce27354e
      https://github.com/zopefoundation/Zope/commit/c0f051830c740803aef80620b52104a9ce27354e
  Author: Gerhard Weis <g.weis at griffith.edu.au>
  Date:   2015-06-22 (Mon, 22 Jun 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: 5a5afd21aa4e71a8d0481342ad84f2919335e4ec
      https://github.com/zopefoundation/Zope/commit/5a5afd21aa4e71a8d0481342ad84f2919335e4ec
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

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

  Log Message:
  -----------
  Merge branch '2.13' of git://github.com/gweis/Zope into gweis-2.13

Conflicts:
	doc/CHANGES.rst


  Commit: c0aae342329c61e70301008bfde8c7e2360d02eb
      https://github.com/zopefoundation/Zope/commit/c0aae342329c61e70301008bfde8c7e2360d02eb
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-06-23 (Tue, 23 Jun 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: 558b5452cdbcbdbb4debed7eab4144422fcd5be8
      https://github.com/zopefoundation/Zope/commit/558b5452cdbcbdbb4debed7eab4144422fcd5be8
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

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

  Log Message:
  -----------
  Merge branch 'gweis-2.13' into 2.13


Compare: https://github.com/zopefoundation/Zope/compare/b3f2cf76764d...558b5452cdbc


More information about the checkins mailing list