[Checkins] [zopefoundation/zope.proxy] 4f3a07: Make subclasses of ProxyBase delegate __module__ t...

GitHub noreply at github.com
Tue Jun 2 18:28:27 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.proxy
  Commit: 4f3a07f7734fd514463af093049f645feb4ba90e
      https://github.com/zopefoundation/zope.proxy/commit/4f3a07f7734fd514463af093049f645feb4ba90e
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-28 (Thu, 28 May 2015)

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

  Log Message:
  -----------
  Make subclasses of ProxyBase delegate __module__ to the wrapped object. Also fix differences between the C and Python implementations in handling __module__, whether or not a subclass is involved.


  Commit: 0018bc9c478421537b2c7364e63c98ac55155363
      https://github.com/zopefoundation/zope.proxy/commit/0018bc9c478421537b2c7364e63c98ac55155363
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-28 (Thu, 28 May 2015)

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

  Log Message:
  -----------
  Fix looking up interfaces implemented/providedBy proxies around builtin types (in pure-Python.).


  Commit: f9e5240ce788cacbf76e89d48722538727ef0b1e
      https://github.com/zopefoundation/zope.proxy/commit/f9e5240ce788cacbf76e89d48722538727ef0b1e
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-28 (Thu, 28 May 2015)

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

  Log Message:
  -----------
  Workaround bizarre bug in PyPy 2.5.0 where proxys around types cannot be correctly hashed.


  Commit: e138eb2185bcc416173846f0832856bb87c86f93
      https://github.com/zopefoundation/zope.proxy/commit/e138eb2185bcc416173846f0832856bb87c86f93
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-06-02 (Tue, 02 Jun 2015)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Garden changelog.


Compare: https://github.com/zopefoundation/zope.proxy/compare/476893f7bf33...e138eb2185bc


More information about the checkins mailing list