- 18 Sep, 2003 1 commit
-
-
Christian Theune authored
-
- 16 Sep, 2003 2 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
This code looks for the __error_log__ attribute in order to report an error. If it finds no such attribute, it reports the error in a different way. Unfortunately, the alternative branch was reporting the exception that just happened to occur most recently, which is irrelevant; it needs to report the error that was passed to it. Fixed.
-
- 15 Sep, 2003 1 commit
-
-
Jeremy Hylton authored
Please make all future changes on the Zope-2_7-branch instead.
-
- 14 Sep, 2003 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Sidnei da Silva authored
-
- 11 Sep, 2003 2 commits
-
-
Chris Withers authored
-
Jeremy Hylton authored
imports Python.h.
-
- 09 Sep, 2003 4 commits
-
-
Stephane Fermingier authored
-
Stephane Fermingier authored
-
Stephane Fermingier authored
-
Stephane Fermingier authored
-
- 03 Sep, 2003 1 commit
-
-
Christian Theune authored
-
- 28 Aug, 2003 3 commits
-
-
Fred Drake authored
- minor cleanups
-
Fred Drake authored
- separate two tests that were performed in the same test method - normalize whitespace
-
Anthony Baxter authored
a string. This then breaks when you do a Find. Force it to be a string. Will backport to the 2.7 branch - it should probably go into the 2.6 branch too, but I'll let someone at ZC make that call. (mmm endless beta cycle :)
-
- 26 Aug, 2003 1 commit
-
-
Chris McDonough authored
-
- 25 Aug, 2003 3 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
to account for changes to mkzopeinstance which make a distinction. Use the nt_svcutils package instead of the older Zope.Startup.nt package.
-
Chris McDonough authored
-
- 22 Aug, 2003 1 commit
-
-
Chris McDonough authored
-
- 21 Aug, 2003 1 commit
-
-
Andreas Jung authored
-
- 20 Aug, 2003 6 commits
-
-
Godefroid Chapelle authored
-
Chris McDonough authored
-
Godefroid Chapelle authored
in both space and semicolon separated lists
-
Godefroid Chapelle authored
- hoping it will become a standard tool as available with each Zope
-
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 9 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.
-