- 26 Apr, 2004 3 commits
-
-
Andreas Jung authored
-
Fred Drake authored
avoiding the weird handler calls makes the initialization easier to understand (and therefore maintain)
-
Chris McDonough authored
-
- 25 Apr, 2004 1 commit
-
-
Fred Drake authored
-
- 23 Apr, 2004 6 commits
-
-
Fred Drake authored
debug handlers installed much earlier (before we have any configuration info) so that very early log messages are not lost. The debug handler is removed as soon as we know whether debug mode is disabled, and the startup messages are flushed to the real log as soon as we have it. The Zope.Startup.ZopeStarter object makes more sense now as well.
-
Casey Duncan authored
-
Casey Duncan authored
-
Fred Drake authored
-
Casey Duncan authored
-
Tres Seaver authored
- Remove fossil tests.
-
- 22 Apr, 2004 11 commits
-
-
Fred Drake authored
-
Fred Drake authored
these must be controllable separately
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
(the tests themselves still aren't being run; we need decent save/restore behavior from the logging package to do this properly)
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
- 20 Apr, 2004 4 commits
-
-
Fred Drake authored
later
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 19 Apr, 2004 3 commits
-
-
Chris McDonough authored
-
Chris Withers authored
-
Chris Withers authored
See http://zope.org/Collectors/Zope/1289.
-
- 16 Apr, 2004 1 commit
-
-
Fred Drake authored
-
- 15 Apr, 2004 3 commits
-
-
Jeremy Hylton authored
Avoid the monkey patch by creating a subclass of Connection and installing it as the klass attribute of ZODB's DB class. I think this works correctly in conjunction with Zope configuration (the tests pass) -- but I'm not qualified to say for sure. Rework the logic of MountConnection as part of the restructuring. The _root_connection attribute always points to the root, never to None; so the root object points to itself. This change necessitated a chance in DBTab.ClassFactories. Add some comments there to explain what's going on. XXX The close() method on MountConnection is re-implementing two methods in modules. If those implementations change, it would need to change, too. We ought to find a better way to integrate it. XXX Perhaps the mounted connection stuff should be folded into ZODB proper.
-
Fred Drake authored
-
Andreas Jung authored
-
- 14 Apr, 2004 4 commits
-
-
Fred Drake authored
just like it does not exist
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 13 Apr, 2004 4 commits
-
-
Fred Drake authored
the signal handler installation is abstracted in the same way
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-