- 16 Aug, 2003 2 commits
-
-
Andreas Jung authored
- PathIndex and TopicIndex are now using a counter for the number of indexed objects instead of using a very expensive calculation based on the keys of their indexes.
-
Chris McDonough authored
-
- 15 Aug, 2003 5 commits
-
-
Chris McDonough authored
Allow for a different skelsrc directory at install time.
-
Tim Peters authored
an ExtensionClass type that get into this code can raise RuntimeWarning under Python 2.3, because the comparison result may be outside the set {-1, 0, 1}. Worse, on a box where sizeof(ptrdiff_t) > sizeof(int) (all 64-bit platforms), comparison results across a set of objects could be inconsistent because the implicit cast of pointer subtraction to int loses the information-carrying sign bit.
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
backport of TAL fixes from z3 - i18n and metal interactions - fix handling of nested translations with tal:content/replace and i18n:name some reformatting to ease comparisons between 2.x and 3
-
Stephane Fermingier authored
!!! There is still one problem left: I could not find a page matching the old http://www.zope.org/SiteIndex/searchForm on the new site !!!
-
- 14 Aug, 2003 1 commit
-
-
Andreas Jung authored
-
- 13 Aug, 2003 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
- shipping docutils with optparse/textwrap from Python 2.3 to avoid major changes to the docutils code
-
- 08 Aug, 2003 1 commit
-
-
Godefroid Chapelle authored
-
- 07 Aug, 2003 1 commit
-
- 04 Aug, 2003 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 02 Aug, 2003 16 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Be more careful about specifying a container class: root databases should not have a container class.
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
to an object but returns the name instead of the object (for values that should be strings that later resolve to an object during startup). Fix container-class functionality. It could be specified in the configuration but was never actually used.
-
Chris McDonough authored
Alias the SimpleTemporaryContainer at the package level.
-
Shane Hathaway authored
-
Shane Hathaway authored
- Use autoClassFactory by default. This is better for mounted databases than the default. - Don't specify a default connection class; let the database decide the default. - Allow database types other than zodb_db.
-
Shane Hathaway authored
Also set the connection class only when specified.
-
Chris McDonough authored
-
Chris McDonough authored
Changes: - startup log handler now pays attention to the logging levels of the handlers defined within the config file and uses the "lowest" level to log messages to stdout during startup. - entirely removed warning when the starting user's umask is "too permissive". it wasn't clear that it added any value under normal operations. - replaced ancient setuid code with code stolen from zdaemon that works the same but looks nicer.
-
Chris McDonough authored
Don't try to optimize by checking for disabled and effective levels within the log method. The logger's level may not be meaningful if this logger is configured with handlers that accept messages at a lower level than that of the logger itself.
-
- 01 Aug, 2003 3 commits
-
-
Fred Drake authored
-
Chris McDonough authored
-
Chris McDonough authored
-
- 30 Jul, 2003 2 commits
-
-
Philipp von Weitershausen authored
DeprecationWarnings in Python 2.3 go away. See http://www.python.org/peps/pep-0263.html for more information.
-
Philipp von Weitershausen authored
-
- 28 Jul, 2003 5 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Christian Robottom authored
-