- 21 Mar, 2003 10 commits
-
-
Chris McDonough authored
-
Fred Drake authored
-
Chris McDonough authored
When this is done, the makefile and all temp build files are written to the directory from which you run configure. This is to support Tres' desire to be able to install Zope from read-only media. Perform minor cleanups, extensions, and refactorings of setup.py and configure.py along the way.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
information on tests that fail, regardless of the verbosity setting. This allows using -v0 or -v1, and still seeing useful error information as the tests are run. This is especially helpful for large or long-running test suites.
-
Fred Drake authored
from the filesystem.
-
Fred Drake authored
implementation, to allow the PageTemplateFile class to override what happens when the check is performed.
-
Chris McDonough authored
-
- 20 Mar, 2003 3 commits
-
-
Fred Drake authored
the Zope configuration file. There is no magical search for INSTANCE_HOME/Products; it is included as part of the instance skeleton, but can be controlled simply changing the configuration.
-
Fred Drake authored
it contains have been moved to the Packages/pcgi module in the cvs.zope.org public CVS repository; it can be distributed as a separate package for those who need it.
-
Fred Drake authored
This corresponds to Zope 3 collector issue 129. http://collector.zope.org/Zope3-dev/129
-
- 19 Mar, 2003 1 commit
-
-
Christian Zagrodnick authored
underlying database adapter should convert a unicode to the encoding the database expects.
-
- 18 Mar, 2003 11 commits
-
-
Fred Drake authored
"makefile". This is a little painful, since the names match in everything but case. It appears to be impossible to use a generated file with the same name as a file previously in the repository, even with the help of .cvsignore.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
of ZServer.
-
Fred Drake authored
package.
-
Fred Drake authored
-
Fred Drake authored
new-install-branch.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
new-install-branch.
-
- 17 Mar, 2003 2 commits
-
-
Christian Theune authored
try/except so we need to explicitly check.
-
Christian Theune authored
-
- 13 Mar, 2003 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
- 07 Mar, 2003 4 commits
-
-
Fred Drake authored
for Python 2.2. This avoids a warning that can be issued during the initial startup.
-
Fred Drake authored
- don't pretend directories inside packages are themselves packages if they aren't; list them using the "data_files" keyword (this avoids noisy warnings for installation and out-of-place building)
-
Fred Drake authored
together; this matches the way the new-install-branch does this.
-
Fred Drake authored
and the version being used in the new-install-branch.
-
- 05 Mar, 2003 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
- 04 Mar, 2003 1 commit
-
-
Shane Hathaway authored
avoid disclosing the recipients.
-
- 03 Mar, 2003 3 commits
-
-
Shane Hathaway authored
acquisition wrappers, but this time the bugfix is clearer. The second argument to an index constructor is usually not "caller"; it's usually "ignore_ex", which gets stored as a meaningless attribute and ignored. The bugfix builds upon the ugly code that's already there. Ugly code begets ugly code, unfortunately.
-
Andreas Jung authored
-
Andreas Jung authored
-
- 28 Feb, 2003 1 commit
-
-
Chris McDonough authored
results of a callable. Do not attempt to index None.
-