[Checkins] [zopefoundation/RestrictedPython] 5e1dba: Do not attempt to import builtins on Python 2.7

GitHub noreply at github.com
Wed May 3 12:32:21 CEST 2017


  Branch: refs/heads/slice_as_safe_builtin
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 5e1dbaaf86ea8403af6d5706b2633c80c0de1fdb
      https://github.com/zopefoundation/RestrictedPython/commit/5e1dbaaf86ea8403af6d5706b2633c80c0de1fdb
  Author: Robert Buchholz <rbu at goodpoint.de>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py

  Log Message:
  -----------
  Do not attempt to import builtins on Python 2.7

There's a backport this package part of `future` which provides other
builtins (and breaks tests if it's installed).


  Commit: ebd7d06c859e9e007c6d5f231877e1b922655fed
      https://github.com/zopefoundation/RestrictedPython/commit/ebd7d06c859e9e007c6d5f231877e1b922655fed
  Author: ‮zlohhcuB treboR <robert.buchholz at goodpoint.de>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py

  Log Message:
  -----------
  Merge pull request #52 from zopefoundation/do-not-use-builtins-on-py2

Do not attempt to import builtins on Python 2.7


  Commit: 4d1b2a2fbeba660d5f6cfc7dfd1412c214200469
      https://github.com/zopefoundation/RestrictedPython/commit/4d1b2a2fbeba660d5f6cfc7dfd1412c214200469
  Author: ‮rekcäH nitraM‮ <spamfaenger at gmx.de>
  Date:   2017-05-03 (Wed, 03 May 2017)

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

  Log Message:
  -----------
  Slices (#51)

* base for slice tests


  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


Compare: https://github.com/zopefoundation/RestrictedPython/compare/a1772d69c684...7eac3584ce1b


More information about the checkins mailing list