[Checkins] [zopefoundation/RestrictedPython] 5f1d5f: Make sure even Python 3 does not allow a bad name ...

GitHub noreply at github.com
Fri Feb 3 13:34:29 CET 2017


  Branch: refs/heads/tox_doc_build
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 5f1d5f95d0b3c629e918c9fd0480441f263c120b
      https://github.com/zopefoundation/RestrictedPython/commit/5f1d5f95d0b3c629e918c9fd0480441f263c120b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_transformer.py

  Log Message:
  -----------
  Make sure even Python 3 does not allow a bad name in except as.

`ExceptHandler.name` is a simple string in Python 3, it is no longer a an
`ast.Name`


  Commit: 4402d00eb0d6fe381561a9782f81f344da377cff
      https://github.com/zopefoundation/RestrictedPython/commit/4402d00eb0d6fe381561a9782f81f344da377cff
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M tests/test_transformer.py
    M tests/test_utilities.py
    M tox.ini

  Log Message:
  -----------
  Flake8 the new tests, too.


  Commit: 6db1b3b687d980899fa8e834dcf0d13179b1e08a
      https://github.com/zopefoundation/RestrictedPython/commit/6db1b3b687d980899fa8e834dcf0d13179b1e08a
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_transformer.py
    M tests/test_utilities.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #30 from zopefoundation/flake8-tests

Flake8 the new tests, too.


  Commit: 081f1af9e2d89f5f783a0babd70b1981bfc4a4dc
      https://github.com/zopefoundation/RestrictedPython/commit/081f1af9e2d89f5f783a0babd70b1981bfc4a4dc
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M src/RestrictedPython/tests/security_in_syntax.py

  Log Message:
  -----------
  Remove ported tests. (#29)


  Commit: 9659cd3f828ca930b28cd02af79bfdd4ca762b61
      https://github.com/zopefoundation/RestrictedPython/commit/9659cd3f828ca930b28cd02af79bfdd4ca762b61
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M src/RestrictedPython/tests/security_in_syntax.py
    M src/RestrictedPython/transformer.py
    M tests/test_transformer.py
    M tests/test_utilities.py
    M tox.ini

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


Compare: https://github.com/zopefoundation/RestrictedPython/compare/ec86a960c9f4...9659cd3f828c


More information about the checkins mailing list