[Checkins] [zopefoundation/RestrictedPython] a1772d: Add `slice()` to safe_builtins.

GitHub noreply at github.com
Wed May 3 12:39:05 CEST 2017


  Branch: refs/heads/Python3_update
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: a1772d69c684c5477225fe3eddc9121d4e4e5fee
      https://github.com/zopefoundation/RestrictedPython/commit/a1772d69c684c5477225fe3eddc9121d4e4e5fee
  Author: Steffen Allner <sa at gocept.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py
    M tests/builtins/test_utilities.py
    A tests/test_Guards.py
    M tests/transformer/test_async.py

  Log Message:
  -----------
  Add `slice()` to safe_builtins.

RestrictedPython expects it to be present in RestrictedPython.transformer.RestrictingNodeTransformer.transform_slice().


  Commit: 7eac3584ce1b14ee80423598cd708d2131432b15
      https://github.com/zopefoundation/RestrictedPython/commit/7eac3584ce1b14ee80423598cd708d2131432b15
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py
    A tests/transformer/test_slice.py
    A tests/transformer/test_subscript.py
    M tests/transformer/test_transformer.py

  Log Message:
  -----------
  Merge branch 'Python3_update' into slice_as_safe_builtin


  Commit: 2037b76ec82a4d7787286f03569db59a824f863c
      https://github.com/zopefoundation/RestrictedPython/commit/2037b76ec82a4d7787286f03569db59a824f863c
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py
    M tests/builtins/test_utilities.py
    A tests/test_Guards.py
    M tests/transformer/test_async.py

  Log Message:
  -----------
  Merge pull request #53 from zopefoundation/slice_as_safe_builtin

Add `slice()` to safe_builtins.


Compare: https://github.com/zopefoundation/RestrictedPython/compare/4d1b2a2fbeba...2037b76ec82a


More information about the checkins mailing list