- 20 Jul, 2003 7 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
DBTab now obtains all values related to storages and databases from zope.conf. It is also now just a package rather than a product. A new product named ZODBMountPoint exposes the mount point functionality to the ZMI.
-
- 19 Jul, 2003 4 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
Ensure that ZServer startup messages make it to the logfile and to stdout if we're running in debug mode. Fix some stale comments.
-
Chris McDonough authored
-
Chris McDonough authored
Do a bit of cleanup in __init__ (add explanatory comments, move side-effect functions to a utility module).
-
- 18 Jul, 2003 1 commit
-
-
Stuart Bishop authored
-
- 17 Jul, 2003 1 commit
-
-
Andreas Jung authored
-
- 15 Jul, 2003 4 commits
-
-
Martijn Pieters authored
refers to 'if len(step) == 0').
-
Casey Duncan authored
-
Chris McDonough authored
-
Chris McDonough authored
-
- 14 Jul, 2003 3 commits
-
-
Chris McDonough authored
Default to zdrun daemon status "on" (effectively prevents signals from reaching child processes). This will prevent the symptom of killing the server when pressing ctrl-C from an interactive logtail. Also ignore child process return statuses. If we don't, an interactive zopectl shell can clutter up the process table with zombies after a few starts and stops.
-
Chris McDonough authored
-
Chris McDonough authored
Dont write trailing newline into version.txt (causes problems because the version.txt is injected into a header sent from Zope and the newline causes Apache proxies to choke).
-
- 11 Jul, 2003 2 commits
-
-
Fred Drake authored
of the module are initialized - added assignments to "document" the names exported by this module, and, in the case of 'super', squash a warning that gets generated when using Python 2.3. (In Python 2.3, setting an attribute of a module outside of the module's implementation, where the name of the attribute matches the name of a built-in and the name isn't already defined in the module, causes a warning to be generated.)
-
Fred Drake authored
an integer to avoid an unhelpful deprecation warning. (Before Python 2.3, range() and many other built-in functions accepted floats as ints "by accident"; those cases now generate warnings when passes a float.)
-
- 10 Jul, 2003 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 09 Jul, 2003 6 commits
-
-
Fred Drake authored
when it isn't actually used (like in the unit tests...)
-
Fred Drake authored
when it isn't actually used (like in the unit tests...) - add a comment about a confusing bit of code
-
Fred Drake authored
same output for both Python 2.2 and 2.3. Python 2.3 changes the str() of KeyError exceptions to return a repr() of the key instead of the str() of the key, which caused quotes to be generated if we don't pick out just the key.
-
Fred Drake authored
from Python 2.3. These warnings are displayed when running the unit tests. This patch fixes the occurrances that are triggered by the unit tests; there are probably others.
-
Fred Drake authored
Python 2.3.
-
Jeremy Hylton authored
-
- 08 Jul, 2003 5 commits
-
-
Chris McDonough authored
-
Evan Simpson authored
-
Evan Simpson authored
provide a docstring.
-
Christian Theune authored
-
Chris McDonough authored
Add a 'connection-class' key to the database definition which you may use to override the stock ZODB Connection class for a given database via the config file.
-
- 07 Jul, 2003 5 commits
-
-
Andreas Jung authored
- Collector #893: Mailhost: munge_header has been broken for addresses containing the recipients full name
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-