- 25 Nov, 2002 4 commits
-
-
Barry Warsaw authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Chris McDonough authored
-
- 24 Nov, 2002 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
- 23 Nov, 2002 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 22 Nov, 2002 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
option.
-
Guido van Rossum authored
XXX This will probably go away once we decide how we really want to do this.
-
Fred Drake authored
-
Guido van Rossum authored
storages, it's much easier to specify those in a config file. XXX This still needs a unit test suite.
-
Guido van Rossum authored
-
Fred Drake authored
-
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 5 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
-