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

GitHub noreply at github.com
Fri May 5 13:28:26 CEST 2017


  Branch: refs/heads/master
  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()


Compare: https://github.com/zopefoundation/Zope/compare/8320fc788112...50ce4db5af5d


More information about the checkins mailing list