[Checkins] [zopefoundation/zope.security] 25241e: Let z.s.checker.Global objects be pickled when sec...

GitHub noreply at github.com
Mon Jun 1 19:54:44 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.security
  Commit: 25241e111c15b6e75343ccdac912882ebff0cfd2
      https://github.com/zopefoundation/zope.security/commit/25241e111c15b6e75343ccdac912882ebff0cfd2
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-27 (Wed, 27 May 2015)

  Changed paths:
    M CHANGES.rst
    M src/zope/security/proxy.py

  Log Message:
  -----------
  Let z.s.checker.Global objects be pickled when security-proxied under PyPy with zope.proxy 4.1.5


  Commit: dc88a042f9ff94a2a9a67c80efe030d36054f421
      https://github.com/zopefoundation/zope.security/commit/dc88a042f9ff94a2a9a67c80efe030d36054f421
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-31 (Sun, 31 May 2015)

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

  Log Message:
  -----------
  If the very first call to removeSecurityProxy was given a proxy, the results would be wrong under PyPy. See zopefoundation/zope.pagetemplate#4


  Commit: 2da9f225088b0aad321fc455f218453fe83483b0
      https://github.com/zopefoundation/zope.security/commit/2da9f225088b0aad321fc455f218453fe83483b0
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-05-31 (Sun, 31 May 2015)

  Changed paths:
    M src/zope/security/proxy.py

  Log Message:
  -----------
  Restore dict access of __builtins__ for non-PyPy. Interesting that it doesn't fail interactively though.


  Commit: 2b0195ccd8586f0daa0db342866e15cdfac123bb
      https://github.com/zopefoundation/zope.security/commit/2b0195ccd8586f0daa0db342866e15cdfac123bb
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

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

  Log Message:
  -----------
  Merge pull request #11 from NextThought/pypy-support

Compatibility with zope.proxy 4.1.5 under PyPy.


Compare: https://github.com/zopefoundation/zope.security/compare/8f859a0c3ad3...2b0195ccd858


More information about the checkins mailing list