[Checkins] [zopefoundation/RestrictedPython] 092328: Add built-in function 'set'

GitHub noreply at github.com
Fri May 5 12:47:39 CEST 2017


  Branch: refs/heads/Python3_update
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 092328a7ac781145212efc32d6e759245e9b9814
      https://github.com/zopefoundation/RestrictedPython/commit/092328a7ac781145212efc32d6e759245e9b9814
  Author: Eric Feng <ehfeng at users.noreply.github.com>
  Date:   2016-12-12 (Mon, 12 Dec 2016)

  Changed paths:
    M src/RestrictedPython/Guards.py

  Log Message:
  -----------
  Add built-in function 'set'

Adding built-in function 'set' to `safe_builtins`. Sets can be created with the {x, y} notation, but there's no way to create an empty set.


  Commit: 9842dc81c8bfc95fdb5aef94ce17e3a1a5c0d547
      https://github.com/zopefoundation/RestrictedPython/commit/9842dc81c8bfc95fdb5aef94ce17e3a1a5c0d547
  Author: Eric Feng <erichfeng at gmail.com>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

  Changed paths:
    M src/RestrictedPython/tests/restricted_module.py
    M src/RestrictedPython/tests/testRestrictions.py

  Log Message:
  -----------
  adding tests for set


  Commit: 02882e1976fca61621c4c6a2c4b35336b360b0e6
      https://github.com/zopefoundation/RestrictedPython/commit/02882e1976fca61621c4c6a2c4b35336b360b0e6
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py
    M src/RestrictedPython/tests/restricted_module.py
    M src/RestrictedPython/tests/testRestrictions.py

  Log Message:
  -----------
  Merge pull request #11 from ehfeng/master

Add built-in function 'set'


  Commit: 51f6fe49094bc17fa1131e0cb4ff25353ea0b782
      https://github.com/zopefoundation/RestrictedPython/commit/51f6fe49094bc17fa1131e0cb4ff25353ea0b782
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Garden ReST.


  Commit: 35c50bfc8777458edd43f99e537f41dc61ad9026
      https://github.com/zopefoundation/RestrictedPython/commit/35c50bfc8777458edd43f99e537f41dc61ad9026
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Changelog for PR #11.

Bump to 3.7 for new ``set`` feature.


  Commit: 7433e741f731f47caf3931b34da6684a8cb29ac3
      https://github.com/zopefoundation/RestrictedPython/commit/7433e741f731f47caf3931b34da6684a8cb29ac3
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    A .gitignore

  Log Message:
  -----------
  Ignore derived files.


  Commit: b62759afa9ffedcb7ac8de9b3106912ee9a639fe
      https://github.com/zopefoundation/RestrictedPython/commit/b62759afa9ffedcb7ac8de9b3106912ee9a639fe
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  Update to latest bootstrap.


  Commit: c24724f44dccc36137999418c0c086c8e3778e5e
      https://github.com/zopefoundation/RestrictedPython/commit/c24724f44dccc36137999418c0c086c8e3778e5e
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py
    M src/RestrictedPython/tests/restricted_module.py
    M src/RestrictedPython/tests/testRestrictions.py

  Log Message:
  -----------
  Revert "Add built-in function 'set'"


  Commit: da3c2f1e35e6408943e82b39e3aa0f417c3a6a94
      https://github.com/zopefoundation/RestrictedPython/commit/da3c2f1e35e6408943e82b39e3aa0f417c3a6a94
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py
    M src/RestrictedPython/tests/restricted_module.py
    M src/RestrictedPython/tests/testRestrictions.py

  Log Message:
  -----------
  Merge pull request #41 from zopefoundation/revert-11-master

Revert "Add built-in function 'set'"


  Commit: 7af3dc68636e9d3bc55e2d2bde61747225b424f1
      https://github.com/zopefoundation/RestrictedPython/commit/7af3dc68636e9d3bc55e2d2bde61747225b424f1
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Update CHANGES.txt after reverting #11.


  Commit: 402009158278744de34729c441048f00076cebc8
      https://github.com/zopefoundation/RestrictedPython/commit/402009158278744de34729c441048f00076cebc8
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use buildout on Travis. (#40)


  Commit: e4754d5d5eb53af6042daa83ee13d0b880901a73
      https://github.com/zopefoundation/RestrictedPython/commit/e4754d5d5eb53af6042daa83ee13d0b880901a73
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
    M docs/CHANGES.rst

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

# Conflicts:
#	.gitignore
#	.travis.yml
#	docs/CHANGES.rst
#	setup.py


Compare: https://github.com/zopefoundation/RestrictedPython/compare/7870aa21c8e0...e4754d5d5eb5


More information about the checkins mailing list