[Checkins] [zopefoundation/Products.ZCatalog] 15a0b4: No longer try to insert a None value into a field ...

GitHub noreply at github.com
Sun Nov 2 14:46:04 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Products.ZCatalog
  Commit: 15a0b4f52ae8b30b33ef26fbd3df2d5541441cab
      https://github.com/zopefoundation/Products.ZCatalog/commit/15a0b4f52ae8b30b33ef26fbd3df2d5541441cab
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2014-11-02 (Sun, 02 Nov 2014)

  Changed paths:
    M CHANGES.txt
    M src/Products/PluginIndexes/FieldIndex/tests.py

  Log Message:
  -----------
  No longer try to insert a None value into a field index in tests.


  Commit: c378cdab2fb8997af1a17261458a1528e7131243
      https://github.com/zopefoundation/Products.ZCatalog/commit/c378cdab2fb8997af1a17261458a1528e7131243
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2014-11-02 (Sun, 02 Nov 2014)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/Products/PluginIndexes/FieldIndex/tests.py
    M src/Products/PluginIndexes/UUIDIndex/tests.py
    M src/Products/PluginIndexes/common/UnIndex.py

  Log Message:
  -----------
  Raise a TypeError when trying to index or lookup `None` in an UnIndex.

This is a required change for BTrees 4.0+ compatibility, which prevents
objects without a clear ordering definition from being inserted in a tree.


  Commit: 23b82809fe82a6a08fabef141da0a1c769750c9b
      https://github.com/zopefoundation/Products.ZCatalog/commit/23b82809fe82a6a08fabef141da0a1c769750c9b
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2014-11-02 (Sun, 02 Nov 2014)

  Changed paths:
    M CHANGES.txt
    M MANIFEST.in

  Log Message:
  -----------
  prepare release


  Commit: 1080d70768f8bd28cb0c0f1d1b2ac0dea9ef5ea0
      https://github.com/zopefoundation/Products.ZCatalog/commit/1080d70768f8bd28cb0c0f1d1b2ac0dea9ef5ea0
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2014-11-02 (Sun, 02 Nov 2014)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


Compare: https://github.com/zopefoundation/Products.ZCatalog/compare/a63a78707e16...1080d70768f8


More information about the checkins mailing list