- 20 Aug, 2003 2 commits
-
-
Chris McDonough authored
the nt service utilities within ZEO and ZRS).
-
Chris McDonough authored
-
- 18 Aug, 2003 2 commits
-
-
Fred Drake authored
- move shared text for warnings so it isn't repeated
-
Fred Drake authored
- test_path(): make this test pass; the "path" configuration field requires that the paths actually exist
-
- 17 Aug, 2003 10 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
the pyexpat module.
-
Chris McDonough authored
-
Chris McDonough authored
Document path and environment directives.
-
Chris McDonough authored
Implement new "environment" section in config file which allows the setting of environment variables within the configuration file. Implement new "path" section in config file which allows insertions into the Python module search path within the configuration file. Fix bug where $INSTANCE/Products was not inserted into the products path by default. Note that most of these changes are for more comprehensive Windows service support. Windows can't run a batch file as a service, and sometimes it is necessary to both munge the python module search path and environment at startup time. Instead of writing an executable application to do this, we rely on the configuration machinery.
-
Chris McDonough authored
Import TemporaryStorage files from the new tempstorage package. (see related checkin for the tempstorage module in lib/python for rationale).
-
Chris McDonough authored
contains files related to the TemporaryStorage ZODB storage. These files used to be in the TemporaryFolder Product, but have been moved to solve issues which resulted from premature imports during startup caused by import of the TemporaryFolder package by the configuration machinery (particularly the premature import of Globals, which pulls in almost every Zope package) during database setup.
-
Stephane Fermingier authored
-
- 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 12 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.
-