[Checkins] [zopefoundation/grokcore.annotation] b8114c: Skeleton for grokcore.annotation.

GitHub noreply at github.com
Fri Mar 1 14:56:18 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/grokcore.annotation
  Commit: b8114c3a8889d4aa3c0cd63abc8f1303f654093c
      https://github.com/zopefoundation/grokcore.annotation/commit/b8114c3a8889d4aa3c0cd63abc8f1303f654093c
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-15 (Mon, 15 Jun 2009)

  Changed paths:
    A CHANGES.txt
    A COPYRIGHT.txt
    A LICENSE.txt
    A README.txt
    A buildout.cfg
    A setup.py
    A src/grokcore/__init__.py
    A versions.cfg

  Log Message:
  -----------
  Skeleton for grokcore.annotation.


  Commit: b8f53411d12a844645de7eb67fb21eca7780cbc0
      https://github.com/zopefoundation/grokcore.annotation/commit/b8f53411d12a844645de7eb67fb21eca7780cbc0
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-15 (Mon, 15 Jun 2009)

  Changed paths:
    A src/grokcore/annotation/__init__.py
    A src/grokcore/annotation/components.py
    A src/grokcore/annotation/configure.zcml
    A src/grokcore/annotation/directive.py
    A src/grokcore/annotation/ftesting.zcml
    A src/grokcore/annotation/ftests/__init__.py
    A src/grokcore/annotation/ftests/catalog/__init__.py
    A src/grokcore/annotation/ftests/catalog/addform.py
    A src/grokcore/annotation/ftests/catalog/catalog.py
    A src/grokcore/annotation/ftests/catalog/indexes.py
    A src/grokcore/annotation/ftests/catalog/indexes_app_interface.py
    A src/grokcore/annotation/ftests/catalog/indexes_attribute.py
    A src/grokcore/annotation/ftests/catalog/indexes_class.py
    A src/grokcore/annotation/ftests/catalog/indexes_multiple.py
    A src/grokcore/annotation/ftests/catalog/indexes_multiple_conflict.py
    A src/grokcore/annotation/ftests/catalog/indexes_name.py
    A src/grokcore/annotation/ftests/catalog/indexes_nonexistent.py
    A src/grokcore/annotation/ftests/catalog/indexes_set.py
    A src/grokcore/annotation/ftests/catalog/indexes_site.py
    A src/grokcore/annotation/ftests/catalog/setuporder.py
    A src/grokcore/annotation/ftests/form/__init__.py
    A src/grokcore/annotation/ftests/form/form.py
    A src/grokcore/annotation/ftests/json/__init__.py
    A src/grokcore/annotation/ftests/json/json.py
    A src/grokcore/annotation/ftests/rest/__init__.py
    A src/grokcore/annotation/ftests/rest/localgrants.py
    A src/grokcore/annotation/ftests/rest/rest.py
    A src/grokcore/annotation/ftests/rest/rest_traverse.py
    A src/grokcore/annotation/ftests/security/__init__.py
    A src/grokcore/annotation/ftests/security/grok_view.py
    A src/grokcore/annotation/ftests/security/handle_exception.py
    A src/grokcore/annotation/ftests/security/json.py
    A src/grokcore/annotation/ftests/security/preserve_permissions.py
    A src/grokcore/annotation/ftests/security/roles.py
    A src/grokcore/annotation/ftests/security/security_view.py
    A src/grokcore/annotation/ftests/security/static/textfile.txt
    A src/grokcore/annotation/ftests/site/__init__.py
    A src/grokcore/annotation/ftests/site/site.py
    A src/grokcore/annotation/ftests/test_grok_functional.py
    A src/grokcore/annotation/ftests/traversal/__init__.py
    A src/grokcore/annotation/ftests/traversal/containertraverse.py
    A src/grokcore/annotation/ftests/traversal/containertraverser.py
    A src/grokcore/annotation/ftests/traversal/items_before_views.py
    A src/grokcore/annotation/ftests/traversal/modeltraverse.py
    A src/grokcore/annotation/ftests/traversal/traversableattr.py
    A src/grokcore/annotation/ftests/traversal/traverser.py
    A src/grokcore/annotation/ftests/traversal/traverser_sets_parent.py
    A src/grokcore/annotation/ftests/url/__init__.py
    A src/grokcore/annotation/ftests/url/application.py
    A src/grokcore/annotation/ftests/utility/__init__.py
    A src/grokcore/annotation/ftests/utility/local.py
    A src/grokcore/annotation/ftests/utility/local_override.py
    A src/grokcore/annotation/ftests/utility/public.py
    A src/grokcore/annotation/ftests/utility/subclass.py
    A src/grokcore/annotation/ftests/viewlet/__init__.py
    A src/grokcore/annotation/ftests/viewlet/viewlet_security.py
    A src/grokcore/annotation/ftests/viewlet/viewlet_security_templates/caveview.pt
    A src/grokcore/annotation/ftests/xmlrpc/__init__.py
    A src/grokcore/annotation/ftests/xmlrpc/require.py
    A src/grokcore/annotation/ftests/xmlrpc/xmlrpc.py
    A src/grokcore/annotation/index.py
    A src/grokcore/annotation/interfaces.py
    A src/grokcore/annotation/meta.py
    A src/grokcore/annotation/meta.zcml
    A src/grokcore/annotation/publication.py
    A src/grokcore/annotation/rest.py
    A src/grokcore/annotation/testing.py
    A src/grokcore/annotation/tests/__init__.py
    A src/grokcore/annotation/tests/adapter/__init__.py
    A src/grokcore/annotation/tests/adapter/adapter.py
    A src/grokcore/annotation/tests/adapter/adapterdecorator.py
    A src/grokcore/annotation/tests/adapter/alphabetical.py
    A src/grokcore/annotation/tests/adapter/classcontext.py
    A src/grokcore/annotation/tests/adapter/classcontextimported.py
    A src/grokcore/annotation/tests/adapter/classcontextmultiple.py
    A src/grokcore/annotation/tests/adapter/classcontextmultiple_fixture.py
    A src/grokcore/annotation/tests/adapter/classorinterface.py
    A src/grokcore/annotation/tests/adapter/functionasargument_fixture.py
    A src/grokcore/annotation/tests/adapter/functioncontext.py
    A src/grokcore/annotation/tests/adapter/implementsmany.py
    A src/grokcore/annotation/tests/adapter/implementsnone.py
    A src/grokcore/annotation/tests/adapter/implementsnonemulti.py
    A src/grokcore/annotation/tests/adapter/importedmodel.py
    A src/grokcore/annotation/tests/adapter/importedmodel2.py
    A src/grokcore/annotation/tests/adapter/interface.py
    A src/grokcore/annotation/tests/adapter/interfacemodule.py
    A src/grokcore/annotation/tests/adapter/modulecontext.py
    A src/grokcore/annotation/tests/adapter/modulecontextimported.py
    A src/grokcore/annotation/tests/adapter/modulecontextmultiple.py
    A src/grokcore/annotation/tests/adapter/modulecontextmultiple_fixture.py
    A src/grokcore/annotation/tests/adapter/multiadapter.py
    A src/grokcore/annotation/tests/adapter/multiadaptsnone.py
    A src/grokcore/annotation/tests/adapter/multiple.py
    A src/grokcore/annotation/tests/adapter/namedadapter.py
    A src/grokcore/annotation/tests/adapter/noarguments_fixture.py
    A src/grokcore/annotation/tests/adapter/nomodel.py
    A src/grokcore/annotation/tests/adapter/oldstyleclass.py
    A src/grokcore/annotation/tests/adapter/order.py
    A src/grokcore/annotation/tests/annotation/__init__.py
    A src/grokcore/annotation/tests/annotation/annotation.py
    A src/grokcore/annotation/tests/annotation/implementsmany.py
    A src/grokcore/annotation/tests/annotation/implementsnone.py
    A src/grokcore/annotation/tests/annotation/name.py
    A src/grokcore/annotation/tests/annotation/provides.py
    A src/grokcore/annotation/tests/application/__init__.py
    A src/grokcore/annotation/tests/application/application.py
    A src/grokcore/annotation/tests/baseclass/__init__.py
    A src/grokcore/annotation/tests/baseclass/base.py
    A src/grokcore/annotation/tests/baseclass/basedirective.py
    A src/grokcore/annotation/tests/catalog/__init__.py
    A src/grokcore/annotation/tests/catalog/indexes_module.py
    A src/grokcore/annotation/tests/catalog/indexes_no_app.py
    A src/grokcore/annotation/tests/conflict/__init__.py
    A src/grokcore/annotation/tests/conflict/rest.py
    A src/grokcore/annotation/tests/container/__init__.py
    A src/grokcore/annotation/tests/container/container.py
    A src/grokcore/annotation/tests/container/container_model.py
    A src/grokcore/annotation/tests/container/orderedcontainer.py
    A src/grokcore/annotation/tests/container/orderedcontainerfiresevent.py
    A src/grokcore/annotation/tests/directive/__init__.py
    A src/grokcore/annotation/tests/directive/argumenterror.py
    A src/grokcore/annotation/tests/directive/argumenterror_fixture.py
    A src/grokcore/annotation/tests/directive/multipleasdict.py
    A src/grokcore/annotation/tests/directive/multipletimes.py
    A src/grokcore/annotation/tests/error/__init__.py
    A src/grokcore/annotation/tests/error/error.py
    A src/grokcore/annotation/tests/event/__init__.py
    A src/grokcore/annotation/tests/event/errorconditions.py
    A src/grokcore/annotation/tests/event/errorconditions_fixture.py
    A src/grokcore/annotation/tests/event/subscriber.py
    A src/grokcore/annotation/tests/grokker/__init__.py
    A src/grokcore/annotation/tests/grokker/continue_scanning.py
    A src/grokcore/annotation/tests/grokker/continue_scanning_fixture.py
    A src/grokcore/annotation/tests/grokker/grokcomponent.py
    A src/grokcore/annotation/tests/grokker/onlyonce.py
    A src/grokcore/annotation/tests/grokker/onlyonce_fixture/__init__.py
    A src/grokcore/annotation/tests/grokker/onlyonce_fixture/_meta.py
    A src/grokcore/annotation/tests/grokker/onlyonce_fixture/component.py
    A src/grokcore/annotation/tests/grokker/onlyonce_fixture/implementation.py
    A src/grokcore/annotation/tests/grokker/priority.py
    A src/grokcore/annotation/tests/grokker/priority_fixture.py
    A src/grokcore/annotation/tests/json/__init__.py
    A src/grokcore/annotation/tests/json/json_layers.py
    A src/grokcore/annotation/tests/json/missing_permission.py
    A src/grokcore/annotation/tests/json/missing_permission2.py
    A src/grokcore/annotation/tests/json/missing_permission3.py
    A src/grokcore/annotation/tests/json/multiple_require.py
    A src/grokcore/annotation/tests/json/nocontext.py
    A src/grokcore/annotation/tests/json/nomethods.py
    A src/grokcore/annotation/tests/json/view_lookup.py
    A src/grokcore/annotation/tests/security/__init__.py
    A src/grokcore/annotation/tests/security/missing_role_name.py
    A src/grokcore/annotation/tests/test_grok.py
    A src/grokcore/annotation/tests/testsetup/__init__.py
    A src/grokcore/annotation/tests/testsetup/cave/.hiddendir/hiddenfile.txt
    A src/grokcore/annotation/tests/testsetup/cave/__init__.py
    A src/grokcore/annotation/tests/testsetup/cave/file1.py
    A src/grokcore/annotation/tests/testsetup/cave/file1.rst
    A src/grokcore/annotation/tests/testsetup/cave/file1.txt
    A src/grokcore/annotation/tests/testsetup/cave/file2.TXT
    A src/grokcore/annotation/tests/testsetup/cave/ftesting.zcml
    A src/grokcore/annotation/tests/testsetup/cave/notatest1.foo
    A src/grokcore/annotation/tests/testsetup/cave/sample.zcml
    A src/grokcore/annotation/tests/testsetup/cave/samplesetup1.py
    A src/grokcore/annotation/tests/testsetup/cave/samplesetup2.py
    A src/grokcore/annotation/tests/testsetup/cave/samplesetup3.py
    A src/grokcore/annotation/tests/testsetup/cave/samplesetup4.py
    A src/grokcore/annotation/tests/testsetup/cave/subdir/subdirfile.txt
    A src/grokcore/annotation/tests/testsetup/cave_to_let/__init__.py
    A src/grokcore/annotation/tests/testsetup/cave_to_let/file1.txt
    A src/grokcore/annotation/tests/testsetup/testsetup.py
    A src/grokcore/annotation/tests/traversal/__init__.py
    A src/grokcore/annotation/tests/utility/__init__.py
    A src/grokcore/annotation/tests/utility/implementsmany.py
    A src/grokcore/annotation/tests/utility/implementsmany2.py
    A src/grokcore/annotation/tests/utility/implementsnone.py
    A src/grokcore/annotation/tests/utility/implementsnone2.py
    A src/grokcore/annotation/tests/utility/local_implementsmany.py
    A src/grokcore/annotation/tests/utility/local_implementsmany_fixture.py
    A src/grokcore/annotation/tests/utility/local_implementsnone.py
    A src/grokcore/annotation/tests/utility/local_implementsnone2.py
    A src/grokcore/annotation/tests/utility/local_implementsnone2_fixture.py
    A src/grokcore/annotation/tests/utility/local_implementsnone_fixture.py
    A src/grokcore/annotation/tests/utility/multiple_class.py
    A src/grokcore/annotation/tests/utility/multiple_class_fixture.py
    A src/grokcore/annotation/tests/utility/multiple_directive.py
    A src/grokcore/annotation/tests/utility/multiple_directive_fixture.py
    A src/grokcore/annotation/tests/utility/publicnoncontainer.py
    A src/grokcore/annotation/tests/utility/utility.py
    A src/grokcore/annotation/tests/viewlet/__init__.py
    A src/grokcore/annotation/tests/viewlet/viewlet_ambiguous_manager.py
    A src/grokcore/annotation/tests/viewlet/viewlet_references.py
    A src/grokcore/annotation/tests/viewlet/viewlet_render_and_template.py
    A src/grokcore/annotation/tests/viewlet/viewlet_render_and_template_templates/viewlet.pt
    A src/grokcore/annotation/tests/xmlrpc/__init__.py
    A src/grokcore/annotation/tests/xmlrpc/missing_permission.py
    A src/grokcore/annotation/tests/xmlrpc/missing_permission2.py
    A src/grokcore/annotation/tests/xmlrpc/missing_permission3.py
    A src/grokcore/annotation/tests/xmlrpc/multiple_require.py
    A src/grokcore/annotation/tests/xmlrpc/nocontext.py
    A src/grokcore/annotation/tests/xmlrpc/nomethods.py
    A src/grokcore/annotation/tests/zcml/__init__.py
    A src/grokcore/annotation/tests/zcml/directiveerror.py
    A src/grokcore/annotation/tests/zcml/directiveimporterror.py
    A src/grokcore/annotation/tests/zcml/directiveimporterror_fixture.py
    A src/grokcore/annotation/tests/zcml/directivemodule.py
    A src/grokcore/annotation/tests/zcml/directivepackage.py
    A src/grokcore/annotation/tests/zcml/stoneage/__init__.py
    A src/grokcore/annotation/tests/zcml/stoneage/cave.py
    A src/grokcore/annotation/tests/zcml/stoneage/hunt/__init__.py
    A src/grokcore/annotation/tests/zcml/stoneage/hunt/mammoth.py
    A src/grokcore/annotation/tests/zcml/stoneage/hunt/mammoth_templates/index.pt
    A src/grokcore/annotation/tests/zcml/stoneage/notpackage/dummy.py
    A src/grokcore/annotation/tests/zcml/stoneage/painting/__init__.py
    A src/grokcore/annotation/util.py

  Log Message:
  -----------
  Copy the Grok trunk to get sources for grokcore.annotation while keeping the history.


  Commit: b0a92ef070174315d593932c7fae30c4127b2faa
      https://github.com/zopefoundation/grokcore.annotation/commit/b0a92ef070174315d593932c7fae30c4127b2faa
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-16 (Tue, 16 Jun 2009)

  Changed paths:
    M setup.py
    M src/grokcore/annotation/__init__.py
    M src/grokcore/annotation/components.py
    M src/grokcore/annotation/configure.zcml
    R src/grokcore/annotation/directive.py
    R src/grokcore/annotation/ftests/__init__.py
    R src/grokcore/annotation/ftests/catalog/__init__.py
    R src/grokcore/annotation/ftests/catalog/addform.py
    R src/grokcore/annotation/ftests/catalog/catalog.py
    R src/grokcore/annotation/ftests/catalog/indexes.py
    R src/grokcore/annotation/ftests/catalog/indexes_app_interface.py
    R src/grokcore/annotation/ftests/catalog/indexes_attribute.py
    R src/grokcore/annotation/ftests/catalog/indexes_class.py
    R src/grokcore/annotation/ftests/catalog/indexes_multiple.py
    R src/grokcore/annotation/ftests/catalog/indexes_multiple_conflict.py
    R src/grokcore/annotation/ftests/catalog/indexes_name.py
    R src/grokcore/annotation/ftests/catalog/indexes_nonexistent.py
    R src/grokcore/annotation/ftests/catalog/indexes_set.py
    R src/grokcore/annotation/ftests/catalog/indexes_site.py
    R src/grokcore/annotation/ftests/catalog/setuporder.py
    R src/grokcore/annotation/ftests/form/__init__.py
    R src/grokcore/annotation/ftests/form/form.py
    R src/grokcore/annotation/ftests/json/__init__.py
    R src/grokcore/annotation/ftests/json/json.py
    R src/grokcore/annotation/ftests/rest/__init__.py
    R src/grokcore/annotation/ftests/rest/localgrants.py
    R src/grokcore/annotation/ftests/rest/rest.py
    R src/grokcore/annotation/ftests/rest/rest_traverse.py
    R src/grokcore/annotation/ftests/security/__init__.py
    R src/grokcore/annotation/ftests/security/grok_view.py
    R src/grokcore/annotation/ftests/security/handle_exception.py
    R src/grokcore/annotation/ftests/security/json.py
    R src/grokcore/annotation/ftests/security/preserve_permissions.py
    R src/grokcore/annotation/ftests/security/roles.py
    R src/grokcore/annotation/ftests/security/security_view.py
    R src/grokcore/annotation/ftests/security/static/textfile.txt
    R src/grokcore/annotation/ftests/site/__init__.py
    R src/grokcore/annotation/ftests/site/site.py
    R src/grokcore/annotation/ftests/test_grok_functional.py
    R src/grokcore/annotation/ftests/traversal/__init__.py
    R src/grokcore/annotation/ftests/traversal/containertraverse.py
    R src/grokcore/annotation/ftests/traversal/containertraverser.py
    R src/grokcore/annotation/ftests/traversal/items_before_views.py
    R src/grokcore/annotation/ftests/traversal/modeltraverse.py
    R src/grokcore/annotation/ftests/traversal/traversableattr.py
    R src/grokcore/annotation/ftests/traversal/traverser.py
    R src/grokcore/annotation/ftests/traversal/traverser_sets_parent.py
    R src/grokcore/annotation/ftests/url/__init__.py
    R src/grokcore/annotation/ftests/url/application.py
    R src/grokcore/annotation/ftests/utility/__init__.py
    R src/grokcore/annotation/ftests/utility/local.py
    R src/grokcore/annotation/ftests/utility/local_override.py
    R src/grokcore/annotation/ftests/utility/public.py
    R src/grokcore/annotation/ftests/utility/subclass.py
    R src/grokcore/annotation/ftests/viewlet/__init__.py
    R src/grokcore/annotation/ftests/viewlet/viewlet_security.py
    R src/grokcore/annotation/ftests/viewlet/viewlet_security_templates/caveview.pt
    R src/grokcore/annotation/ftests/xmlrpc/__init__.py
    R src/grokcore/annotation/ftests/xmlrpc/require.py
    R src/grokcore/annotation/ftests/xmlrpc/xmlrpc.py
    R src/grokcore/annotation/index.py
    M src/grokcore/annotation/interfaces.py
    M src/grokcore/annotation/meta.py
    M src/grokcore/annotation/meta.zcml
    R src/grokcore/annotation/publication.py
    R src/grokcore/annotation/rest.py
    M src/grokcore/annotation/testing.py
    R src/grokcore/annotation/tests/adapter/__init__.py
    R src/grokcore/annotation/tests/adapter/adapter.py
    R src/grokcore/annotation/tests/adapter/adapterdecorator.py
    R src/grokcore/annotation/tests/adapter/alphabetical.py
    R src/grokcore/annotation/tests/adapter/classcontext.py
    R src/grokcore/annotation/tests/adapter/classcontextimported.py
    R src/grokcore/annotation/tests/adapter/classcontextmultiple.py
    R src/grokcore/annotation/tests/adapter/classcontextmultiple_fixture.py
    R src/grokcore/annotation/tests/adapter/classorinterface.py
    R src/grokcore/annotation/tests/adapter/functionasargument_fixture.py
    R src/grokcore/annotation/tests/adapter/functioncontext.py
    R src/grokcore/annotation/tests/adapter/implementsmany.py
    R src/grokcore/annotation/tests/adapter/implementsnone.py
    R src/grokcore/annotation/tests/adapter/implementsnonemulti.py
    R src/grokcore/annotation/tests/adapter/importedmodel.py
    R src/grokcore/annotation/tests/adapter/importedmodel2.py
    R src/grokcore/annotation/tests/adapter/interface.py
    R src/grokcore/annotation/tests/adapter/interfacemodule.py
    R src/grokcore/annotation/tests/adapter/modulecontext.py
    R src/grokcore/annotation/tests/adapter/modulecontextimported.py
    R src/grokcore/annotation/tests/adapter/modulecontextmultiple.py
    R src/grokcore/annotation/tests/adapter/modulecontextmultiple_fixture.py
    R src/grokcore/annotation/tests/adapter/multiadapter.py
    R src/grokcore/annotation/tests/adapter/multiadaptsnone.py
    R src/grokcore/annotation/tests/adapter/multiple.py
    R src/grokcore/annotation/tests/adapter/namedadapter.py
    R src/grokcore/annotation/tests/adapter/noarguments_fixture.py
    R src/grokcore/annotation/tests/adapter/nomodel.py
    R src/grokcore/annotation/tests/adapter/oldstyleclass.py
    R src/grokcore/annotation/tests/adapter/order.py
    M src/grokcore/annotation/tests/annotation/annotation.py
    M src/grokcore/annotation/tests/annotation/implementsmany.py
    M src/grokcore/annotation/tests/annotation/implementsnone.py
    M src/grokcore/annotation/tests/annotation/name.py
    M src/grokcore/annotation/tests/annotation/provides.py
    R src/grokcore/annotation/tests/application/__init__.py
    R src/grokcore/annotation/tests/application/application.py
    R src/grokcore/annotation/tests/baseclass/__init__.py
    R src/grokcore/annotation/tests/baseclass/base.py
    R src/grokcore/annotation/tests/baseclass/basedirective.py
    R src/grokcore/annotation/tests/catalog/__init__.py
    R src/grokcore/annotation/tests/catalog/indexes_module.py
    R src/grokcore/annotation/tests/catalog/indexes_no_app.py
    R src/grokcore/annotation/tests/conflict/__init__.py
    R src/grokcore/annotation/tests/conflict/rest.py
    R src/grokcore/annotation/tests/container/__init__.py
    R src/grokcore/annotation/tests/container/container.py
    R src/grokcore/annotation/tests/container/container_model.py
    R src/grokcore/annotation/tests/container/orderedcontainer.py
    R src/grokcore/annotation/tests/container/orderedcontainerfiresevent.py
    R src/grokcore/annotation/tests/directive/__init__.py
    R src/grokcore/annotation/tests/directive/argumenterror.py
    R src/grokcore/annotation/tests/directive/argumenterror_fixture.py
    R src/grokcore/annotation/tests/directive/multipleasdict.py
    R src/grokcore/annotation/tests/directive/multipletimes.py
    R src/grokcore/annotation/tests/error/__init__.py
    R src/grokcore/annotation/tests/error/error.py
    R src/grokcore/annotation/tests/event/__init__.py
    R src/grokcore/annotation/tests/event/errorconditions.py
    R src/grokcore/annotation/tests/event/errorconditions_fixture.py
    R src/grokcore/annotation/tests/event/subscriber.py
    R src/grokcore/annotation/tests/grokker/__init__.py
    R src/grokcore/annotation/tests/grokker/continue_scanning.py
    R src/grokcore/annotation/tests/grokker/continue_scanning_fixture.py
    R src/grokcore/annotation/tests/grokker/grokcomponent.py
    R src/grokcore/annotation/tests/grokker/onlyonce.py
    R src/grokcore/annotation/tests/grokker/onlyonce_fixture/__init__.py
    R src/grokcore/annotation/tests/grokker/onlyonce_fixture/_meta.py
    R src/grokcore/annotation/tests/grokker/onlyonce_fixture/component.py
    R src/grokcore/annotation/tests/grokker/onlyonce_fixture/implementation.py
    R src/grokcore/annotation/tests/grokker/priority.py
    R src/grokcore/annotation/tests/grokker/priority_fixture.py
    R src/grokcore/annotation/tests/json/__init__.py
    R src/grokcore/annotation/tests/json/json_layers.py
    R src/grokcore/annotation/tests/json/missing_permission.py
    R src/grokcore/annotation/tests/json/missing_permission2.py
    R src/grokcore/annotation/tests/json/missing_permission3.py
    R src/grokcore/annotation/tests/json/multiple_require.py
    R src/grokcore/annotation/tests/json/nocontext.py
    R src/grokcore/annotation/tests/json/nomethods.py
    R src/grokcore/annotation/tests/json/view_lookup.py
    R src/grokcore/annotation/tests/security/__init__.py
    R src/grokcore/annotation/tests/security/missing_role_name.py
    M src/grokcore/annotation/tests/test_grok.py
    R src/grokcore/annotation/tests/testsetup/__init__.py
    R src/grokcore/annotation/tests/testsetup/cave/.hiddendir/hiddenfile.txt
    R src/grokcore/annotation/tests/testsetup/cave/__init__.py
    R src/grokcore/annotation/tests/testsetup/cave/file1.py
    R src/grokcore/annotation/tests/testsetup/cave/file1.rst
    R src/grokcore/annotation/tests/testsetup/cave/file1.txt
    R src/grokcore/annotation/tests/testsetup/cave/file2.TXT
    R src/grokcore/annotation/tests/testsetup/cave/ftesting.zcml
    R src/grokcore/annotation/tests/testsetup/cave/notatest1.foo
    R src/grokcore/annotation/tests/testsetup/cave/sample.zcml
    R src/grokcore/annotation/tests/testsetup/cave/samplesetup1.py
    R src/grokcore/annotation/tests/testsetup/cave/samplesetup2.py
    R src/grokcore/annotation/tests/testsetup/cave/samplesetup3.py
    R src/grokcore/annotation/tests/testsetup/cave/samplesetup4.py
    R src/grokcore/annotation/tests/testsetup/cave/subdir/subdirfile.txt
    R src/grokcore/annotation/tests/testsetup/cave_to_let/__init__.py
    R src/grokcore/annotation/tests/testsetup/cave_to_let/file1.txt
    R src/grokcore/annotation/tests/testsetup/testsetup.py
    R src/grokcore/annotation/tests/utility/__init__.py
    R src/grokcore/annotation/tests/utility/implementsmany.py
    R src/grokcore/annotation/tests/utility/implementsmany2.py
    R src/grokcore/annotation/tests/utility/implementsnone.py
    R src/grokcore/annotation/tests/utility/implementsnone2.py
    R src/grokcore/annotation/tests/utility/local_implementsmany.py
    R src/grokcore/annotation/tests/utility/local_implementsmany_fixture.py
    R src/grokcore/annotation/tests/utility/local_implementsnone.py
    R src/grokcore/annotation/tests/utility/local_implementsnone2.py
    R src/grokcore/annotation/tests/utility/local_implementsnone2_fixture.py
    R src/grokcore/annotation/tests/utility/local_implementsnone_fixture.py
    R src/grokcore/annotation/tests/utility/multiple_class.py
    R src/grokcore/annotation/tests/utility/multiple_class_fixture.py
    R src/grokcore/annotation/tests/utility/multiple_directive.py
    R src/grokcore/annotation/tests/utility/multiple_directive_fixture.py
    R src/grokcore/annotation/tests/utility/publicnoncontainer.py
    R src/grokcore/annotation/tests/utility/utility.py
    R src/grokcore/annotation/tests/viewlet/__init__.py
    R src/grokcore/annotation/tests/viewlet/viewlet_ambiguous_manager.py
    R src/grokcore/annotation/tests/viewlet/viewlet_references.py
    R src/grokcore/annotation/tests/viewlet/viewlet_render_and_template.py
    R src/grokcore/annotation/tests/viewlet/viewlet_render_and_template_templates/viewlet.pt
    R src/grokcore/annotation/tests/xmlrpc/__init__.py
    R src/grokcore/annotation/tests/xmlrpc/missing_permission.py
    R src/grokcore/annotation/tests/xmlrpc/missing_permission2.py
    R src/grokcore/annotation/tests/xmlrpc/missing_permission3.py
    R src/grokcore/annotation/tests/xmlrpc/multiple_require.py
    R src/grokcore/annotation/tests/xmlrpc/nocontext.py
    R src/grokcore/annotation/tests/xmlrpc/nomethods.py
    R src/grokcore/annotation/tests/zcml/__init__.py
    R src/grokcore/annotation/tests/zcml/directiveerror.py
    R src/grokcore/annotation/tests/zcml/directiveimporterror.py
    R src/grokcore/annotation/tests/zcml/directiveimporterror_fixture.py
    R src/grokcore/annotation/tests/zcml/directivemodule.py
    R src/grokcore/annotation/tests/zcml/directivepackage.py
    R src/grokcore/annotation/tests/zcml/stoneage/__init__.py
    R src/grokcore/annotation/tests/zcml/stoneage/cave.py
    R src/grokcore/annotation/tests/zcml/stoneage/hunt/__init__.py
    R src/grokcore/annotation/tests/zcml/stoneage/hunt/mammoth.py
    R src/grokcore/annotation/tests/zcml/stoneage/hunt/mammoth_templates/index.pt
    R src/grokcore/annotation/tests/zcml/stoneage/notpackage/dummy.py
    R src/grokcore/annotation/tests/zcml/stoneage/painting/__init__.py

  Log Message:
  -----------
  Remove non-annotation related code and tests.


  Commit: f33366436e54ba262d1265e16eb6394b615619b9
      https://github.com/zopefoundation/grokcore.annotation/commit/f33366436e54ba262d1265e16eb6394b615619b9
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-16 (Tue, 16 Jun 2009)

  Changed paths:
    M setup.py
    M src/grokcore/annotation/__init__.py
    M src/grokcore/annotation/components.py
    R src/grokcore/annotation/ftesting.zcml
    M src/grokcore/annotation/testing.py
    M src/grokcore/annotation/tests/annotation/implementsmany.py
    M src/grokcore/annotation/tests/annotation/implementsnone.py
    M src/grokcore/annotation/tests/annotation/name.py
    M src/grokcore/annotation/tests/annotation/provides.py
    R src/grokcore/annotation/util.py

  Log Message:
  -----------
  Fix tests and dependency information.


  Commit: 9dcd5f950daf7406117e397f535e01b9e72bb31f
      https://github.com/zopefoundation/grokcore.annotation/commit/9dcd5f950daf7406117e397f535e01b9e72bb31f
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-16 (Tue, 16 Jun 2009)

  Changed paths:
    M src/grokcore/annotation/configure.zcml

  Log Message:
  -----------
  There is no configure.zcml in grokcore.component.


  Commit: d1ab1ad80a0301a78fd80969a702565c2d448395
      https://github.com/zopefoundation/grokcore.annotation/commit/d1ab1ad80a0301a78fd80969a702565c2d448395
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-16 (Tue, 16 Jun 2009)

  Changed paths:
    R src/grokcore/annotation/tests/traversal/__init__.py

  Log Message:
  -----------
  Delete old empty test directory.


  Commit: bd02604326121e53cd43268f1811004d60571e95
      https://github.com/zopefoundation/grokcore.annotation/commit/bd02604326121e53cd43268f1811004d60571e95
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-18 (Thu, 18 Jun 2009)

  Changed paths:
    M README.txt

  Log Message:
  -----------
  Write a cool README.txt.


  Commit: 4185b11135303dbdc0bb079ff0cbe6c237197ca1
      https://github.com/zopefoundation/grokcore.annotation/commit/4185b11135303dbdc0bb079ff0cbe6c237197ca1
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-29 (Mon, 29 Jun 2009)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Set release date.


  Commit: 2646d1a2f93d07f2059e5a643f6044e606d772d6
      https://github.com/zopefoundation/grokcore.annotation/commit/2646d1a2f93d07f2059e5a643f6044e606d772d6
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-29 (Mon, 29 Jun 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Dev continue.


  Commit: 31a43c7e936ed54e4d802e4c34c4cbef1eaa801e
      https://github.com/zopefoundation/grokcore.annotation/commit/31a43c7e936ed54e4d802e4c34c4cbef1eaa801e
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-30 (Tue, 30 Jun 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Prepare release 1.0.1.


  Commit: 4449ede0cdfec6d16f1492835dccdf9e70e6479f
      https://github.com/zopefoundation/grokcore.annotation/commit/4449ede0cdfec6d16f1492835dccdf9e70e6479f
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-06-30 (Tue, 30 Jun 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Dev continue.


  Commit: 0b65dffe032a3a7ab77f97bef40398ad96f7672a
      https://github.com/zopefoundation/grokcore.annotation/commit/0b65dffe032a3a7ab77f97bef40398ad96f7672a
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-07-02 (Thu, 02 Jul 2009)

  Changed paths:
    M CHANGES.txt
    M src/grokcore/annotation/components.py
    M src/grokcore/annotation/meta.py

  Log Message:
  -----------
  Make the annotation aware of its context.


  Commit: c68dc8364b4657aa87df3a6639ec85bf4c8f46d4
      https://github.com/zopefoundation/grokcore.annotation/commit/c68dc8364b4657aa87df3a6639ec85bf4c8f46d4
  Author: Kevin Gill <kevin at movieextras.ie>
  Date:   2009-07-11 (Sat, 11 Jul 2009)

  Changed paths:
    M CHANGES.txt
    M versions.cfg

  Log Message:
  -----------
  Brought the buildout versions.cfg inline with the grok 1.0 release candidate versions.


  Commit: a4798aa6d77985f4f242f25c8f98dc88e8e5182c
      https://github.com/zopefoundation/grokcore.annotation/commit/a4798aa6d77985f4f242f25c8f98dc88e8e5182c
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2009-08-08 (Sat, 08 Aug 2009)

  Changed paths:
    M versions.cfg

  Log Message:
  -----------
  Merge latest changes from grok versions.cfg.


  Commit: 8db2cea8808e88caf6345eda89c839c33decd67d
      https://github.com/zopefoundation/grokcore.annotation/commit/8db2cea8808e88caf6345eda89c839c33decd67d
  Author: Reinout van Rees <reinout at vanrees.org>
  Date:   2009-08-19 (Wed, 19 Aug 2009)

  Changed paths:
    M versions.cfg

  Log Message:
  -----------
  Copied grok trunk's versions.cfg (upgraded grokcore.formlib/view/viewlet versions)


  Commit: 07598d9bcaa859d63c0e66cc20a9374ccff12bcd
      https://github.com/zopefoundation/grokcore.annotation/commit/07598d9bcaa859d63c0e66cc20a9374ccff12bcd
  Author: Reinout van Rees <reinout at vanrees.org>
  Date:   2009-08-19 (Wed, 19 Aug 2009)

  Changed paths:
    M versions.cfg

  Log Message:
  -----------
  Added comment at top of versions.cfg


  Commit: 7d2197787d31a043fc1e16aa5727a902003ffae3
      https://github.com/zopefoundation/grokcore.annotation/commit/7d2197787d31a043fc1e16aa5727a902003ffae3
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-09-18 (Fri, 18 Sep 2009)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M src/grokcore/annotation/interfaces.py
    M src/grokcore/annotation/tests/annotation/annotation.py
    M src/grokcore/annotation/tests/annotation/name.py
    R versions.cfg

  Log Message:
  -----------
  Use grok 1.0b2 as version list in buildout.
Add test on annotation containement.
Redefine the IGrokcoreAnnotationAPI.


  Commit: 8d031019398fa7196282cbcc4d6c4614996c55d1
      https://github.com/zopefoundation/grokcore.annotation/commit/8d031019398fa7196282cbcc4d6c4614996c55d1
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-09-18 (Fri, 18 Sep 2009)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Set release date.


  Commit: d97844cef9069e9229cc2cf0f2deaedc618eea21
      https://github.com/zopefoundation/grokcore.annotation/commit/d97844cef9069e9229cc2cf0f2deaedc618eea21
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-09-18 (Fri, 18 Sep 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version.


  Commit: d8852c3e0805c8117bae6ac10d0ac8740f9b3a9a
      https://github.com/zopefoundation/grokcore.annotation/commit/d8852c3e0805c8117bae6ac10d0ac8740f9b3a9a
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2009-09-18 (Fri, 18 Sep 2009)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Use 1.0b2 version.cfg.


  Commit: 747f23cbbd201df424e51aea539c6d92ec868e18
      https://github.com/zopefoundation/grokcore.annotation/commit/747f23cbbd201df424e51aea539c6d92ec868e18
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-12-01 (Tue, 01 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/grokcore/annotation/components.py

  Log Message:
  -----------
  use zope.container instead of zope.app.container


  Commit: e2edff7a7209733d75237837a634b2501fde5110
      https://github.com/zopefoundation/grokcore.annotation/commit/e2edff7a7209733d75237837a634b2501fde5110
  Author: Reinout van Rees <reinout at vanrees.org>
  Date:   2009-12-08 (Tue, 08 Dec 2009)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  format/sort to prepare for dependencychecker-related comments


  Commit: a73798b9fc6ff78aec977838afcf2d8af37d8003
      https://github.com/zopefoundation/grokcore.annotation/commit/a73798b9fc6ff78aec977838afcf2d8af37d8003
  Author: Reinout van Rees <reinout at vanrees.org>
  Date:   2009-12-08 (Tue, 08 Dec 2009)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Added notice about moving some dependencies to test extras


  Commit: 9327a880f35734613bf7d9026eb1d7c53dbfcbbc
      https://github.com/zopefoundation/grokcore.annotation/commit/9327a880f35734613bf7d9026eb1d7c53dbfcbbc
  Author: Reinout van Rees <reinout at vanrees.org>
  Date:   2009-12-09 (Wed, 09 Dec 2009)

  Changed paths:
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  Added test dependencies


  Commit: dc5bbc9be7517242e413325ea000c0f82a4775eb
      https://github.com/zopefoundation/grokcore.annotation/commit/dc5bbc9be7517242e413325ea000c0f82a4775eb
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-12-13 (Sun, 13 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.2


  Commit: 1c59859f2192b4a617fed27784e6a9e1f0ebffb1
      https://github.com/zopefoundation/grokcore.annotation/commit/1c59859f2192b4a617fed27784e6a9e1f0ebffb1
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-12-13 (Sun, 13 Dec 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.3


  Commit: 7fb22b05b8ecd78a67fca1a84ae8cc6fc0bfcfbd
      https://github.com/zopefoundation/grokcore.annotation/commit/7fb22b05b8ecd78a67fca1a84ae8cc6fc0bfcfbd
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2010-01-20 (Wed, 20 Jan 2010)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Use grok.cfg version file.


  Commit: c60ce9dfd826810fa0e329e09fe3822266a41a8f
      https://github.com/zopefoundation/grokcore.annotation/commit/c60ce9dfd826810fa0e329e09fe3822266a41a8f
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2010-01-20 (Wed, 20 Jan 2010)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Use new grok.cfg location


  Commit: f8188453b4252ca1eac7a768e4ff1fb364c88c9c
      https://github.com/zopefoundation/grokcore.annotation/commit/f8188453b4252ca1eac7a768e4ff1fb364c88c9c
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2010-05-08 (Sat, 08 May 2010)

  Changed paths:
    M COPYRIGHT.txt
    M LICENSE.txt
    M src/grokcore/annotation/__init__.py
    M src/grokcore/annotation/components.py
    M src/grokcore/annotation/interfaces.py
    M src/grokcore/annotation/meta.py
    M src/grokcore/annotation/testing.py

  Log Message:
  -----------
  Comply to repository policy.


  Commit: 5c57b23986b64a4a05e2f9f4fb977833e0c45575
      https://github.com/zopefoundation/grokcore.annotation/commit/5c57b23986b64a4a05e2f9f4fb977833e0c45575
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2010-05-08 (Sat, 08 May 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Update history.


  Commit: ba9d6a640d2d7e61d62770df0f34edfe544f4fb2
      https://github.com/zopefoundation/grokcore.annotation/commit/ba9d6a640d2d7e61d62770df0f34edfe544f4fb2
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2010-10-06 (Wed, 06 Oct 2010)

  Changed paths:
    A bootstrap.py

  Log Message:
  -----------
  inlined the zc.buildout 1.5.1 bootstrap.py


  Commit: d15d1fe6da1e2a1eb35bed430611102e41e2c7fe
      https://github.com/zopefoundation/grokcore.annotation/commit/d15d1fe6da1e2a1eb35bed430611102e41e2c7fe
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2010-12-22 (Wed, 22 Dec 2010)

  Changed paths:
    M src/grokcore/annotation/components.py

  Log Message:
  -----------
  Extends docstring that will be rendered into grok reference docs.


  Commit: 81a4ed5a65bee20d06e5db7c6b40d7be3250f39a
      https://github.com/zopefoundation/grokcore.annotation/commit/81a4ed5a65bee20d06e5db7c6b40d7be3250f39a
  Author: Christian Klinger <cklinger at novareto.de>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M src/grokcore/annotation/meta.py

  Log Message:
  -----------
  using functions for looking up and choosing local-site-manager when registring components


  Commit: d6d7dadb3bb34c66bfc3858b0ed5732ec94e53f8
      https://github.com/zopefoundation/grokcore.annotation/commit/d6d7dadb3bb34c66bfc3858b0ed5732ec94e53f8
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M src/grokcore/annotation/meta.py

  Log Message:
  -----------
  use the correct provideAdapter


  Commit: 550c1743c65b668cae9babfa33d62826ac27221d
      https://github.com/zopefoundation/grokcore.annotation/commit/550c1743c65b668cae9babfa33d62826ac27221d
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2012-05-01 (Tue, 01 May 2012)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  update changelog


  Commit: 21e3b5e3c137ac7cefcb6a79c6c29863eaea446e
      https://github.com/zopefoundation/grokcore.annotation/commit/21e3b5e3c137ac7cefcb6a79c6c29863eaea446e
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2012-05-01 (Tue, 01 May 2012)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  minimal grokcore.component version


  Commit: 2eb664f3df923f438fe45f30b2d6c1cdb073fcb1
      https://github.com/zopefoundation/grokcore.annotation/commit/2eb664f3df923f438fe45f30b2d6c1cdb073fcb1
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2012-05-01 (Tue, 01 May 2012)

  Changed paths:
    M src/grokcore/annotation/meta.py

  Log Message:
  -----------
  use grokcore.component api


  Commit: 1bc1e8593509f0b6ba4a847c211635ad9e75ef45
      https://github.com/zopefoundation/grokcore.annotation/commit/1bc1e8593509f0b6ba4a847c211635ad9e75ef45
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2012-05-01 (Tue, 01 May 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.3


  Commit: e8a71bb652051b7d3239b7c79bc66071ab33a156
      https://github.com/zopefoundation/grokcore.annotation/commit/e8a71bb652051b7d3239b7c79bc66071ab33a156
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2012-05-01 (Tue, 01 May 2012)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.4


Compare: https://github.com/zopefoundation/grokcore.annotation/compare/b8114c3a8889^...e8a71bb65205


More information about the checkins mailing list