[Checkins] [zopefoundation/RestrictedPython] 4e8992: Drop the old implementation of version 3.x.

GitHub noreply at github.com
Fri Sep 15 15:01:19 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 4e89925fb5365a14d4748caed2ca4122bc1be40c
      https://github.com/zopefoundation/RestrictedPython/commit/4e89925fb5365a14d4748caed2ca4122bc1be40c
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-09-15 (Fri, 15 Sep 2017)

  Changed paths:
    M .travis.yml
    M docs/CHANGES.rst
    M setup.cfg
    R src/RestrictedPython/MutatingWalker.py
    R src/RestrictedPython/RCompile.py
    M src/RestrictedPython/README.rst
    R src/RestrictedPython/RestrictionMutator.py
    R src/RestrictedPython/SelectCompiler.py
    M src/RestrictedPython/__init__.py
    R src/RestrictedPython/tests/__init__.py
    R src/RestrictedPython/tests/class.py
    R src/RestrictedPython/tests/restricted_module.py
    R src/RestrictedPython/tests/testCompile.py
    R src/RestrictedPython/tests/testREADME.py
    R src/RestrictedPython/tests/testRestrictions.py
    R src/RestrictedPython/tests/unpack.py
    R src/RestrictedPython/tests/verify.py
    M tests/__init__.py
    M tests/test_print_stmt.py
    M tox.ini

  Log Message:
  -----------
  Drop the old implementation of version 3.x.


  Commit: 1ee4bcecc42760f338aedd702595a1cac4d3f828
      https://github.com/zopefoundation/RestrictedPython/commit/1ee4bcecc42760f338aedd702595a1cac4d3f828
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-09-15 (Fri, 15 Sep 2017)

  Changed paths:
    M tests/__init__.py
    M tests/test_compile.py
    M tests/test_print_function.py
    M tests/transformer/test_classdef.py
    M tests/transformer/test_eval_exec.py
    M tests/transformer/test_functiondef.py
    M tests/transformer/test_iterator.py
    M tests/transformer/test_lambda.py

  Log Message:
  -----------
  Remove code which was necessary to distinguish between the implementations.


  Commit: 6e2036ec05fec8a827182d2e84ac9212425dacfd
      https://github.com/zopefoundation/RestrictedPython/commit/6e2036ec05fec8a827182d2e84ac9212425dacfd
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-09-15 (Fri, 15 Sep 2017)

  Changed paths:
    M src/RestrictedPython/Utilities.py
    A tests/test_Utilities.py

  Log Message:
  -----------
  Merge branch 'master' into delete-old-implementation


  Commit: 3d895c5ba00a28a365824a41db288a777a8545d4
      https://github.com/zopefoundation/RestrictedPython/commit/3d895c5ba00a28a365824a41db288a777a8545d4
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-09-15 (Fri, 15 Sep 2017)

  Changed paths:
    M .travis.yml
    M docs/CHANGES.rst
    M setup.cfg
    R src/RestrictedPython/MutatingWalker.py
    R src/RestrictedPython/RCompile.py
    M src/RestrictedPython/README.rst
    R src/RestrictedPython/RestrictionMutator.py
    R src/RestrictedPython/SelectCompiler.py
    M src/RestrictedPython/__init__.py
    R src/RestrictedPython/tests/__init__.py
    R src/RestrictedPython/tests/class.py
    R src/RestrictedPython/tests/restricted_module.py
    R src/RestrictedPython/tests/testCompile.py
    R src/RestrictedPython/tests/testREADME.py
    R src/RestrictedPython/tests/testRestrictions.py
    R src/RestrictedPython/tests/unpack.py
    R src/RestrictedPython/tests/verify.py
    M tests/__init__.py
    M tests/test_compile.py
    M tests/test_print_function.py
    M tests/test_print_stmt.py
    M tests/transformer/test_classdef.py
    M tests/transformer/test_eval_exec.py
    M tests/transformer/test_functiondef.py
    M tests/transformer/test_iterator.py
    M tests/transformer/test_lambda.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #85 from zopefoundation/delete-old-implementation

Drop the old implementation of version 3.x.


Compare: https://github.com/zopefoundation/RestrictedPython/compare/da6052839e1c...3d895c5ba00a


More information about the checkins mailing list