[Checkins] [zopefoundation/RestrictedPython] 7a6a65: Fix the Python-3 variant which was not equivalent ...

GitHub noreply at github.com
Mon Mar 27 17:08:09 CEST 2017


  Branch: refs/heads/Python3_update
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 7a6a6572c44fa73e5ce90706eeb5ef74bb3cf82f
      https://github.com/zopefoundation/RestrictedPython/commit/7a6a6572c44fa73e5ce90706eeb5ef74bb3cf82f
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py

  Log Message:
  -----------
  Fix the Python-3 variant which was not equivalent to the Python-2 one.

safetype(type(ob)) will raise a TypeError if `safetype` is the `keys` method
of the dict.


  Commit: d03645beec22218da1813ef62ab18866b35c13ad
      https://github.com/zopefoundation/RestrictedPython/commit/d03645beec22218da1813ef62ab18866b35c13ad
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py

  Log Message:
  -----------
  Fix as suggested by @stephan-hof.


  Commit: 310bd32c0682557bf33f2122c2455335f97910cd
      https://github.com/zopefoundation/RestrictedPython/commit/310bd32c0682557bf33f2122c2455335f97910cd
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py
    M src/RestrictedPython/Utilities.py
    M src/RestrictedPython/tests/testRestrictions.py

  Log Message:
  -----------
  Merge branch 'Python3_update' into fix-full-write-guard


  Commit: 1593aca028bf469f052ce0a1ca65bddae210f612
      https://github.com/zopefoundation/RestrictedPython/commit/1593aca028bf469f052ce0a1ca65bddae210f612
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
    M src/RestrictedPython/Limits.py
    M src/RestrictedPython/RCompile.py
    M src/RestrictedPython/SelectCompiler.py
    M src/RestrictedPython/Utilities.py
    R src/RestrictedPython/test_helper.py
    M src/RestrictedPython/tests/testCompile.py
    M src/RestrictedPython/tests/testRestrictions.py
    M tests/builtins/test_limits.py
    M tests/builtins/test_utilities.py

  Log Message:
  -----------
  Merge branch 'Python3_update' into fix-full-write-guard


  Commit: b627d8c779328e742328c1f6ce3e7870e85debb9
      https://github.com/zopefoundation/RestrictedPython/commit/b627d8c779328e742328c1f6ce3e7870e85debb9
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py

  Log Message:
  -----------
  Merge pull request #46 from zopefoundation/fix-full-write-guard

Fix the Python-3 variant which was not equivalent to the Python-2 one.


Compare: https://github.com/zopefoundation/RestrictedPython/compare/a3e9051761ef...b627d8c77932


More information about the checkins mailing list