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

GitHub noreply at github.com
Thu May 4 13:43:48 CEST 2017


  Branch: refs/heads/function
  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: c183fa3c83c2590b663056b4b77d46d81975f30d
      https://github.com/zopefoundation/RestrictedPython/commit/c183fa3c83c2590b663056b4b77d46d81975f30d
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  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/tests/verify.py

  Log Message:
  -----------
  add PendingDeprecationWarnings


  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: 4942f24a32759c5bf5b762d64085018ce6b7fca9
      https://github.com/zopefoundation/RestrictedPython/commit/4942f24a32759c5bf5b762d64085018ce6b7fca9
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M src/RestrictedPython/__init__.py

  Log Message:
  -----------
  Public API --> RestrictionCapableEval added after resolved problem of circular imports


  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: d4a939dd928138f47b0b6ceab91bf98485d8fcd1
      https://github.com/zopefoundation/RestrictedPython/commit/d4a939dd928138f47b0b6ceab91bf98485d8fcd1
  Author: ‮rekcäH nitraM‮ <spamfaenger at gmx.de>
  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 pull request #58 from zopefoundation/DepricationWarnings

add PendingDeprecationWarnings to all old Implementation Modules


  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.


  Commit: 00f5eb72e39c2e73bbd9f788368a803a1188113b
      https://github.com/zopefoundation/RestrictedPython/commit/00f5eb72e39c2e73bbd9f788368a803a1188113b
  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/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
    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 branch 'Python3_update' into function


Compare: https://github.com/zopefoundation/RestrictedPython/compare/36d73f3014fc...00f5eb72e39c


More information about the checkins mailing list