[Checkins] [zopefoundation/RestrictedPython] 7e5ca7: Allow more ast	nodes. (#35)
    GitHub 
    noreply at github.com
       
    Sat Feb  4 15:24:43 CET 2017
    
    
  
  Branch: refs/heads/more_docs
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 7e5ca7a04afb791fc1cad092b10cbf060e762fd5
      https://github.com/zopefoundation/RestrictedPython/commit/7e5ca7a04afb791fc1cad092b10cbf060e762fd5
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-02-04 (Sat, 04 Feb 2017)
  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/__init__.py
    M tests/test_compile.py
    M tests/test_transformer.py
  Log Message:
  -----------
  Allow more ast nodes. (#35)
* Test `generic_visit`.
* Allow all base datatypes.
* Deny Ellipsis - I see no reason to allow it, sorry.
* Testing Expression node and compile_restricted_eval.
  Commit: a06f0dd405587e010f1e9c61de5f3f1db2a838fb
      https://github.com/zopefoundation/RestrictedPython/commit/a06f0dd405587e010f1e9c61de5f3f1db2a838fb
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-04 (Sat, 04 Feb 2017)
  Changed paths:
    R CHANGES.rst
    A README.rst
    R README.txt
    A docs/CHANGES.rst
    A docs/contributing/index.rst
    M docs/index.rst
    A docs/install/index.rst
    A docs/roadmap/index.rst
    A docs/usage/api.rst
    A docs/usage/basic_usage.rst
    A docs/usage/framework_usage.rst
    M docs/usage/index.rst
    M setup.py
  Log Message:
  -----------
  more docs
  Commit: 26e5ed0c2d5d46d939cffb64024f8e71992ce471
      https://github.com/zopefoundation/RestrictedPython/commit/26e5ed0c2d5d46d939cffb64024f8e71992ce471
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-04 (Sat, 04 Feb 2017)
  Changed paths:
    M docs/upgrade/ast/python2_6.ast
    M docs/upgrade/ast/python2_7.ast
    M docs/upgrade/ast/python3_0.ast
    M docs/upgrade/ast/python3_1.ast
    M docs/upgrade/ast/python3_2.ast
    M docs/upgrade/ast/python3_3.ast
    M docs/upgrade/ast/python3_4.ast
    M docs/upgrade/ast/python3_5.ast
    M docs/upgrade/ast/python3_6.ast
  Log Message:
  -----------
  well format ast for comparision
  Commit: 4888ce92f45e6baa31cedcc53a548aeef637f7a1
      https://github.com/zopefoundation/RestrictedPython/commit/4888ce92f45e6baa31cedcc53a548aeef637f7a1
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-04 (Sat, 04 Feb 2017)
  Changed paths:
    M docs/contributing/index.rst
    M docs/roadmap/index.rst
  Log Message:
  -----------
  roadmap and who to contribut started
  Commit: 453962aaba954cea3addc04ae4a3603daeee0c09
      https://github.com/zopefoundation/RestrictedPython/commit/453962aaba954cea3addc04ae4a3603daeee0c09
  Author: Alexander Loechel <Alexander.Loechel at lmu.de>
  Date:   2017-02-04 (Sat, 04 Feb 2017)
  Log Message:
  -----------
  Merge branch 'more_docs' of github.com:zopefoundation/RestrictedPython into more_docs
Compare: https://github.com/zopefoundation/RestrictedPython/compare/99080ebcd194...453962aaba95
    
    
More information about the checkins
mailing list