[Checkins] [zopefoundation/RestrictedPython] 2cdce8: Refactor to improve readability.

GitHub noreply at github.com
Thu May 4 13:24:22 CEST 2017


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

  Changed paths:
    M tests/transformer/test_transformer.py

  Log Message:
  -----------
  Refactor to improve readability.


  Commit: ffc46aa0ff0ecab5f6188f7aa65f34b0696be165
      https://github.com/zopefoundation/RestrictedPython/commit/ffc46aa0ff0ecab5f6188f7aa65f34b0696be165
  Author: Steffen Allner <sa at gocept.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py
    M tests/test_Guards.py
    M tests/transformer/test_slice.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/Python3_update' into class_definitions


  Commit: a3cc1ad3278d499a926ede23c7541131d42aa14c
      https://github.com/zopefoundation/RestrictedPython/commit/a3cc1ad3278d499a926ede23c7541131d42aa14c
  Author: Steffen Allner <sa at gocept.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M docs/usage/basic_usage.rst

  Log Message:
  -----------
  Add documentation on necessary setup in case AccessControl is not used.


  Commit: 4f606065304704ee9e89e3f5389e8e7df096d920
      https://github.com/zopefoundation/RestrictedPython/commit/4f606065304704ee9e89e3f5389e8e7df096d920
  Author: Steffen Allner <sa at gocept.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M docs/usage/basic_usage.rst
    M src/RestrictedPython/transformer.py
    M tests/__init__.py
    M tests/test_Guards.py
    M tests/test_print_function.py
    M tests/transformer/test_transformer.py

  Log Message:
  -----------
  Allow class definitions and support decorators, bases and global __metaclass__.


  Commit: 6ce4c5ab7b80687fa1f4eada7c826870db4cf3bc
      https://github.com/zopefoundation/RestrictedPython/commit/6ce4c5ab7b80687fa1f4eada7c826870db4cf3bc
  Author: Steffen Allner <sa at gocept.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M src/RestrictedPython/MutatingWalker.py
    M src/RestrictedPython/RCompile.py
    M src/RestrictedPython/RestrictionMutator.py
    M src/RestrictedPython/SelectCompiler.py
    M src/RestrictedPython/__init__.py
    M src/RestrictedPython/tests/verify.py

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


  Commit: f84396747441e0d58654f06e65393abb55ea7e4e
      https://github.com/zopefoundation/RestrictedPython/commit/f84396747441e0d58654f06e65393abb55ea7e4e
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M docs/usage/basic_usage.rst
    M src/RestrictedPython/transformer.py
    M tests/__init__.py
    M tests/test_Guards.py
    M tests/test_print_function.py
    M tests/transformer/test_transformer.py

  Log Message:
  -----------
  Merge pull request #59 from zopefoundation/class_definitions

Enable default metaclass.


Compare: https://github.com/zopefoundation/RestrictedPython/compare/d4a939dd9281...f84396747441


More information about the checkins mailing list