[Checkins] [zopefoundation/Products.ZCatalog] ce63dc: Fix various Python 3 compatibility problems.

GitHub noreply at github.com
Wed Apr 6 15:01:17 CEST 2016


  Branch: refs/heads/andbag-unindex-getcounter
  Home:   https://github.com/zopefoundation/Products.ZCatalog
  Commit: ce63dcf59ae07b69e1b9a4e1f6afff20c7166d5b
      https://github.com/zopefoundation/Products.ZCatalog/commit/ce63dcf59ae07b69e1b9a4e1f6afff20c7166d5b
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-04-03 (Sun, 03 Apr 2016)

  Changed paths:
    M src/Products/PluginIndexes/DateRangeIndex/tests.py
    M src/Products/PluginIndexes/KeywordIndex/KeywordIndex.py
    M src/Products/PluginIndexes/PathIndex/PathIndex.py
    M src/Products/PluginIndexes/common/tests/__init__.py
    M src/Products/PluginIndexes/common/tests/test_UnIndex.py
    M src/Products/ZCatalog/Catalog.py
    M src/Products/ZCatalog/ZCatalog.py
    M src/Products/ZCatalog/plan.py
    M src/Products/ZCatalog/tests/queryplan.py
    M src/Products/ZCatalog/tests/test_catalog.py
    M src/Products/ZCatalog/tests/test_lazy.py

  Log Message:
  -----------
  Fix various Python 3 compatibility problems.

These are just simple things caught by flake8. Since a lot of the
dependencies aren't Python 3 compatible yet, real Python 3 compatibility
is a ways off.


  Commit: f010c59d4509278ad66e34ddc1535bf894dcfeda
      https://github.com/zopefoundation/Products.ZCatalog/commit/f010c59d4509278ad66e34ddc1535bf894dcfeda
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Enable travis caching of pip/eggs


  Commit: eea6bd04b877eaf2ab60a54973d8875d433a62bd
      https://github.com/zopefoundation/Products.ZCatalog/commit/eea6bd04b877eaf2ab60a54973d8875d433a62bd
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-04-06 (Wed, 06 Apr 2016)

  Changed paths:
    M src/Products/PluginIndexes/common/UnIndex.py
    M src/Products/PluginIndexes/common/tests/test_UnIndex.py

  Log Message:
  -----------
  Add getCounter logic


  Commit: b5d87fb7e682808b39ff8104e3b8a35ac0af21ce
      https://github.com/zopefoundation/Products.ZCatalog/commit/b5d87fb7e682808b39ff8104e3b8a35ac0af21ce
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-04-06 (Wed, 06 Apr 2016)

  Changed paths:
    M src/Products/PluginIndexes/BooleanIndex/BooleanIndex.py
    M src/Products/PluginIndexes/DateIndex/DateIndex.py
    M src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py
    M src/Products/PluginIndexes/KeywordIndex/KeywordIndex.py
    M src/Products/PluginIndexes/UUIDIndex/UUIDIndex.py

  Log Message:
  -----------
  Complete getCounter dependency


  Commit: 2d8eec258fbb25edd5c7b9ab154501819f374bf8
      https://github.com/zopefoundation/Products.ZCatalog/commit/2d8eec258fbb25edd5c7b9ab154501819f374bf8
  Author: Andreas Gabriel <gabriel at hrz.uni-marburg.de>
  Date:   2016-04-06 (Wed, 06 Apr 2016)

  Changed paths:
    M src/Products/PluginIndexes/common/tests/test_UnIndex.py

  Log Message:
  -----------
  Merge branch 'andbag-unindex-getcounter' of https://github.com/zopefoundation/Products.ZCatalog into andbag-unindex-getcounter

Conflicts:
	src/Products/PluginIndexes/common/tests/test_UnIndex.py


Compare: https://github.com/zopefoundation/Products.ZCatalog/compare/937d82fcac21...2d8eec258fbb


More information about the checkins mailing list