[Checkins] [zopefoundation/Zope] af836d: Add tests for marshaling primitives. unicode fail...

GitHub noreply at github.com
Fri May 5 17:06:43 CEST 2017


  Branch: refs/heads/restore_response_unauthorized
  Home:   https://github.com/zopefoundation/Zope
  Commit: af836d7efa02231f8bd4eff4c4f4ab40d5ea99ea
      https://github.com/zopefoundation/Zope/commit/af836d7efa02231f8bd4eff4c4f4ab40d5ea99ea
  Author: flipmcf <flipmcf at gmail.com>
  Date:   2016-11-17 (Thu, 17 Nov 2016)

  Changed paths:
    M src/ZTUtils/tests/testZope.py

  Log Message:
  -----------
  Add tests for marshaling primitives.  unicode fails intentionally


  Commit: 7d1e0599db54cdbbe28b784e27a62cf79060ecb8
      https://github.com/zopefoundation/Zope/commit/7d1e0599db54cdbbe28b784e27a62cf79060ecb8
  Author: flipmcf <flipmcf at gmail.com>
  Date:   2016-11-17 (Thu, 17 Nov 2016)

  Changed paths:
    M src/ZTUtils/Zope.py

  Log Message:
  -----------
  Fix simple marshal


  Commit: 4148a25227e4ab968d54aab03841195670a314dd
      https://github.com/zopefoundation/Zope/commit/4148a25227e4ab968d54aab03841195670a314dd
  Author: flipmcf <flipmcf at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M src/ZTUtils/tests/testZope.py

  Log Message:
  -----------
  Added unicode tests to complex marshal tests.  Added unicode makequery test (fails)


  Commit: 11319015ee02800cd4b1381be3edbeea18e90af1
      https://github.com/zopefoundation/Zope/commit/11319015ee02800cd4b1381be3edbeea18e90af1
  Author: flipmcf <flipmcf at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M src/ZTUtils/tests/testZope.py

  Log Message:
  -----------
  Remove refactor (use of self.assertEqual) to make diff cleaner - do it later


  Commit: 780de97086b1262973c7834e4b0fc2265e606a61
      https://github.com/zopefoundation/Zope/commit/780de97086b1262973c7834e4b0fc2265e606a61
  Author: flipmcf <flipmcf at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M src/ZTUtils/tests/testZope.py

  Log Message:
  -----------
  Fix makequery test to reflect urlencode of utf8 characters


  Commit: 84ebc42c8926a4a4405d28d14eff113124eaadcc
      https://github.com/zopefoundation/Zope/commit/84ebc42c8926a4a4405d28d14eff113124eaadcc
  Author: flipmcf <flipmcf at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M src/ZTUtils/Zope.py

  Log Message:
  -----------
  force _DEFAULT_ENCODING to be utf8 if not specified in zope config | Fix makequery to work with unicode


  Commit: b8a135655a3d68d02379b4ec1976186d881ce92e
      https://github.com/zopefoundation/Zope/commit/b8a135655a3d68d02379b4ec1976186d881ce92e
  Author: flipmcf <flipmcf at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M src/ZTUtils/Zope.py

  Log Message:
  -----------
  comment _DEFAULT_ENCODING - move import into condition (yes, preoptimization is bad)


  Commit: b4a5c62449b08b01dd87eaeb094b7561c40dbd24
      https://github.com/zopefoundation/Zope/commit/b4a5c62449b08b01dd87eaeb094b7561c40dbd24
  Author: flipmcf <flipmcf at gmail.com>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Changed paths:
    M src/ZTUtils/Zope.py

  Log Message:
  -----------
  Quick review changes: https://github.com/zopefoundation/Zope/pull/78#pullrequestreview-9603663


  Commit: 24665e61472473e1d65162645a934680d0290719
      https://github.com/zopefoundation/Zope/commit/24665e61472473e1d65162645a934680d0290719
  Author: flipmcf <flipmcf at gmail.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M src/ZTUtils/Zope.py

  Log Message:
  -----------
  change type() to isinstance()


  Commit: 50ce4db5af5dc1872af6a78b0021a86715612983
      https://github.com/zopefoundation/Zope/commit/50ce4db5af5dc1872af6a78b0021a86715612983
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
    M src/ZTUtils/Zope.py
    M src/ZTUtils/tests/testZope.py

  Log Message:
  -----------
  Merge pull request #78 from RadioFreeAsia/issue15

Issue15 - Fix unicode handling in make_query()


  Commit: 23f094f2be3b348835cc839b7b19a3988fff8f30
      https://github.com/zopefoundation/Zope/commit/23f094f2be3b348835cc839b7b19a3988fff8f30
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
    M CHANGES.rst
    M src/Testing/tests/test_testbrowser.py
    M src/ZPublisher/HTTPResponse.py

  Log Message:
  -----------
  Restore `HTTPResponse.redirect` behaviour of not raising an exception. (#114)

This should fix testbrowser related failures that suddenly saw
Redirect exceptions being raised, rather than the redirects just
being followed. This refs #106.


  Commit: 17b01b7a0c94ae69f80bc366b29f4ab1664c2794
      https://github.com/zopefoundation/Zope/commit/17b01b7a0c94ae69f80bc366b29f4ab1664c2794
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
    M CHANGES.rst
    M src/Testing/tests/test_testbrowser.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZTUtils/Zope.py
    M src/ZTUtils/tests/testZope.py

  Log Message:
  -----------
  Merge branch 'master' into restore_response_unauthorized


Compare: https://github.com/zopefoundation/Zope/compare/14312c04b459...17b01b7a0c94


More information about the checkins mailing list