[Checkins] [zopefoundation/Zope] 36f811: Partially revert bce6ce491e4455ec16f23d5e3a1237fb1...

GitHub noreply at github.com
Fri Oct 26 07:22:57 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 36f8113674d11c5c20067fcd5cba63b4d989e421
      https://github.com/zopefoundation/Zope/commit/36f8113674d11c5c20067fcd5cba63b4d989e421
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  Changed paths:
    M src/Products/Five/browser/tests/pages.txt
    M src/Zope2/App/tests/test_safe_formatter.py
    M src/Zope2/utilities/tests/test_zconsole.py

  Log Message:
  -----------
  Partially revert bce6ce491e4455ec16f23d5e3a1237fb1edbc2aa. 

We want to restore the old behaviour of repr.


  Commit: 98a8595b8e683b09bbfd024ab20445c6ac4d0bfd
      https://github.com/zopefoundation/Zope/commit/98a8595b8e683b09bbfd024ab20445c6ac4d0bfd
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M src/OFS/DTMLMethod.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/SimpleItem.py

  Log Message:
  -----------
  Restore old ``__repr__`` with ``OFS.SimpleItem.PathReprProvider``. 

Use this as a mixin.


  Commit: d1bd38486a8ba987037e26a0d097eb23fd82e07e
      https://github.com/zopefoundation/Zope/commit/d1bd38486a8ba987037e26a0d097eb23fd82e07e
  Author: Steffen Allner <sa at gocept.com>
  Date:   2018-10-23 (Tue, 23 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M buildout.cfg
    M constraints.txt
    M requirements-full.txt
    M setup.py
    M src/Zope2/utilities/mkwsgiinstance.py
    M tox.ini
    M versions-prod.cfg
    M versions.cfg

  Log Message:
  -----------
  Merge branch 'master' into re-379-revert-repr


  Commit: fc13fb70f95b82f0d9ccf8e6c804b190d2e33bd6
      https://github.com/zopefoundation/Zope/commit/fc13fb70f95b82f0d9ccf8e6c804b190d2e33bd6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-25 (Thu, 25 Oct 2018)

  Changed paths:
    M src/OFS/SimpleItem.py

  Log Message:
  -----------
  Fix base class, so object.__init__ is not called when using this mix-in.

Before the change e. g. Item('name') led to the error that object.__init__ does
not expect any arguments.
See https://github.com/zopefoundation/Products.GenericSetup/pull/75


  Commit: dc5b9292ffc3284be1fdd90b766bbfc771215102
      https://github.com/zopefoundation/Zope/commit/dc5b9292ffc3284be1fdd90b766bbfc771215102
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M src/OFS/DTMLMethod.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/SimpleItem.py
    M src/Products/Five/browser/tests/pages.txt
    M src/Zope2/App/tests/test_safe_formatter.py
    M src/Zope2/utilities/tests/test_zconsole.py

  Log Message:
  -----------
  Merge pull request #387 from zopefoundation/re-379-revert-repr

Restore old `__repr__`.


Compare: https://github.com/zopefoundation/Zope/compare/c6f2573e3cbf...dc5b9292ffc3
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list