[Checkins] [zopefoundation/zope.app.interface] 982f21: Merge PersistentInterfaceClass fix from trunk r721...

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


  Branch: refs/heads/monolithic-zope3-3.3
  Home:   https://github.com/zopefoundation/zope.app.interface
  Commit: 982f21f71781ff248d4e4bd7126a6f5a2c919900
      https://github.com/zopefoundation/zope.app.interface/commit/982f21f71781ff248d4e4bd7126a6f5a2c919900
  Author: Ross Patterson <me at rpatterson.net>
  Date:   2007-01-19 (Fri, 19 Jan 2007)

  Changed paths:
    A __init__.py
    A tests/test_interface.py

  Log Message:
  -----------
  Merge PersistentInterfaceClass fix from trunk r72109 as described in
http://www.zope.org/Collectors/Zope3-dev/747.


  Commit: 701b3a016c3a927994aeed337e7ec59a6eaeaa30
      https://github.com/zopefoundation/zope.app.interface/commit/701b3a016c3a927994aeed337e7ec59a6eaeaa30
  Author: Ross Patterson <me at rpatterson.net>
  Date:   2007-01-27 (Sat, 27 Jan 2007)

  Changed paths:
    M __init__.py
    M tests/test_interface.py

  Log Message:
  -----------
  Add a test and a fix for a problem creating the persistent versions of
declarations pointed out by Jim.

Fix up a docstring format per feedback from Jim.


  Commit: d99ea0c492600eb7d91087b5dbd7af4f9a4ee6ed
      https://github.com/zopefoundation/zope.app.interface/commit/d99ea0c492600eb7d91087b5dbd7af4f9a4ee6ed
  Author: Ross Patterson <me at rpatterson.net>
  Date:   2007-01-27 (Sat, 27 Jan 2007)

  Changed paths:
    M __init__.py

  Log Message:
  -----------
  Coding style change per feedback from Jim.


  Commit: bfdd211898a608fa209fe3174e388b2eff4f7853
      https://github.com/zopefoundation/zope.app.interface/commit/bfdd211898a608fa209fe3174e388b2eff4f7853
  Author: Ross Patterson <me at rpatterson.net>
  Date:   2007-01-27 (Sat, 27 Jan 2007)

  Changed paths:
    M tests/test_interface.py

  Log Message:
  -----------
  Remove non-persistent stuff from weakref tests for factoring out into
a separate test included in a patch in:

http://www.zope.org/Collectors/Zope3-dev/750


  Commit: bf822b84f6e4b5b151f56daed7cdcdae115d4789
      https://github.com/zopefoundation/zope.app.interface/commit/bf822b84f6e4b5b151f56daed7cdcdae115d4789
  Author: Ross Patterson <me at rpatterson.net>
  Date:   2007-02-05 (Mon, 05 Feb 2007)

  Changed paths:
    M __init__.py
    M tests/test_interface.py

  Log Message:
  -----------
  Fix interfaces that subclass interfaces in persistent modules

When interfaces in a persistent module subclass other interfaces from
a persistent module, they then become dependents of the subclassed
interface.  As such the DependentsDict needs to convert such
interfaces to thier persistent versions.

I added InterfaceClass to the values handled by the DependentsDict and
updated the tests.


  Commit: 0997ead97b46f5cedc5397a43c6c8010e51cf3c8
      https://github.com/zopefoundation/zope.app.interface/commit/0997ead97b46f5cedc5397a43c6c8010e51cf3c8
  Author: Ross Patterson <me at rpatterson.net>
  Date:   2007-02-26 (Mon, 26 Feb 2007)

  Changed paths:
    M __init__.py
    M tests/test_interface.py

  Log Message:
  -----------
  Fix other persistent interface attributes that require conversion


  Commit: daf37639370e706f81f31674370b85ba3ffa3d73
      https://github.com/zopefoundation/zope.app.interface/commit/daf37639370e706f81f31674370b85ba3ffa3d73
  Author: Ross Patterson <me at rpatterson.net>
  Date:   2007-02-26 (Mon, 26 Feb 2007)

  Changed paths:
    M tests/test_interface.py

  Log Message:
  -----------
  Oops, guess I didn't fix it.

Removing this test till I do fix it.


  Commit: 65104660d594e916684f203a36c47cfa69f180d4
      https://github.com/zopefoundation/zope.app.interface/commit/65104660d594e916684f203a36c47cfa69f180d4
  Author: Ross Patterson <me at rpatterson.net>
  Date:   2007-03-08 (Thu, 08 Mar 2007)

  Changed paths:
    M __init__.py
    M tests/test_interface.py
    A wref.py

  Log Message:
  -----------
  Backport changes from trunk to pass tests on Mac.


Compare: https://github.com/zopefoundation/zope.app.interface/compare/982f21f71781^...65104660d594


More information about the checkins mailing list