[Checkins] [zopefoundation/RestrictedPython] e2f7b0: check more invalid inputs

GitHub noreply at github.com
Fri Mar 3 15:18:19 CET 2017


  Branch: refs/heads/Python3_update
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: e2f7b0a928a56fcae72bf6c975a0c0ab5d889b84
      https://github.com/zopefoundation/RestrictedPython/commit/e2f7b0a928a56fcae72bf6c975a0c0ab5d889b84
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
    M tests/test_compile.py

  Log Message:
  -----------
  check more invalid inputs


  Commit: 63ea00bf57e29aa595645245eb715984b25b3073
      https://github.com/zopefoundation/RestrictedPython/commit/63ea00bf57e29aa595645245eb715984b25b3073
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
    M src/RestrictedPython/transformer.py

  Log Message:
  -----------
  allow Not Statement in RestrictedPython, needed in AccesControll


  Commit: ddda664042be032d36d0585f1736debcc3903974
      https://github.com/zopefoundation/RestrictedPython/commit/ddda664042be032d36d0585f1736debcc3903974
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
    A tests/test_limits.py

  Log Message:
  -----------
  add tests for Limits


  Commit: 980e603583ee1fa2e9a1c570b529d7a262a3990f
      https://github.com/zopefoundation/RestrictedPython/commit/980e603583ee1fa2e9a1c570b529d7a262a3990f
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
    R src/RestrictedPython/tests/testUtiliities.py

  Log Message:
  -----------
  tests in testUtilities btest have already been moved to test_utilities


  Commit: f93693c212dd47b88a4c228f03348ff8b7061f58
      https://github.com/zopefoundation/RestrictedPython/commit/f93693c212dd47b88a4c228f03348ff8b7061f58
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    A tests/builtins/test_limits.py
    A tests/builtins/test_utilities.py
    M tests/test_compile.py
    R tests/test_limits.py
    M tests/test_print_stmt.py
    R tests/test_transformer.py
    R tests/test_utilities.py
    A tests/transformer/test_transformer.py

  Log Message:
  -----------
  restructuring tests folder layout and imports for pytest


  Commit: 7736ab128acd50734881b003c845f63b96f8b61a
      https://github.com/zopefoundation/RestrictedPython/commit/7736ab128acd50734881b003c845f63b96f8b61a
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M src/RestrictedPython/compile.py

  Log Message:
  -----------
  correct params for compile_restricted_function according to old API


  Commit: 2877cc0571c50ef113e9c238a59afdd3ff5877cf
      https://github.com/zopefoundation/RestrictedPython/commit/2877cc0571c50ef113e9c238a59afdd3ff5877cf
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M .coveragerc
    R pytest.ini
    M setup.cfg
    M setup.py
    M tox.ini

  Log Message:
  -----------
  consolidate configs


  Commit: e048d09db0b1236b91be442b55d7d81828a0394c
      https://github.com/zopefoundation/RestrictedPython/commit/e048d09db0b1236b91be442b55d7d81828a0394c
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  add .eggs/ to git ignore list


  Commit: e664e1d6794fc8f97833c99c2b94da65f906cf23
      https://github.com/zopefoundation/RestrictedPython/commit/e664e1d6794fc8f97833c99c2b94da65f906cf23
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M docs/conf.py

  Log Message:
  -----------
  correct Copyright sentance


  Commit: c99a908b784954d7edaf09fbada5a9bb170e5972
      https://github.com/zopefoundation/RestrictedPython/commit/c99a908b784954d7edaf09fbada5a9bb170e5972
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M .gitignore
    M tox.ini

  Log Message:
  -----------
  pytest-html included


  Commit: 0ba212f23c96553c1ce585648dcf31b534b1c723
      https://github.com/zopefoundation/RestrictedPython/commit/0ba212f23c96553c1ce585648dcf31b534b1c723
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

  Changed paths:
    M setup.py
    M src/RestrictedPython/compile.py
    M src/RestrictedPython/transformer.py

  Log Message:
  -----------
  changed to match review and enhancement requests


  Commit: 70eca198819fd7ffa347202cf5e1e7709810827f
      https://github.com/zopefoundation/RestrictedPython/commit/70eca198819fd7ffa347202cf5e1e7709810827f
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M .coveragerc
    M .gitignore
    M docs/conf.py
    R pytest.ini
    M setup.cfg
    M setup.py
    M src/RestrictedPython/compile.py
    R src/RestrictedPython/tests/testUtiliities.py
    M src/RestrictedPython/transformer.py
    A tests/builtins/test_limits.py
    A tests/builtins/test_utilities.py
    M tests/test_compile.py
    M tests/test_print_stmt.py
    R tests/test_transformer.py
    R tests/test_utilities.py
    A tests/transformer/test_transformer.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #39 from zopefoundation/compile_tests

Compile tests of invalid options


Compare: https://github.com/zopefoundation/RestrictedPython/compare/0bfa2e2e4a8b...70eca198819f


More information about the checkins mailing list