[Checkins] [zopefoundation/zope.interface] ffcf28: Make Python 2.7 run coverage tests and doc generat...

GitHub noreply at github.com
Wed Feb 5 15:22:29 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.interface
  Commit: ffcf2887646c268c104ee2aa7bb3c087d691149b
      https://github.com/zopefoundation/zope.interface/commit/ffcf2887646c268c104ee2aa7bb3c087d691149b
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-02-04 (Tue, 04 Feb 2014)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Make Python 2.7 run coverage tests and doc generation.


  Commit: 79a266200384fa53fb3810ed316a94394166f4e3
      https://github.com/zopefoundation/zope.interface/commit/79a266200384fa53fb3810ed316a94394166f4e3
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-02-04 (Tue, 04 Feb 2014)

  Changed paths:
    M CHANGES.rst
    M src/zope/interface/__init__.py
    M src/zope/interface/declarations.py
    M src/zope/interface/registry.py
    M src/zope/interface/tests/test_declarations.py
    M src/zope/interface/tests/test_registry.py

  Log Message:
  -----------
  Added ``@named(name)`` declaration.

The decorator specifies the component name, so it does not have to be
passed in during registration. This in turn allows developers to define
component names once globally and use it everywhere, especially when
using ZCML where the name had to be specified a second time.


  Commit: 102a0bad52749d64d615fc569f26dc5617393f71
      https://github.com/zopefoundation/zope.interface/commit/102a0bad52749d64d615fc569f26dc5617393f71
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-02-05 (Wed, 05 Feb 2014)

  Changed paths:
    M docs/adapter.rst

  Log Message:
  -----------
  Remove trailing whitespace.


  Commit: 1e2fb2ca4d5406ca674a5e49de9d745265046897
      https://github.com/zopefoundation/zope.interface/commit/1e2fb2ca4d5406ca674a5e49de9d745265046897
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-02-05 (Wed, 05 Feb 2014)

  Changed paths:
    M src/zope/interface/__init__.py

  Log Message:
  -----------
  The imports are alphabetically sorted.


  Commit: a1235f577f50a5704355c6ad86cecea47195947c
      https://github.com/zopefoundation/zope.interface/commit/a1235f577f50a5704355c6ad86cecea47195947c
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-02-05 (Wed, 05 Feb 2014)

  Changed paths:
    M docs/api.rst

  Log Message:
  -----------
  Added an API doc entry for the new "@named()" function.


  Commit: b9adb2110ac1c7c38fdfb2ebaae6f629c43c1fdc
      https://github.com/zopefoundation/zope.interface/commit/b9adb2110ac1c7c38fdfb2ebaae6f629c43c1fdc
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-02-05 (Wed, 05 Feb 2014)

  Changed paths:
    M docs/api.rst

  Log Message:
  -----------
  Fix typo.


  Commit: d0f9a146c6e9f4ab1424783d3be8223886fc0680
      https://github.com/zopefoundation/zope.interface/commit/d0f9a146c6e9f4ab1424783d3be8223886fc0680
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2014-02-05 (Wed, 05 Feb 2014)

  Changed paths:
    M CHANGES.rst
    M docs/adapter.rst
    M docs/api.rst
    M src/zope/interface/__init__.py
    M src/zope/interface/declarations.py
    M src/zope/interface/registry.py
    M src/zope/interface/tests/test_declarations.py
    M src/zope/interface/tests/test_registry.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #1 from strichter/master

Support for @named(name) decorator.


Compare: https://github.com/zopefoundation/zope.interface/compare/d76f739a0e27...d0f9a146c6e9


More information about the checkins mailing list