- 22 Nov, 2002 1 commit
-
-
Guido van Rossum authored
records (requiring occasional seeks).
-
- 21 Nov, 2002 6 commits
-
-
Fred Drake authored
severity level. This allows the common names to be used for severities, not just integers. This can make configuration data less obscure. - Refactor initialize(): get_environment_info() pulls information from the environment variables, and this gets passed to initialize_log(), which does nothing to determine the source of the configuration data. - New method initialize_with_config(): Load information not provided by the environment from a ZConfig section. This allows the environment to override a config file, and avoids having the application deal with the specific information needed to configure logging.
-
Guido van Rossum authored
-
Guido van Rossum authored
port) tuple.
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
rilog()) into methods, so the log message can include the storage name. - Change the trace filename to include a hyphen and the storage name. This addresses ZODB SF bug 641925.
-
- 20 Nov, 2002 2 commits
-
-
Guido van Rossum authored
ConnectThread from hanging the application on exit.
-
Guido van Rossum authored
Add -S to usage message.
-
- 19 Nov, 2002 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Rephrase error message about address in use.
-
Guido van Rossum authored
zdaemon/zdaemon.py. Also get rid of the sys.path manipulation; it doesn't work (since the C extensions are not there).
-
Guido van Rossum authored
-
Guido van Rossum authored
You can now do this with the -u USER zdaemon/zdaemon.py.
-
Tim Peters authored
that don't use it -- gcc complains if you do.
-
Guido van Rossum authored
-
Guido van Rossum authored
seems to work.
-
- 18 Nov, 2002 8 commits
-
-
Jeremy Hylton authored
XXX Not sure if berkeley still works.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Put a MinPO in the root, so that we don't actually modify the root. Print the elapsed time for zeoup to run.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Indentation of the 2nd line is a lose, because the 2nd line can be long. Instead put a blank line after a record.
-
Jeremy Hylton authored
Add fstools module with simple utilities for jumping around in a Data.fs.
-
Jeremy Hylton authored
-
- 15 Nov, 2002 3 commits
-
-
Barry Warsaw authored
storage and creates a new one. We need this here so Berkeley storage tests can do something different.
-
Barry Warsaw authored
zodb3-release branch.
-
Barry Warsaw authored
ZODB3-restore-debug branch, and genericized, which checks for proper backpointers when recovering undos w/ commit and abort versions.
-
- 13 Nov, 2002 4 commits
-
-
Jeremy Hylton authored
-
Guido van Rossum authored
-
Toby Dickenson authored
-
Toby Dickenson authored
Merged toby-extension-method-branch - ZEO now asks its storages if there are extra methods that should be proxied by the ClientStorage. This is useful for storages which have features not covered by the standard storage API
-
- 12 Nov, 2002 2 commits
-
-
Barry Warsaw authored
-
Guido van Rossum authored
socket errors from the recv() call and return early in that case.
-
- 07 Nov, 2002 5 commits
-
-
Fred Drake authored
-
Fred Drake authored
sure to state the "container" attribute is optional.
-
Fred Drake authored
-
Fred Drake authored
considered "complete".
-
Fred Drake authored
pointed out, interpolation is a bad name for this, since it implies something different.
-
- 05 Nov, 2002 1 commit
-
-
Barry Warsaw authored
interesting root reachability properties.
-