- 10 Jan, 2003 8 commits
-
-
Fred Drake authored
-
Fred Drake authored
Needs more work, but can deal with at least logging to files and STDERR. Log rotation has been tested.
-
Fred Drake authored
- add a way to control how logging is re-initialized
-
Fred Drake authored
-
Guido van Rossum authored
these were still used by the test suite. :-(
-
Fred Drake authored
-
Fred Drake authored
import to load the database and storage types.
-
Fred Drake authored
- re-organize for easier reading
-
- 09 Jan, 2003 23 commits
-
-
Jeremy Hylton authored
Placeholder for more tests.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
XXX Maybe this belongs in BaseStorage.
-
Jeremy Hylton authored
XXX Why isn't this already there?
-
Jeremy Hylton authored
zLog message just before server calls bind().
-
Fred Drake authored
-
Guido van Rossum authored
-
Jeremy Hylton authored
Also, remove unused reuse_addr arg to ZEO.zrpc.server. The server was always calling set_reuse_addr(). No tests yet, that's the next step. Simple functional tests work.
-
Guido van Rossum authored
processing).
-
Guido van Rossum authored
- Now that ZEO/schema.xml is installed, use ZEO.__file__ to find it.
-
Guido van Rossum authored
schema.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jeremy Hylton authored
end.
-
Fred Drake authored
from ZConfig.
-
Fred Drake authored
- docstrings
-
Fred Drake authored
- add comment that we need logging support from the schema still - revert to using a relative URL for the import, since we're not quite using the schema components yet
-
Jeremy Hylton authored
storage. This provides a minimal test of the server close functionality.
-
Jeremy Hylton authored
Close the trigger when the server exits.
-
Fred Drake authored
Added new test to make sure this works, and ensure it does not get broken later.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
intent being to make this easier to explain. - <sectiongroup type="foo"/> becomes <abstracttype name="foo"/> - <sectiontype type="foo"/> becomes <sectiontype name="foo"/> - <sectiontype ... group="foo"/> becomes <sectiontype ... implements="foo"/> - several internal names get changed to use names consistent with the new terminology
-
- 08 Jan, 2003 1 commit
-
-
Guido van Rossum authored
(Recreating this diff after outdating the wrong revision.) :-(
-
- 07 Jan, 2003 8 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
AF_UNIX addresses can be parsed even on Windows. This requires code that uses the socket-address values to change.
-
Guido van Rossum authored
-
Guido van Rossum authored
variables. Updated docstrings/comments.
-
Barry Warsaw authored
-
Barry Warsaw authored
(i.e. via ctrl-C) before it has a chance to make the killer connect, these zeoserver processes will eventually go away (and clean up their temp files).
-
Jeremy Hylton authored
-