- 20 Feb, 2013 3 commits
-
-
Stephan Richter authored
-
Stephan Richter authored
because porting zope.publisher is not done, but with buildout I am able to run against the branch. Same for ZODB.
-
Stephan Richter authored
IContainer interface does not need to be re-implemented. Added a ``data`` attribute for BBB.
-
- 18 Feb, 2013 1 commit
-
-
Albertas Agejevas authored
zope.container code just needs the IBroken interface from ZODB, plus some tests use DemoStorage and transactions. Moved the tests into a separate suite that is included conditionally, hedged out the IBroken interface. Now the only two dependencies that don't support Py3 are zope.publisher and zope.traversing.
-
- 15 Feb, 2013 7 commits
-
-
Albertas Agejevas authored
-
Albertas Agejevas authored
-
Albertas Agejevas authored
-
Albertas Agejevas authored
This was needed since a change introduced in zope.proxy in 2006, but the local copy of _zope_proxy_proxy.c was even more ancient.
-
Albertas Agejevas authored
Hashes of the files' commits in the persistent repo are as follows: - cPersistence.h: 8699c7fc - ring.h: 5364296a - _compat.h: 3769ede0
-
Albertas Agejevas authored
-
Albertas Agejevas authored
This one comes from zope.proxy commit 2938c335, version 4.1.2dev.
-
- 14 Feb, 2013 3 commits
-
-
Albertas Agejevas authored
-
Albertas Agejevas authored
-
Albertas Agejevas authored
More information in the enclosed README.txt file.
-
- 24 Oct, 2012 1 commit
-
-
Marius Gedminas authored
(LP#1070719).
-
- 18 Jun, 2012 1 commit
-
-
Tres Seaver authored
-
- 17 May, 2012 1 commit
-
-
Tres Seaver authored
Replace deprecated 'zope.component.adapts' usage with equivalent 'zope.component.adapter' decorator. Replace deprecated 'zope.interface.implements' usage with equivalent 'zope.interface.implementer' decorator.
-
- 21 Sep, 2011 1 commit
-
-
Patrick Gerken authored
-
- 07 Mar, 2011 1 commit
-
-
Marius Gedminas authored
I tried to adjust the doctest to ensure the traceback is not lost, but as soon as I start it with a '...' (because I don't care about oldest frames), the doctest comparator ignores everything about the traceback.
-
- 20 Jan, 2011 1 commit
-
-
Marius Gedminas authored
Fixes https://bugs.launchpad.net/zope.container/+bug/705600.
-
- 14 Dec, 2010 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 19 Sep, 2010 2 commits
-
-
Thomas Lotze authored
-
Thomas Lotze authored
-
- 16 Jun, 2010 1 commit
-
-
Christian Theune authored
-
- 03 Jun, 2010 1 commit
-
-
Tres Seaver authored
-
- 05 May, 2010 1 commit
-
-
Tres Seaver authored
-
- 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
-