[Checkins] [zopefoundation/Products.ZCatalog] ca1b40: - ignore mr.developer artifact

GitHub noreply at github.com
Sun May 14 10:52:28 CEST 2017


  Branch: refs/heads/py3
  Home:   https://github.com/zopefoundation/Products.ZCatalog
  Commit: ca1b40a9bf37f25c47a9e4713d54f4e13752436a
      https://github.com/zopefoundation/Products.ZCatalog/commit/ca1b40a9bf37f25c47a9e4713d54f4e13752436a
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  - ignore mr.developer artifact


  Commit: 8ebd99173d01991ea73a46324994ce0a1e940b5e
      https://github.com/zopefoundation/Products.ZCatalog/commit/8ebd99173d01991ea73a46324994ce0a1e940b5e
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  - work with the Zope master branch


  Commit: d0f1c29d6ff16513d51ea659924954877327ea10
      https://github.com/zopefoundation/Products.ZCatalog/commit/d0f1c29d6ff16513d51ea659924954877327ea10
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M src/Products/PluginIndexes/DateRangeIndex/tests.py

  Log Message:
  -----------
  - replace map call with zip


  Commit: cc96a5a57974ee5c5a469bc8757c6477675857b6
      https://github.com/zopefoundation/Products.ZCatalog/commit/cc96a5a57974ee5c5a469bc8757c6477675857b6
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M src/Products/PluginIndexes/BooleanIndex/tests.py
    M src/Products/PluginIndexes/CompositeIndex/tests/testCompositeIndex.py
    M src/Products/PluginIndexes/PathIndex/PathIndex.py
    M src/Products/PluginIndexes/PathIndex/tests.py
    M src/Products/PluginIndexes/unindex.py
    M src/Products/ZCTextIndex/BaseIndex.py
    M src/Products/ZCTextIndex/Lexicon.py
    M src/Products/ZCTextIndex/NBest.py
    M src/Products/ZCTextIndex/PipelineFactory.py
    M src/Products/ZCTextIndex/QueryParser.py
    M src/Products/ZCTextIndex/tests/testZCTextIndex.py
    M src/Products/ZCatalog/tests/test_catalog.py

  Log Message:
  -----------
  - wrap calls to map/filter/range/etc in list calls where needed


  Commit: c8e6745e953f4c1f0a0d19b2cc4f3eed1663ba4a
      https://github.com/zopefoundation/Products.ZCatalog/commit/c8e6745e953f4c1f0a0d19b2cc4f3eed1663ba4a
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M src/Products/ZCTextIndex/ZCTextIndex.py

  Log Message:
  -----------
  - range barfs when handed a float


  Commit: 51450f5cb025ec87a1e862eb6b3eb19bbdc807e8
      https://github.com/zopefoundation/Products.ZCatalog/commit/51450f5cb025ec87a1e862eb6b3eb19bbdc807e8
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M src/Products/ZCatalog/plan.py
    M src/Products/ZCatalog/tests/test_plan.py

  Log Message:
  -----------
  - fix thread-related imports


  Commit: 07d2951ebf21f7ed991710ca966f509154055257
      https://github.com/zopefoundation/Products.ZCatalog/commit/07d2951ebf21f7ed991710ca966f509154055257
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M src/Products/ZCatalog/tests/test_zodb.py

  Log Message:
  -----------
  - Python 3 no longer has sys.maxint


  Commit: 6eb03d9d8f9898634519ec3e27102f9ddc7b8ffa
      https://github.com/zopefoundation/Products.ZCatalog/commit/6eb03d9d8f9898634519ec3e27102f9ddc7b8ffa
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M src/Products/ZCTextIndex/HTMLSplitter.py
    M src/Products/ZCTextIndex/Lexicon.py

  Log Message:
  -----------
  - Under Python 3, the locale flag cannot be used on string patterns


  Commit: 2b47570d577f1264cf0a17e66330de95ef4b9be1
      https://github.com/zopefoundation/Products.ZCatalog/commit/2b47570d577f1264cf0a17e66330de95ef4b9be1
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M src/Products/ZCTextIndex/tests/testQueryParser.py

  Log Message:
  -----------
  - convert test tring to bytes


  Commit: 357206d74ce4ce45a155f0e51472527b46369fb6
      https://github.com/zopefoundation/Products.ZCatalog/commit/357206d74ce4ce45a155f0e51472527b46369fb6
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M src/Products/ZCTextIndex/tests/testSetOps.py

  Log Message:
  -----------
  - fix sorting


  Commit: 94eb5e2d91f382c0ad5ad09c3fbc3209c57afcdf
      https://github.com/zopefoundation/Products.ZCatalog/commit/94eb5e2d91f382c0ad5ad09c3fbc3209c57afcdf
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-14 (Sun, 14 May 2017)

  Changed paths:
    M src/Products/ZCatalog/ZCatalog.py
    M src/Products/ZCatalog/plan.py

  Log Message:
  -----------
  - work around sorting behavior change between Python 2 and Python 3


Compare: https://github.com/zopefoundation/Products.ZCatalog/compare/ca1b40a9bf37^...94eb5e2d91f3


More information about the checkins mailing list