- 15 Dec, 2009 5 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 19 Nov, 2009 1 commit
-
-
Thomas Lotze authored
-
- 18 Oct, 2009 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 11 Sep, 2009 1 commit
-
-
Martijn Faassen authored
-
- 27 Aug, 2009 2 commits
-
-
Dan Korostelev authored
-
Dan Korostelev authored
-
- 24 Aug, 2009 1 commit
-
-
Dan Korostelev authored
Move IXMLRPCPublisher ZCML registrations for containers from zope.app.publisher to zope.container for now.
-
- 17 May, 2009 4 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
to ``zope.location.interfaces``. A b/w compat import still exists to keep old code running. Depend on ``zope.location``>=3.5.4.
-
Chris McDonough authored
- Rid ourselves of ``IObjectMovedEvent``, ``IObjectAddedEvent``, ``IObjectRemovedEvent`` interfaces and ``ObjectMovedEvent``, ``ObjectAddedEvent`` and ``ObjectRemovedEvent`` classes. All of these were moved to ``zope.lifecycleevent``. Depend on ``zope.lifecycleevent``>=3.5.2.
-
- 15 May, 2009 3 commits
-
-
Paul Carduner authored
-
Chris McDonough authored
condition on the qsubscriber ZCML directive that registers the CheckDependency handler for IObjectRemovedEvent. If ``zope.app.dependable`` is not installed, this subscriber will never be registered. ``zope.app.dependable`` is now a testing dependency only.
-
Chris McDonough authored
zope.traversing.api.getPath in favor of using ILocationInfo(object).getPath(). The rest of the runtime dependencies on zope.traversing are currently interface dependencies.
-
- 03 Apr, 2009 7 commits
-
-
Christian Zagrodnick authored
-
Christian Zagrodnick authored
-
Michael Howitz authored
-
Michael Howitz authored
-
Michael Howitz authored
-
Michael Howitz authored
- added coverage analysis
-
Baiju Muthukadan authored
Fixes: https://bugs.launchpad.net/bugs/348329 (Thanks to Gary Poster for the idea, see r98787)
-
- 24 Mar, 2009 1 commit
-
-
Christian Zagrodnick authored
``IOrdered`` interface and let ``IOrderedContainer`` inherit it. This allows easier reuse of the declaration.
-
- 12 Mar, 2009 1 commit
-
-
Dan Korostelev authored
-
- 11 Mar, 2009 1 commit
-
-
Baiju Muthukadan authored
As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref: http://mail.zope.org/pipermail/zope-dev/2009-March/035277.html
-
- 09 Mar, 2009 2 commits
-
-
Wolfgang Schnerring authored
-
Roger Ineichen authored
-
- 08 Mar, 2009 1 commit
-
-
Dan Korostelev authored
-
- 05 Mar, 2009 1 commit
-
-
Dan Korostelev authored
-
- 05 Feb, 2009 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
on ``zope.exceptions``: o ``zope.exceptions.DuplicationError`` -> ``KeyError`` o ``zope.exceptions.UserError`` -> ``ValueError``
-
Tres Seaver authored
-
- 04 Feb, 2009 4 commits
-
-
Tres Seaver authored
o That package has no dependencies beyond ``zope.interface``. Made ``test`` part pull in the extra test requirements of this package. Split the ``z3c.recipe.compattest`` configuration out into a new file, o New file, ``compat.cfg``, allows doing the full compatibility testing without adding the extra dependencies while doing standard unit tests. Stripped out bogus develop eggs from ``buildout.cfg``.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-