[Checkins] [zopefoundation/RestrictedPython] 9c94d2: Add a test for f-string self-documenting expressio...

Michael Howitz noreply at github.com
Tue Feb 11 11:17:47 CET 2020


  Branch: refs/heads/walrus
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 9c94d267f64fd6c0d991510aba4713fcef1fb7df
      https://github.com/zopefoundation/RestrictedPython/commit/9c94d267f64fd6c0d991510aba4713fcef1fb7df
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
    M tests/transformer/test_fstring.py

  Log Message:
  -----------
  Add a test for f-string self-documenting expressions. (#176)


  Commit: 6c602c90cf8658cf1aaea660543228f127f6bbfd
      https://github.com/zopefoundation/RestrictedPython/commit/6c602c90cf8658cf1aaea660543228f127f6bbfd
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2019-09-09 (Mon, 09 Sep 2019)

  Changed paths:
    A docs/contributing/ast/python2_6.ast
    A docs/contributing/ast/python2_7.ast
    A docs/contributing/ast/python3_0.ast
    A docs/contributing/ast/python3_1.ast
    A docs/contributing/ast/python3_2.ast
    A docs/contributing/ast/python3_3.ast
    A docs/contributing/ast/python3_4.ast
    A docs/contributing/ast/python3_5.ast
    A docs/contributing/ast/python3_6.ast
    A docs/contributing/ast/python3_7.ast
    A docs/contributing/ast/python3_8.ast
    A docs/contributing/changes_from26to27.rst
    A docs/contributing/changes_from30to31.rst
    A docs/contributing/changes_from31to32.rst
    A docs/contributing/changes_from32to33.rst
    A docs/contributing/changes_from33to34.rst
    A docs/contributing/changes_from34to35.rst
    A docs/contributing/changes_from35to36.rst
    A docs/contributing/changes_from36to37.rst
    A docs/contributing/changes_from37to38.rst
    M docs/contributing/index.rst

  Log Message:
  -----------
  readd some of the documentation that helps to understand how RestrictedPython works internally (#177)

* readd some of the documentation that helps to understand how RestrictedPython works internally, and the AST Grammars for comparision

* formating and diff for ast files


  Commit: 5a6f969b7d5a9d74e1e63ce8f0719fac74d55dba
      https://github.com/zopefoundation/RestrictedPython/commit/5a6f969b7d5a9d74e1e63ce8f0719fac74d55dba
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-10-11 (Fri, 11 Oct 2019)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Require Python 2 compatible pytest-html version. (#183)

This should fix the AppVeyor tests.
TravisCI does not seem to show these problem because it caches the old version.


  Commit: 95c8458cb0b1a60df9f8587685ab92518c4d7791
      https://github.com/zopefoundation/RestrictedPython/commit/95c8458cb0b1a60df9f8587685ab92518c4d7791
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2019-10-12 (Sat, 12 Oct 2019)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Add more descriptive features into setup.py for pip and pypi. (#182)

* Add more descriptive features into setup.py for pip and pypi.

* Update setup.py

Co-Authored-By: Michael Howitz <mh at gocept.com>

* lint problem fixed


  Commit: c39cffe71dfc30630e946977735303d3a65b0383
      https://github.com/zopefoundation/RestrictedPython/commit/c39cffe71dfc30630e946977735303d3a65b0383
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use Python 3.8 final on Travis CI


  Commit: 6e6e25034c358456bb136bd461b67d191c25de31
      https://github.com/zopefoundation/RestrictedPython/commit/6e6e25034c358456bb136bd461b67d191c25de31
  Author: Rahul Bahal <rahul.bahal at hpe.com>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M docs/CHANGES.rst
    M setup.py

  Log Message:
  -----------
  remove setuptools from install_requires (#190)

Co-authored-by: Michael Howitz <mh at gocept.com>


  Commit: 771c75463b3d1ca0af227821af1e91f467674af1
      https://github.com/zopefoundation/RestrictedPython/commit/771c75463b3d1ca0af227821af1e91f467674af1
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M .travis.yml
    M appveyor.yml
    M constraints.txt
    M tox.ini

  Log Message:
  -----------
  simplify tox, travis / appveyor setup (#184)

* simplify tox, travis / appveyor setup

* remove coding convention checks and doc task from appveyor, as the tox setup there is just wrong


  Commit: 75b9672d23e9e5f0f89bb844c3bad8ea6f65bf23
      https://github.com/zopefoundation/RestrictedPython/commit/75b9672d23e9e5f0f89bb844c3bad8ea6f65bf23
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M .travis.yml
    M appveyor.yml
    M constraints.txt
    M docs/CHANGES.rst
    A docs/contributing/ast/python2_6.ast
    A docs/contributing/ast/python2_7.ast
    A docs/contributing/ast/python3_0.ast
    A docs/contributing/ast/python3_1.ast
    A docs/contributing/ast/python3_2.ast
    A docs/contributing/ast/python3_3.ast
    A docs/contributing/ast/python3_4.ast
    A docs/contributing/ast/python3_5.ast
    A docs/contributing/ast/python3_6.ast
    A docs/contributing/ast/python3_7.ast
    A docs/contributing/ast/python3_8.ast
    A docs/contributing/changes_from26to27.rst
    A docs/contributing/changes_from30to31.rst
    A docs/contributing/changes_from31to32.rst
    A docs/contributing/changes_from32to33.rst
    A docs/contributing/changes_from33to34.rst
    A docs/contributing/changes_from34to35.rst
    A docs/contributing/changes_from35to36.rst
    A docs/contributing/changes_from36to37.rst
    A docs/contributing/changes_from37to38.rst
    M docs/contributing/index.rst
    M setup.py
    M tests/transformer/test_fstring.py
    M tox.ini

  Log Message:
  -----------
  Merge branch 'master' into walrus


Compare: https://github.com/zopefoundation/RestrictedPython/compare/193efaaf022e...75b9672d23e9


More information about the checkins mailing list