[Checkins] [zopefoundation/Zope] 9f09c1: Convert lists/tuples of strings to bytes.

GitHub noreply at github.com
Mon Apr 23 10:14:59 CEST 2018


  Branch: refs/heads/lines-property
  Home:   https://github.com/zopefoundation/Zope
  Commit: 9f09c11bfc6e7bb73cdea647cfec21eda76e6585
      https://github.com/zopefoundation/Zope/commit/9f09c11bfc6e7bb73cdea647cfec21eda76e6585
  Author: Andreas Zeidler <witsch at plone.org>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M src/ZPublisher/Converters.py
    M src/ZPublisher/tests/test_Converters.py

  Log Message:
  -----------
  Convert lists/tuples of strings to bytes.

`str` does the same in Python 2.


  Commit: c670a2c5a9427c8e4937435e21012d7c2da54123
      https://github.com/zopefoundation/Zope/commit/c670a2c5a9427c8e4937435e21012d7c2da54123
  Author: Andreas Zeidler <witsch at plone.org>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M src/ZPublisher/tests/test_Converters.py

  Log Message:
  -----------
  Also make sure bytes will be correctly converted as well.


  Commit: 507346f65b140ed473e7e2ee8e4b136bc5246dd0
      https://github.com/zopefoundation/Zope/commit/507346f65b140ed473e7e2ee8e4b136bc5246dd0
  Author: Andreas Zeidler <witsch at plone.org>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M src/OFS/tests/testProperties.py
    M src/ZPublisher/Converters.py
    M src/ZPublisher/tests/test_Converters.py

  Log Message:
  -----------
  WIP: Also convert text values for 'lines' fields to bytes.

This makes things more consistent after d062cdec.


  Commit: 72225467b18d78830e3680c3fa1cd02503ea3bff
      https://github.com/zopefoundation/Zope/commit/72225467b18d78830e3680c3fa1cd02503ea3bff
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M buildout.cfg
    M sources.cfg
    M src/ZPublisher/HTTPRequest.py
    M src/ZPublisher/tests/testHTTPRequest.py

  Log Message:
  -----------
  There is a need for TaintedString and TaintedBytes


  Commit: a148831957bec87a2982b9dab539cc459f91c552
      https://github.com/zopefoundation/Zope/commit/a148831957bec87a2982b9dab539cc459f91c552
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M src/ZPublisher/tests/testHTTPRequest.py

  Log Message:
  -----------
  should_be_tainted does not know of TaintedString or TaintedBytes


  Commit: 0d59da1664f56bf4cc5f7fe61f674b02a72eaf46
      https://github.com/zopefoundation/Zope/commit/0d59da1664f56bf4cc5f7fe61f674b02a72eaf46
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M buildout.cfg
    M setup.py
    M sources.cfg

  Log Message:
  -----------
  The required AccessControl version containing TaintedBytes is now released.


  Commit: 4ea1528dacb8010a3c9a2b39124d4a0893638c98
      https://github.com/zopefoundation/Zope/commit/4ea1528dacb8010a3c9a2b39124d4a0893638c98
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M sources.cfg

  Log Message:
  -----------
  Minimize diff.


  Commit: 569dfd2cf9efb01298646e83136674725493464a
      https://github.com/zopefoundation/Zope/commit/569dfd2cf9efb01298646e83136674725493464a
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M src/OFS/tests/testProperties.py
    M src/ZPublisher/tests/testHTTPRequest.py

  Log Message:
  -----------
  Improve tests.


Compare: https://github.com/zopefoundation/Zope/compare/3a1e429855cf...569dfd2cf9ef


More information about the checkins mailing list