- 02 Mar, 2004 1 commit
-
-
Jeremy Hylton authored
-
- 28 Feb, 2004 1 commit
-
-
Chris McDonough authored
-
- 27 Feb, 2004 4 commits
-
-
Stefan H. Holek authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Removing the import and call allows the tests to pass. This code is a complete mystery. It wasn't failing when I ran the tests yesterday. But if I do a checkout -D "yesterday," it fails with an error on the Zope.startup() call. It looks like that code should have always failed. No idea how it ever worked.
-
Martijn Faassen authored
-
- 26 Feb, 2004 1 commit
-
-
Tim Peters authored
that these tests can fail for bogus reasons. Jeremy saw them failing today, and it took a while to figure out that this had nothing to do with the ZODB changes he was making.
-
- 25 Feb, 2004 2 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
We'd like to deprecate explanation manipulation of a Persistent object's _p_jar attribute. Also use less obscure _p_deactivate() call. Revise comments and add assertions that object is stored and ghosted.
-
- 24 Feb, 2004 1 commit
-
-
Chris McDonough authored
you to use scripts which require arguments under zopectl run. If you do "zopectl run scriptname.py arg1 arg2", the value of sys.argv within the script will consist of ['scriptname.py', 'arg1', 'arg2'].
-
- 21 Feb, 2004 6 commits
-
-
Tim Peters authored
test_monitor_factory_with_emergency_user: Two more that failed on Windows, and still do, but later now.
-
Tim Peters authored
and still fail, but later now.
-
Tim Peters authored
but fails later now.
-
Tim Peters authored
way it failed on Windows, only to uncover another way it fails on Windows.
-
Tim Peters authored
self.assertEqual(factory.host, '') test to something else failing in self.check_prepare(factory) The failure now is check_prepare's self.assertEqual(factory.host, "127.0.0.1") factory.host is actually 'localhost' on Windows, but I don't understand this test so am stopping now (and it still fails on Windows).
-
Tim Peters authored
-
- 19 Feb, 2004 3 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Add support for persistent weak references. The implementation is in pure Python right now; coptimizations.c was disabled. We need to restore the C code before going to beta. The persistent reference format has evolved a little, but the code on the branch doesn't document it. The ref is usually a an oid-class pair, where the class is an actual class object. It can also be a list, for weak references, or a bare oid. Add support for data managers written against the ZODB4 transaction API. The transaction implementation provides an adapter between the two interfaces. There's a substantial doctest test suite for this feature. Add add() method to Connection to explicitly add an object and get it an assigned _p_oid. It's possible to add an unconnected object; this isn't recommended, because it will be lost at pack time.
-
- 18 Feb, 2004 5 commits
-
-
Jim Fulton authored
-
Jeremy Hylton authored
-
Jim Fulton authored
The storage was added to these repositories hoping that that would encourage people to test it. The storage is not (yet) usable in production due to Berkeley DB log handling problems. The storage is a constant source of irritation due to errors in implicit algorithms to decide whether to build BDB extensions when building Python and due to implicit algorithms used to decide whether the BDB extension was suitable for use by the storage when running tests. The BDB storage tests are also rather time consuming. The final straw was the recent ZODB change that caused many BDB storage tests to fail. :(
-
Jim Fulton authored
imPermissionRole to be consistent with Python code.
-
Jim Fulton authored
string roles only of the values were different. This was a needless optimization. Then we preceeded to reset the roles value even though it wasn't used again.
-
- 06 Feb, 2004 1 commit
-
-
Gary Poster authored
-
- 03 Feb, 2004 2 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
When Implementation.py set the default policy, it set the _implementation_set flag, preventing further changes. Also, Zope.Startup.run.configure() was not applying the security options.
-
- 30 Jan, 2004 5 commits
-
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
-
- 29 Jan, 2004 5 commits
-
-
Brian Lloyd authored
-
Shane Hathaway authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
- 27 Jan, 2004 3 commits
-
-
Fred Drake authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-