[Checkins] [zopefoundation/zope.security] 6a9a6c: Update to latest v2 bootstrap

GitHub noreply at github.com
Fri Mar 8 19:42:20 UTC 2013


  Branch: refs/heads/pure_python_proxy
  Home:   https://github.com/zopefoundation/zope.security
  Commit: 6a9a6cc89b86e829b792161f8b0f49284e0b5e27
      https://github.com/zopefoundation/zope.security/commit/6a9a6cc89b86e829b792161f8b0f49284e0b5e27
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-14 (Thu, 14 Feb 2013)

  Changed paths:
    M bootstrap.py

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

Downloaded from http://downloads.buildout.org/2/bootstrap.py


  Commit: 25fc9b2e2b6d78188132f5e3c5db2eeff6f20c7c
      https://github.com/zopefoundation/zope.security/commit/25fc9b2e2b6d78188132f5e3c5db2eeff6f20c7c
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-14 (Thu, 14 Feb 2013)

  Changed paths:
    M src/zope/security/metaconfigure.py

  Log Message:
  -----------
  Fix nondeterministic test failures

This fixes three test failures I've seen on Python 3.3:

  test_allow_w_single_interface
  test_require_w_set_schema_normal_fields
  test_require_w_single_interface

All caused by dictionary iteration returning items in a different order
than the test expected.


  Commit: afd7d5841e12fac37289e3d00eb9ac83d2f5a5b6
      https://github.com/zopefoundation/zope.security/commit/afd7d5841e12fac37289e3d00eb9ac83d2f5a5b6
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-02-15 (Fri, 15 Feb 2013)

  Changed paths:
    A src/zope/security/untrustedpython/__init__.py
    A src/zope/security/untrustedpython/builtins.py
    A src/zope/security/untrustedpython/interpreter.py
    A src/zope/security/untrustedpython/rcompile.py

  Log Message:
  -----------
  Restore deprecated BBB imports of z.s.untrustedpython modules.


  Commit: 010aafbeca43cecba292b7c4a565979002a3faa2
      https://github.com/zopefoundation/zope.security/commit/010aafbeca43cecba292b7c4a565979002a3faa2
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-02-15 (Fri, 15 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Prep 4.0.0a2 release.


  Commit: a0c986776cdb5711d00dd0e3f38dd003d21ac76f
      https://github.com/zopefoundation/zope.security/commit/a0c986776cdb5711d00dd0e3f38dd003d21ac76f
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-02-15 (Fri, 15 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  svb


  Commit: 327b8008f0ef6f66c307159d457b410130e2e300
      https://github.com/zopefoundation/zope.security/commit/327b8008f0ef6f66c307159d457b410130e2e300
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-02-15 (Fri, 15 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.cfg
    M src/zope/security/untrustedpython/__init__.py
    M src/zope/security/untrustedpython/builtins.py
    M src/zope/security/untrustedpython/interpreter.py
    M src/zope/security/untrustedpython/rcompile.py

  Log Message:
  -----------
  Fix test breakage under 4.0.0a2 due to deprecation strategy.


  Commit: 7239d40098f2a72787294bf14d651876d6d7f162
      https://github.com/zopefoundation/zope.security/commit/7239d40098f2a72787294bf14d651876d6d7f162
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-02-15 (Fri, 15 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Prep 4.0.0a3 release.


  Commit: b571eebed157c5451badee1610c2d1d11c9b6a34
      https://github.com/zopefoundation/zope.security/commit/b571eebed157c5451badee1610c2d1d11c9b6a34
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-02-15 (Fri, 15 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  svb


  Commit: 18a6987860cdb622fca9c98fca22692c90fc45f8
      https://github.com/zopefoundation/zope.security/commit/18a6987860cdb622fca9c98fca22692c90fc45f8
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-02-16 (Sat, 16 Feb 2013)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Fold in post-3.8.3, pre-4.0 changelog entries from release branches.


  Commit: e1d5f7cf375ccdfb8f6207c2bf813ca64c1d7bda
      https://github.com/zopefoundation/zope.security/commit/e1d5f7cf375ccdfb8f6207c2bf813ca64c1d7bda
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-18 (Mon, 18 Feb 2013)

  Changed paths:
    M src/zope/security/tests/test_proxy.py

  Log Message:
  -----------
  Try to make the tests pass on Windows


  Commit: ec3ec97c92703bfb7827e7c9472bcbe0f254253e
      https://github.com/zopefoundation/zope.security/commit/ec3ec97c92703bfb7827e7c9472bcbe0f254253e
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M docs/api/checker.rst
    M docs/api/decorator.rst
    M docs/api/zcml.rst
    M setup.py
    M src/zope/security/testing.py
    M tox.ini

  Log Message:
  -----------
  More tests are running under python-3

Include documentation doctests into main test suite. Documentation is
updated to be valid under python-3 and some critical bugs in python-3
are revealed.


  Commit: 7434c4686c573946feb81dcba0a670e17013a29c
      https://github.com/zopefoundation/zope.security/commit/7434c4686c573946feb81dcba0a670e17013a29c
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M docs/api/checker.rst
    M src/zope/security/checker.py

  Log Message:
  -----------
  Dictionary views are not proxied

Dict views for keys(), items(), and values() are not proxied, making
dicts work in python3 exactly as python2.


  Commit: aad857434f77e494a9c1ea1ba90f95bb1cc60551
      https://github.com/zopefoundation/zope.security/commit/aad857434f77e494a9c1ea1ba90f95bb1cc60551
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M docs/api/checker.rst
    M docs/api/permission.rst
    M docs/api/zcml.rst
    M src/zope/security/checker.py
    M tox.ini

  Log Message:
  -----------
  Use python3.3 to run documentation tests


  Commit: 67e4c91acc5d16e1408696189d31771be73d311e
      https://github.com/zopefoundation/zope.security/commit/67e4c91acc5d16e1408696189d31771be73d311e
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M docs/api/checker.rst
    M docs/api/decorator.rst
    M docs/api/permission.rst
    M docs/api/zcml.rst
    M setup.py
    M src/zope/security/checker.py
    M src/zope/security/testing.py
    M tox.ini

  Log Message:
  -----------
  Merge branch 'moretests'


  Commit: 13b9d48c619e18b0c791b39edcbcf30989dd05b9
      https://github.com/zopefoundation/zope.security/commit/13b9d48c619e18b0c791b39edcbcf30989dd05b9
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Releasing 4.0.0a4


  Commit: e70fa6c80ae43a43faaf5e9244ab29fb6246c0c4
      https://github.com/zopefoundation/zope.security/commit/e70fa6c80ae43a43faaf5e9244ab29fb6246c0c4
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-20 (Wed, 20 Feb 2013)

  Changed paths:
    M src/zope/security/examples/sandbox.py

  Log Message:
  -----------
  Python-3.3 compatibility for examples


  Commit: 962c1635f90a31486b9bfdf33a87ed4b2a780f35
      https://github.com/zopefoundation/zope.security/commit/962c1635f90a31486b9bfdf33a87ed4b2a780f35
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py
    R src/zope/security/untrustedpython/__init__.py
    R src/zope/security/untrustedpython/builtins.py
    R src/zope/security/untrustedpython/interpreter.py
    R src/zope/security/untrustedpython/rcompile.py

  Log Message:
  -----------
  - Remove ``untrustedpython`` extra again, since we do not want to support
  ``zope.untrustedpython`` in ZTK 2.0. If BBB is really needed, we will create
  a 3.10.0 release.


  Commit: a4621d8b056e284f3a11940de2da7a96e1c05188
      https://github.com/zopefoundation/zope.security/commit/a4621d8b056e284f3a11940de2da7a96e1c05188
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M CHANGES.rst
    A TODO-4.0.txt

  Log Message:
  -----------
  Make the CHANGES zest.releaser friendly and move TODOs to separate file.


  Commit: 7ebe08e2b733c2b8befced4304520d02ca0ae907
      https://github.com/zopefoundation/zope.security/commit/7ebe08e2b733c2b8befced4304520d02ca0ae907
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Preparing release 4.0.0a4


  Commit: 67e98b83aee9bb678b504d37f7f2fbbd2df58018
      https://github.com/zopefoundation/zope.security/commit/67e98b83aee9bb678b504d37f7f2fbbd2df58018
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Back to development: 4.0.0a5


  Commit: 15686d565ab33ce52008e8c0375bb34bc4c33464
      https://github.com/zopefoundation/zope.security/commit/15686d565ab33ce52008e8c0375bb34bc4c33464
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  - Undo changes from 4.0.0a4. Instead, ``zope.untrustedpython`` is only
  included during Python 2 installs.


  Commit: 6bf4a161cb0cb9d7fa48b7fcf850ce5c89981fca
      https://github.com/zopefoundation/zope.security/commit/6bf4a161cb0cb9d7fa48b7fcf850ce5c89981fca
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Preparing release 4.0.0a5


  Commit: ca75fe1d311c485471b53939f5127381cbaa0c40
      https://github.com/zopefoundation/zope.security/commit/ca75fe1d311c485471b53939f5127381cbaa0c40
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Back to development: 4.0.0a6


  Commit: 444b1ee3f28c30603eed22dfeb495791b412e3d4
      https://github.com/zopefoundation/zope.security/commit/444b1ee3f28c30603eed22dfeb495791b412e3d4
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-04 (Mon, 04 Mar 2013)

  Changed paths:
    A .travis.yml

  Log Message:
  -----------
  'Updated Travis YAML.'


  Commit: 89790a7ade438326cfb610acf77d437511572f40
      https://github.com/zopefoundation/zope.security/commit/89790a7ade438326cfb610acf77d437511572f40
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Add zope.testrunner dep to make Travis happy.


  Commit: 1af6989173c84e004f1639b1db61cba187d136b2
      https://github.com/zopefoundation/zope.security/commit/1af6989173c84e004f1639b1db61cba187d136b2
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M src/zope/security/_proxy.c
    M src/zope/security/_zope_security_checker.c

  Log Message:
  -----------
  Fix build error with MSVC++ on Python 3


  Commit: e814c7d9ccf59f3eeff47f91a1e4490e591d4c00
      https://github.com/zopefoundation/zope.security/commit/e814c7d9ccf59f3eeff47f91a1e4490e591d4c00
  Author: agroszer <agroszer at gmail.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  fixed extension compilation on windows python 3.x


  Commit: 21bedd54cead429a36545ab4107cd7b1b1b08417
      https://github.com/zopefoundation/zope.security/commit/21bedd54cead429a36545ab4107cd7b1b1b08417
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-03-08 (Fri, 08 Mar 2013)

  Changed paths:
    M src/zope/security/_zope_security_checker.c

  Log Message:
  -----------
  Fix ImportError: cannot import name _checkers

The problem was a local variable `m` was being clobbered by importing
3rd party modules between the new location of MOD_DEF() and actual use.


  Commit: aa830118284fc1c5a6881f8258f39e046a28ce79
      https://github.com/zopefoundation/zope.security/commit/aa830118284fc1c5a6881f8258f39e046a28ce79
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-03-08 (Fri, 08 Mar 2013)

  Changed paths:
    A .travis.yml
    M CHANGES.rst
    A TODO-4.0.txt
    M bootstrap.py
    M buildout.cfg
    M docs/api/checker.rst
    M docs/api/decorator.rst
    M docs/api/permission.rst
    M docs/api/zcml.rst
    M setup.cfg
    M setup.py
    M src/zope/security/_proxy.c
    M src/zope/security/_zope_security_checker.c
    M src/zope/security/checker.py
    M src/zope/security/examples/sandbox.py
    M src/zope/security/metaconfigure.py
    M src/zope/security/testing.py
    M src/zope/security/tests/test_proxy.py
    M tox.ini

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


Compare: https://github.com/zopefoundation/zope.security/compare/d59c575269ba...aa830118284f


More information about the checkins mailing list