[Checkins] [zopefoundation/RestrictedPython] 61d26b: Partial Revert of Merge/Pull-Request #150 - Disall...

Alexander Loechel noreply at github.com
Tue Sep 3 10:41:45 CEST 2019


  Branch: refs/heads/walrus
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 61d26b3b33027391c8781ff40131bac3fe8ed4c0
      https://github.com/zopefoundation/RestrictedPython/commit/61d26b3b33027391c8781ff40131bac3fe8ed4c0
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    M docs/CHANGES.rst
    M src/RestrictedPython/transformer.py
    M tests/transformer/test_base_types.py

  Log Message:
  -----------
  Partial Revert of Merge/Pull-Request #150 - Disallow Ellipsis again. (#171)

Ellipsis is not necessary to allow for the changes in Python 3.8, where Constant replaces Num, Str, Bytes, NameConstant and Ellipsis.
https://docs.python.org/dev/whatsnew/3.8.html#deprecated

https://bugs.python.org/issue36917#msg342583 shows a better sollution to check for Ellipsis, so we could go back to old and more secure behaviour.


  Commit: 7cd9a347c1471f41caac7570f10c0c4aff4067e4
      https://github.com/zopefoundation/RestrictedPython/commit/7cd9a347c1471f41caac7570f10c0c4aff4067e4
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    M docs/CHANGES.rst

  Log Message:
  -----------
  Garden change log.

[skip ci]


  Commit: ef7eb24d34b438eec009b4013538460a5324c25b
      https://github.com/zopefoundation/RestrictedPython/commit/ef7eb24d34b438eec009b4013538460a5324c25b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Fix version number as we have a breaking change.


  Commit: 58ad5bb642455ddf08b81dc4cdb0d73c14cffd6e
      https://github.com/zopefoundation/RestrictedPython/commit/58ad5bb642455ddf08b81dc4cdb0d73c14cffd6e
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    M docs/CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Preparing release 5.0


  Commit: 75f50d391ac1b97ee0df0026c7a8035bff8ae77d
      https://github.com/zopefoundation/RestrictedPython/commit/75f50d391ac1b97ee0df0026c7a8035bff8ae77d
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    M docs/CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Back to development: 5.1


  Commit: 193efaaf022e9e165e5be4e53de8df7f6b100ee2
      https://github.com/zopefoundation/RestrictedPython/commit/193efaaf022e9e165e5be4e53de8df7f6b100ee2
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    M docs/CHANGES.rst
    M setup.py
    M src/RestrictedPython/transformer.py
    M tests/transformer/test_base_types.py

  Log Message:
  -----------
  Merge branch 'master' into walrus


Compare: https://github.com/zopefoundation/RestrictedPython/compare/5006067a141b...193efaaf022e


More information about the checkins mailing list