[Checkins] [zopefoundation/RestrictedPython] 13073c: Protect print statement.

GitHub noreply at github.com
Tue Nov 29 09:23:36 CET 2016


  Branch: refs/heads/Python3_update
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 13073cc197ce290bf72de4c7eefb4f8055062ecf
      https://github.com/zopefoundation/RestrictedPython/commit/13073cc197ce290bf72de4c7eefb4f8055062ecf
  Author: stephan-hof <sh at axiros.com>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Changed paths:
    M src/RestrictedPython/transformer.py

  Log Message:
  -----------
  Protect print statement.


  Commit: 63c6dcb0a001632f87ff32144c9be7c891ffcf85
      https://github.com/zopefoundation/RestrictedPython/commit/63c6dcb0a001632f87ff32144c9be7c891ffcf85
  Author: stephan-hof <sh at axiros.com>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Changed paths:
    M src/RestrictedPython/PrintCollector.py
    M src/RestrictedPython/transformer.py

  Log Message:
  -----------
  Protect print function via 'PrintCollector._call_print'.


  Commit: 775a5b3c70c0e28eae193149bb6f1be8dd5e9f8f
      https://github.com/zopefoundation/RestrictedPython/commit/775a5b3c70c0e28eae193149bb6f1be8dd5e9f8f
  Author: stephan-hof <sh at axiros.com>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Changed paths:
    R tests/test_base_example.py

  Log Message:
  -----------
  Get rid of not useful tests.


  Commit: e54d9efaa245402118139d516803a9c4b2373905
      https://github.com/zopefoundation/RestrictedPython/commit/e54d9efaa245402118139d516803a9c4b2373905
  Author: stephan-hof <sh at axiros.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M src/RestrictedPython/transformer.py
    R tests/test_print.py
    A tests/test_print_function.py
    A tests/test_print_stmt.py

  Log Message:
  -----------
  Add tests for print.


  Commit: aa21c357c37c713440c3baa860408836f1a05ba1
      https://github.com/zopefoundation/RestrictedPython/commit/aa21c357c37c713440c3baa860408836f1a05ba1
  Author: stephan-hof <sh at axiros.com>
  Date:   2016-11-24 (Thu, 24 Nov 2016)

  Changed paths:
    M tests/test_print_function.py
    M tests/test_print_stmt.py

  Log Message:
  -----------
  Add a test for conditional print + print collector.


  Commit: a383d8f9d04bf66ebefe6e504cbbb292c74456ef
      https://github.com/zopefoundation/RestrictedPython/commit/a383d8f9d04bf66ebefe6e504cbbb292c74456ef
  Author: stephan-hof <sh at axiros.com>
  Date:   2016-11-25 (Fri, 25 Nov 2016)

  Changed paths:
    M src/RestrictedPython/PrintCollector.py

  Log Message:
  -----------
  Simplify the if construct.


  Commit: a88fd0c26f0c5f9bf99991b4d9e08c0c63e0c123
      https://github.com/zopefoundation/RestrictedPython/commit/a88fd0c26f0c5f9bf99991b4d9e08c0c63e0c123
  Author: stephan-hof <stephan-hof at users.noreply.github.com>
  Date:   2016-11-29 (Tue, 29 Nov 2016)

  Changed paths:
    M src/RestrictedPython/PrintCollector.py
    M src/RestrictedPython/transformer.py
    R tests/test_base_example.py
    R tests/test_print.py
    A tests/test_print_function.py
    A tests/test_print_stmt.py

  Log Message:
  -----------
  Merge pull request #9 from zopefoundation/python3_port_print

Python3 port print


Compare: https://github.com/zopefoundation/RestrictedPython/compare/cdb2871ce7f5...a88fd0c26f0c


More information about the checkins mailing list