- 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 11 commits
-
-
Fred Drake authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Tres Seaver authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Tres Seaver authored
-
Fred Drake authored
Python 2.3.3 doesn't need to import the types module here anymore
-
Tres Seaver authored
-
- 24 Jan, 2004 1 commit
-
-
Andreas Jung authored
-
- 21 Jan, 2004 1 commit
-
-
Brian Lloyd authored
-