- 30 Apr, 2010 4 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 24 Apr, 2010 2 commits
-
-
Christophe Combelles authored
-
Christophe Combelles authored
- checkName now checks the type first in checkName - Convert most namechooser doctests into unittests - Added more test cases
-
- 09 Jan, 2010 1 commit
-
-
Hanno Schlichting authored
Add compatibility with ZODB3 3.10 by importing the IBroken interface from it directly. Once we can rely on the new ZODB3 version exclusively, we can remove the dependency onto the zope.broken distribution.
-
- 31 Dec, 2009 3 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Copy two trivial classes from zope.cachedescriptors into this package, which allows us to remove that dependency. We didn't actually use any caching properties as the dependency suggested.
-
- 29 Dec, 2009 3 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 21 Dec, 2009 1 commit
-
-
Marius Gedminas authored
This fixes compatibility problems with zope.testing 3.8.4.
-
- 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)
-