[Checkins] [zopefoundation/zope.app.interface] 347bf4: Ripped out Persistent code support

GitHub noreply at github.com
Tue Mar 12 13:31:42 UTC 2013


  Branch: refs/heads/monolithic-zope3-ZopeX3-3.0
  Home:   https://github.com/zopefoundation/zope.app.interface
  Commit: 347bf4a1c8b733cb2e844ff1ec282e3782e9eea7
      https://github.com/zopefoundation/zope.app.interface/commit/347bf4a1c8b733cb2e844ff1ec282e3782e9eea7
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-06-03 (Thu, 03 Jun 2004)

  Changed paths:
    A __init__.py

  Log Message:
  -----------
  Ripped out Persistent code support

It's not ready for production.  This includes
persistent modules, interfaces, and schema.


  Commit: 898d3a0ad71c3d8023b196a208a59f3857e458ef
      https://github.com/zopefoundation/zope.app.interface/commit/898d3a0ad71c3d8023b196a208a59f3857e458ef
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    M __init__.py

  Log Message:
  -----------
  Backported

r26524 | srichter | 2004-07-14 03:45:38 -0400 (Wed, 14 Jul 2004) | 6 lines
r26551 | srichter | 2004-07-15 03:06:37 -0400 (Thu, 15 Jul 2004) | 6 lines
r26522 | pruggera | 2004-07-14 01:42:06 -0400 (Wed, 14 Jul 2004) | 1 line
r26531 | pruggera | 2004-07-14 13:00:15 -0400 (Wed, 14 Jul 2004) | 1 line
r26534 | pruggera | 2004-07-14 15:55:34 -0400 (Wed, 14 Jul 2004) | 1 line
r26540 | pruggera | 2004-07-14 18:14:25 -0400 (Wed, 14 Jul 2004) | 1 line


  Commit: 754f1bca79353d58ab045286cba95caac7180286
      https://github.com/zopefoundation/zope.app.interface/commit/754f1bca79353d58ab045286cba95caac7180286
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-20 (Fri, 20 Aug 2004)

  Changed paths:
    A vocabulary.py

  Log Message:
  -----------
  Deprecated zope.security.trustedRemoveSecurityProxy and
zope.security.getProxiedObject. Use zope.security.removeSecurityProxy
instead.  (This should also be used rather than removeAllProxies.)


  Commit: bd90f8a8b5836ef8ba6e60900d7cd96a920e4952
      https://github.com/zopefoundation/zope.app.interface/commit/bd90f8a8b5836ef8ba6e60900d7cd96a920e4952
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-08-25 (Wed, 25 Aug 2004)

  Changed paths:
    M __init__.py

  Log Message:
  -----------
  remove many calls to removeAllProxies(), and replace others with
removeSecurityProxy()


  Commit: bf550f25e6db8311008eb189301fc5942ed4aabe
      https://github.com/zopefoundation/zope.app.interface/commit/bf550f25e6db8311008eb189301fc5942ed4aabe
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-08-31 (Tue, 31 Aug 2004)

  Changed paths:
    M vocabulary.py

  Log Message:
  -----------
  Use zapi.isinstance() as appropriate.

Always use zapi.isinstance(o) instead of isinstance(removeSecurityProxy(o))
when the unproxied object is not otherwise needed.


  Commit: 5eab2067b1ca5f1838d00b57314f4b442f8b2d32
      https://github.com/zopefoundation/zope.app.interface/commit/5eab2067b1ca5f1838d00b57314f4b442f8b2d32
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-09-01 (Wed, 01 Sep 2004)

  Changed paths:
    M vocabulary.py

  Log Message:
  -----------
  Revert part of revision 27378, and add a comment about why
removeSecurityProxy() is being used.


  Commit: fe1969751ea2cef9e6dc40ef344d26b1aa5cee51
      https://github.com/zopefoundation/zope.app.interface/commit/fe1969751ea2cef9e6dc40ef344d26b1aa5cee51
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2004-09-12 (Sun, 12 Sep 2004)

  Changed paths:
    A tests/test_vocabulary.py
    M vocabulary.py

  Log Message:
  -----------
  Merge from trunk:

------------------------------------------------------------------------
r27503 | philikon | 2004-09-12 16:38:44 +0200 (Sun, 12 Sep 2004) | 2 lines

unittest.main accepts 'defaultTest', not 'default' as kw arg.

------------------------------------------------------------------------
r27504 | philikon | 2004-09-12 16:39:47 +0200 (Sun, 12 Sep 2004) | 3 lines

Vocabularies can be iterated over; elements of the iteration
are terms, so no need to use this private attribute here.

------------------------------------------------------------------------


Compare: https://github.com/zopefoundation/zope.app.interface/compare/347bf4a1c8b7^...fe1969751ea2


More information about the checkins mailing list