[Checkins] [zopefoundation/zope.proxy] b6f423: - Fixed ``PyProxyBase.__iter__()`` to return the r...

GitHub noreply at github.com
Mon Mar 11 14:56:46 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.proxy
  Commit: b6f423d2c72a0cb3793f3a8f31b849a18b700bbe
      https://github.com/zopefoundation/zope.proxy/commit/b6f423d2c72a0cb3793f3a8f31b849a18b700bbe
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-11 (Mon, 11 Mar 2013)

  Changed paths:
    M CHANGES.rst
    M src/zope/proxy/__init__.py
    M src/zope/proxy/tests/test_proxy.py

  Log Message:
  -----------
  - Fixed ``PyProxyBase.__iter__()`` to return the result of
  ``PyProxyBase._wrapped.__iter__`` if available, otherwise fall back to
  Python internals. The previous implementation always created a generator.

- Fixed ``PyProxyBase.__setattr__()`` to allow setting of properties on the
  proxy itself. This is needed to properly allow proxy extensions as was
  evidenced int he ``zope.security.decorator`` module.


  Commit: 8393665638a3487d00dc29b846754a59a28a25c2
      https://github.com/zopefoundation/zope.proxy/commit/8393665638a3487d00dc29b846754a59a28a25c2
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-11 (Mon, 11 Mar 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Preparing release 4.1.2


  Commit: 5c77008e68611f769b0757487060a5ae5e2ca3a9
      https://github.com/zopefoundation/zope.proxy/commit/5c77008e68611f769b0757487060a5ae5e2ca3a9
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-11 (Mon, 11 Mar 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Back to development: 4.1.3


Compare: https://github.com/zopefoundation/zope.proxy/compare/5a72fd855b58...5c77008e6861


More information about the checkins mailing list