diff --git a/www/zope/Makefile b/www/zope/Makefile index da81b02aaca..2e3c9d5b294 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -1,94 +1,62 @@ -# $OpenBSD: Makefile,v 1.17 2003/06/21 07:49:24 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.18 2004/08/03 10:16:36 xsa Exp $ + +NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} COMMENT= "object-oriented web application server" -VERSION= 2.6.1 -PORT_VERSION= ${VERSION} - -DISTNAME= Zope-${VERSION}-src -PKGNAME= zope-${PORT_VERSION} +VERSION= 2.7.2 +DISTNAME= Zope-${VERSION}-0 +PKGNAME= ${DISTNAME:S/-0//g:L} CATEGORIES= www HOMEPAGE= http://www.zope.org/ -# Zope Public License (ZPL) 2.0 +MAINTAINER= Marc Balmer + +# Zope Public License PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MAINTAINER= Maurice Nonnekes - -MASTER_SITES= http://www.zope.org/Products/Zope/${VERSION}/ +MASTER_SITES= ${HOMEPAGE}Products/Zope/${VERSION}/ EXTRACT_SUFX= .tgz -DIST_SUBDIR= zope +PYTHON_VER= 2.3 +PYTHON_BIN= ${LOCALBASE}/bin/python${PYTHON_VER} -#MASTER_SITES0= http://www.zope.org/Members/zigg/UnixSecurityPatch/ -#PATCHFILES= Zope-${VERSION}-unix-security.patch:0 -#PATCH_DIST_STRIP=-p1 +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ::lang/python/${PYTHON_VER} \ + ::lang/python/${PYTHON_VER},-expat -#HOTFIX_DATE1= 2002-06-14 -#MASTER_SITES1= http://www.zope.org/Products/Zope/Hotfix_${HOTFIX_DATE1}/ +CONFIGURE_STYLE=simple +CONFIGURE_ARGS= --with-python=${LOCALBASE}/bin/python${PYTHON_VER} \ + --prefix=${WRKINST}/${ZOPEHOME} \ + --build-base=${WRKSRC} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} - -BUILD_DEPENDS= :python->=2.1.3,<2.2:lang/python/2.1 -RUN_DEPENDS= :python->=2.1.3,<2.2:lang/python/2.1 - -# Note that the configure script is really just for pcgi, but it's -# the only one in the package. - -CONFIGURE_STYLE=gnu - -WRKBUILD= ${WRKSRC}/pcgi -MODGNU_CONFIG_GUESS_DIRS= ${WRKBUILD} +MAKE_FILE= makefile +ALL_TARGET= build ZOPEHOME= ${PREFIX}/lib/zope -PRODUCTSDIR= ${ZOPEHOME}/lib/python/Products +ZOPELIBDIR= ${ZOPEHOME}/lib/python +ZOPEPRODUCTSDIR=${ZOPELIBDIR}/Products +ZOPEUSER= _zope +ZOPEGROUP= _zope -do-build: - cd ${WRKSRC} && \ - ZDIR=${ZOPEHOME} ${LOCALBASE}/bin/python2.1 w_pcgi.py && \ - ZDIR=${ZOPEHOME} ${LOCALBASE}/bin/python2.1 \ - -O inst/compilezpy.py - sed -e "s%@@PREFIX@@%${PREFIX}%g" \ - -e "s%@@LOCALBASE@@%${LOCALBASE}%g" \ - < ${FILESDIR}/zope-instance > ${WRKSRC}/zope-instance +SUBST_VARS+= PYTHON_VER ZOPEHOME ZOPEUSER ZOPEGROUP -# All this should give us what closely resembles a zope.org binary -# installation and allow us to rely as much as possible on make -# plist to update to newer versions. +pre-configure: + @perl -pi -e 's,%%ZOPEPRODUCTSDIR%%,${ZOPEPRODUCTSDIR},g;' \ + -e 's,%%ZOPEUSER%%,${ZOPEUSER},g' \ + ${WRKSRC}/skel/etc/zope.conf.in + @sed -e 's,%%ZOPEHOME%%,${ZOPEHOME},g' \ + < ${FILESDIR}/README.OpenBSD > ${WRKSRC}/README.OpenBSD -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/zope-instance ${PREFIX}/bin - ${INSTALL_PROGRAM_DIR} ${ZOPEHOME} - cp -Rp ${WRKSRC}/* ${ZOPEHOME} - chown -R ${BINOWN}:${BINGRP} ${ZOPEHOME} - cd ${ZOPEHOME}/lib && ln -fs ../../python2.1 - rm -r ${ZOPEHOME}/*.txt ${ZOPEHOME}/doc ${ZOPEHOME}/lib/Components \ - ${ZOPEHOME}/pcgi/Win32 - find ${ZOPEHOME} -name \*.orig -or -name \*.o -or -name .cvsignore \ - -or -name sedscript -or -name \*.old | xargs rm - find ${ZOPEHOME}/lib/python -name config.c -or -name Makefile \ - -or -name Makefile.pre -or -name Makefile.pre.in | xargs rm - rm ${ZOPEHOME}/pcgi/Makefile \ - ${ZOPEHOME}/pcgi/config.log ${ZOPEHOME}/pcgi/config.status \ - ${ZOPEHOME}/pcgi/config.cache ${ZOPEHOME}/zope-instance \ - ${ZOPEHOME}/w*_pcgi.py* - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zope/changenotes - ${INSTALL_DATA} ${WRKSRC}/*.txt ${WRKSRC}/doc/*.txt \ - ${PREFIX}/share/doc/zope - ${INSTALL_DATA} ${WRKSRC}/doc/changenotes/* \ - ${PREFIX}/share/doc/zope/changenotes - echo "Zope ${VERSION} (OpenBSD package zope-${PORT_VERSION})" \ - > ${PREFIX}/lib/zope/lib/python/version.txt -# ${INSTALL_DATA_DIR} ${PRODUCTSDIR}/Hotfix_${HOTFIX_DATE1} -# ${INSTALL_DATA} \ -# ${WRKDIR}/lib/python/Products/Hotfix_${HOTFIX_DATE1}/* \ -# ${PRODUCTSDIR}/Hotfix_${HOTFIX_DATE1} +post-install: + ${INSTALL_DATA} ${WRKSRC}/README.OpenBSD ${ZOPEHOME}/doc -do-regress: - cd ${WRKSRC} && ${LOCALBASE}/bin/python2.1 utilities/testrunner.py -a +do-regress: fake + ${PYTHON_BIN} ${WRKINST}/${ZOPEHOME}/bin/test.py \ + --all -vv -p --libdir ${WRKINST}/${ZOPELIBDIR} .include diff --git a/www/zope/distinfo b/www/zope/distinfo index 6c84aa6fbf9..ef0a23fcdf6 100644 --- a/www/zope/distinfo +++ b/www/zope/distinfo @@ -1,3 +1,3 @@ -MD5 (zope/Zope-2.6.1-src.tgz) = a17f36b86b6e489797d8e52f1ba48efe -RMD160 (zope/Zope-2.6.1-src.tgz) = c6a66ea2e0f449af7c6e01a02473c168a5578a01 -SHA1 (zope/Zope-2.6.1-src.tgz) = 9eddfc8a0e173bd80f655ed1dda102b4256a3cc9 +MD5 (Zope-2.7.2-0.tgz) = 08b3c4a119aa1ded2e7b1b3d5bc45425 +RMD160 (Zope-2.7.2-0.tgz) = 36cc744612e222228b8f6c705ff292ba379fcebe +SHA1 (Zope-2.7.2-0.tgz) = 8a38d8566874075b42057ff16eab74a80df268f0 diff --git a/www/zope/files/README.OpenBSD b/www/zope/files/README.OpenBSD new file mode 100644 index 00000000000..8f7cf653ea6 --- /dev/null +++ b/www/zope/files/README.OpenBSD @@ -0,0 +1,39 @@ +$OpenBSD: README.OpenBSD,v 1.1 2004/08/03 10:16:36 xsa Exp $ + +In this document we'll see how to create a zope instance and have it +start at boot time. Throughout this document, we will assume that the +instance you want will be located in /var/www under the name of 'zope'. +Our instance will thus be /var/www/zope. + +1) Creating your instance + + - run %%ZOPEHOME%%/bin/mkzopeinstance.py to create your instance: + + # %%ZOPEHOME%%/bin/mkzopeinstance.py + Please choose a directory in which you'd like to install + Zope "instance home" files such as database files, configuration + files, etc. + + Directory: /var/www/zope + Please choose a username and password for the initial user. + These will be the credentials you use to initially manage + your new Zope instance. + + Username: zopeadmin + Password: + Verify password: + + - as we want to run our instance(s) with the _zope user, we should + grant him the rights on the log/ and var/ directories. + + # chown _zope /var/www/zope/{log,var} + +2) Have your instance start at boot time: + + - to have your instance start at boot time, add the following to your + /etc/rc.local. + + if [ -r /var/www/zope/etc/zope.conf -a -x /var/www/zope/bin/zopectl ]; then + echo -n ' zope' + /var/www/zope/bin/zopectl start + fi diff --git a/www/zope/files/zope-instance b/www/zope/files/zope-instance deleted file mode 100755 index a89989d82de..00000000000 --- a/www/zope/files/zope-instance +++ /dev/null @@ -1,65 +0,0 @@ -#!@@LOCALBASE@@/bin/python2.1 -# -# $OpenBSD: zope-instance,v 1.3 2001/11/02 03:35:11 matt Exp $ -# -# Build a Zope INSTANCE_HOME in the specified directory. -# -# Run this script as the user who will be owning this Zope installation. -# The instance directory must already exist, and be empty. -# -# Matt Behrens -# - -zopehome="@@PREFIX@@/lib/zope" - -import os, shutil, sys - -if len(sys.argv) != 2: - print "usage: %s instance-directory" % sys.argv[0] - sys.exit(0) - -instancehome=os.path.abspath(sys.argv[1]) - -for directory in ("import", "var", "Extensions", "Products"): - os.mkdir(os.path.join(instancehome, directory)) - -# Copy the initial Data.fs -datafs = "%s/var/Data.fs" % instancehome -shutil.copyfile("%s/var/Data.fs.in" % zopehome, datafs) -os.chmod(datafs, 0600) - -# Import installation modules -sys.path.insert(0, zopehome) -sys.path.insert(0, "%s/inst" % zopehome) -import make_start, zpasswd -python=sys.executable - -# Create Zope.cgi -open("%s/Zope.cgi" % instancehome, "w").write( -"""#!%(zopehome)s/pcgi/pcgi-wrapper -PCGI_NAME=Zope -PCGI_MODULE_PATH=%(zopehome)s/lib/python/Zope -PCGI_PUBLISHER=%(zopehome)s/pcgi/pcgi_publisher.py -PCGI_EXE=%(python)s -PCGI_SOCKET_FILE=%(instancehome)s/var/pcgi.soc -PCGI_PID_FILE=%(instancehome)s/var/pcgi.pid -PCGI_ERROR_LOG=%(instancehome)s/var/pcgi.log -PCGI_DISPLAY_ERRORS=1 -BOBO_REALM=%(instancehome)s/Zope.cgi -BOBO_DEBUG_MODE=1 -INSTANCE_HOME=%(instancehome)s -""" % vars()) -os.chmod("%s/Zope.cgi" % instancehome, 04750) - -# Create start and stop scripts -make_start.sh(instancehome, '', '') -open("%s/start" % instancehome, "w").write( -"""#!/bin/sh -export INSTANCE_HOME=%(instancehome)s -export PYTHONHOME=%(zopehome)s -exec %(python)s -O $PYTHONHOME/z2.py -D "$@" -p %(instancehome)s/Zope.cgi -""" % vars()) - -# Create the admin user -zpasswd.write_inituser(instancehome, '', '') - diff --git a/www/zope/files/zope.port.mk b/www/zope/files/zope.port.mk index df6e229269b..04809c39904 100644 --- a/www/zope/files/zope.port.mk +++ b/www/zope/files/zope.port.mk @@ -1,11 +1,11 @@ -# $OpenBSD: zope.port.mk,v 1.2 2003/07/31 07:01:22 jolan Exp $ +# $OpenBSD: zope.port.mk,v 1.3 2004/08/03 10:16:36 xsa Exp $ # # zope.port.mk - Xavier Santolaria # This file is in the public domain. -MODZOPE_PYTHON_VERSION= 2.1 +MODZOPE_PYTHON_VERSION= 2.3 -BUILD_DEPENDS+= :python->=${MODZOPE_PYTHON_VERSION},<2.2:lang/python/${MODZOPE_PYTHON_VERSION} +BUILD_DEPENDS+= ::lang/python/${MODZOPE_PYTHON_VERSION} RUN_DEPENDS+= ::www/zope MODZOPE_HOME= ${PREFIX}/lib/zope @@ -17,8 +17,11 @@ PYTHON_INCLUDEDIR= ${LOCALBASE}/include/python${MODZOPE_PYTHON_VERSION} NO_REGRESS= Yes +# dirty way to do it with no modifications in bsd.port.mk +.if !target(do-build) do-build: ${PYTHON_BIN} ${PYTHON_LIBDIR}/compileall.py ${WRKDIST} +.endif post-install: ${CHOWN} -R ${LIBOWN}:${LIBGRP} ${MODZOPE_PRODUCTSDIR} diff --git a/www/zope/patches/patch-inst_build_pcgi_py b/www/zope/patches/patch-inst_build_pcgi_py deleted file mode 100644 index 39882fb48a3..00000000000 --- a/www/zope/patches/patch-inst_build_pcgi_py +++ /dev/null @@ -1,29 +0,0 @@ -$OpenBSD: patch-inst_build_pcgi_py,v 1.2 2002/04/25 15:38:55 matt Exp $ - - This patch overrides pcgi's configure script, since the - port already runs configure. - ---- inst/build_pcgi.py.orig Wed Nov 28 10:50:50 2001 -+++ inst/build_pcgi.py Thu Apr 25 10:42:09 2002 -@@ -10,6 +10,14 @@ - # FOR A PARTICULAR PURPOSE - # - ############################################################################## -+ -+# NOTICE AS REQUIRED BY LICENSE -+# -+# August 5, 2001 -+# -+# This file has been modified to remove the call to the configure script, -+# since the OpenBSD package build process already takes care of this. -+ - """Build a PCGI - - You must be in the directory containing this script. -@@ -21,6 +29,5 @@ print "Building the PCGI wrapper" - from do import * - - os.chdir('pcgi') --do('./configure') - do('make') - os.chdir('..') diff --git a/www/zope/patches/patch-lib_Components_initgroups_initgroups_c b/www/zope/patches/patch-lib_Components_initgroups_initgroups_c new file mode 100644 index 00000000000..206cd8f1537 --- /dev/null +++ b/www/zope/patches/patch-lib_Components_initgroups_initgroups_c @@ -0,0 +1,12 @@ +$OpenBSD: patch-lib_Components_initgroups_initgroups_c,v 1.1 2004/08/03 10:16:36 xsa Exp $ +--- lib/Components/initgroups/initgroups.c.orig 2002-07-25 23:54:02.000000000 +0200 ++++ lib/Components/initgroups/initgroups.c 2004-06-19 08:52:13.000000000 +0200 +@@ -25,7 +25,7 @@ initgroups_initgroups(PyObject *self, Py + char *username; + gid_t gid; + +- if (!PyArg_ParseTuple(args, "sl:initgroups", &username, &gid)) ++ if (!PyArg_ParseTuple(args, "si:initgroups", &username, &gid)) + return NULL; + + if (initgroups(username, gid) == -1) diff --git a/www/zope/patches/patch-skel_etc_zope_conf_in b/www/zope/patches/patch-skel_etc_zope_conf_in new file mode 100644 index 00000000000..262662da30e --- /dev/null +++ b/www/zope/patches/patch-skel_etc_zope_conf_in @@ -0,0 +1,20 @@ +$OpenBSD: patch-skel_etc_zope_conf_in,v 1.1 2004/08/03 10:16:36 xsa Exp $ +--- skel/etc/zope.conf.in.orig 2004-01-09 00:34:08.000000000 +0100 ++++ skel/etc/zope.conf.in 2004-04-28 16:43:24.000000000 +0200 +@@ -80,6 +80,8 @@ instancehome $INSTANCE + # + # products /home/chrism/projects/myproducts + ++products %%ZOPEPRODUCTSDIR%% ++products $INSTANCE/Products + + # Directive: environment + # +@@ -138,6 +140,7 @@ instancehome $INSTANCE + # + # effective-user chrism + ++effective-user %%ZOPEUSER%% + + # Directive: enable-product-installation + # diff --git a/www/zope/patches/patch-w_pcgi_py b/www/zope/patches/patch-w_pcgi_py deleted file mode 100644 index c203f63c4ba..00000000000 --- a/www/zope/patches/patch-w_pcgi_py +++ /dev/null @@ -1,32 +0,0 @@ -$OpenBSD: patch-w_pcgi_py,v 1.2 2002/04/25 15:38:55 matt Exp $ - - We don't need to make a resource file; that's handled by - zope-instance. - ---- w_pcgi.py.orig Wed Nov 28 10:50:49 2001 -+++ w_pcgi.py Thu Apr 25 10:43:13 2002 -@@ -10,6 +10,14 @@ - # FOR A PARTICULAR PURPOSE - # - ############################################################################## -+ -+# NOTICE AS REQUIRED BY LICENSE -+# -+# August 5, 2001 -+# -+# Remove the make_resource steps, as this is handled by our zope-instance -+# script. -+ - """Try to do all of the installation steps. - - This must be run from the top-level directory of the installation. -@@ -30,9 +38,6 @@ def main(me): - home=setup(me) - - import build_pcgi -- user=group='' -- pcgi=os.path.join(home, 'Zope.cgi') -- import make_resource; make_resource.main(home, pcgi, user, group) - os.chdir(home) # Just making sure - import wo_pcgi; wo_pcgi.main(me) - diff --git a/www/zope/patches/patch-wo_pcgi_py b/www/zope/patches/patch-wo_pcgi_py deleted file mode 100644 index 0f807c90161..00000000000 --- a/www/zope/patches/patch-wo_pcgi_py +++ /dev/null @@ -1,35 +0,0 @@ -$OpenBSD: patch-wo_pcgi_py,v 1.3 2003/05/14 21:35:52 krw Exp $ - - We don't need to build Data.fs, start/stop, or inituser; - these are handled by zope-instance. - ---- wo_pcgi.py.orig Wed Aug 14 17:11:39 2002 -+++ wo_pcgi.py Wed Apr 16 20:33:59 2003 -@@ -10,6 +10,14 @@ - # FOR A PARTICULAR PURPOSE - # - ############################################################################## -+ -+# NOTICE AS REQUIRED BY LICENSE -+# -+# August 5, 2001 -+# -+# Removed building of Data.fs, start/stop, and inituser; these are handled -+# by our zope-instance script. -+ - """Try to do all of the installation steps. - - This must be run from the top-level directory of the installation. -@@ -31,12 +39,6 @@ - walkandscrub.walkandscrub(home) - import compilezpy - import build_extensions -- user=group='' -- import default_content; default_content.main(home, user, group) -- -- pcgi=os.path.join(home, 'Zope.cgi') -- import make_start; make_start.sh(home, user, group) -- import zpasswd; zpasswd.write_inituser(home, user, group) - - print '-'*78 - print diff --git a/www/zope/pkg/DEINSTALL b/www/zope/pkg/DEINSTALL new file mode 100644 index 00000000000..019001f79ab --- /dev/null +++ b/www/zope/pkg/DEINSTALL @@ -0,0 +1,27 @@ +#!/bin/sh +# $OpenBSD: DEINSTALL,v 1.1 2004/08/03 10:16:37 xsa Exp $ +PATH=/bin:/usr/bin:/sbin:/usr/sbin +PREFIX=${PKG_PREFIX:-/usr/local} +ZOPEUSER=${ZOPEUSER} +ZOPEGROUP=${ZOPEGROUP} + +if [ ${PKG_DELETE_EXTRA} != Yes ]; then + echo + echo "+---------------" + echo "| To completely deinstall the $1 package you need to perform" + echo "| these steps as root:" + echo "|" + if userinfo -e $ZOPEUSER; then + echo "| userdel $ZOPEUSER" + fi + if groupinfo -e $ZOPEGROUP; then + echo "| groupdel $ZOPEGROUP" + fi + echo "|" + echo "| Do not do this if you plan on re-installing" + echo "| $1 at some future time." + echo "+---------------" + echo +fi + +exit 0 diff --git a/www/zope/pkg/DESCR b/www/zope/pkg/DESCR index b6d51fa4866..a0ca6efa1ed 100644 --- a/www/zope/pkg/DESCR +++ b/www/zope/pkg/DESCR @@ -6,6 +6,6 @@ personalization, and e-commerce into your web applications. Zope consists of a number of components which work together to provide a complete yet flexible application server package. Zope -includes an internet server, a transactional object database, a +includes an Internet server, a transactional object database, a search engine, a web page templating system, a through the web development and management tool, and comprehensive extension support. diff --git a/www/zope/pkg/INSTALL b/www/zope/pkg/INSTALL new file mode 100644 index 00000000000..84415611c39 --- /dev/null +++ b/www/zope/pkg/INSTALL @@ -0,0 +1,51 @@ +#!/bin/sh +# $OpenBSD: INSTALL,v 1.1 2004/08/03 10:16:37 xsa Exp $ +PATH=/bin:/usr/bin:/sbin:/usr/sbin +PREFIX=${PKG_PREFIX:-/usr/local} +ZOPEUSER=${ZOPEUSER} +ZOPEGROUP=${ZOPEGROUP} +ID=534 + +do_usergroup_install() +{ + if groupinfo -e $ZOPEGROUP; then + echo "===> Using $ZOPEGROUP group for Zope" + else + echo "===> Creating $ZOPEGROUP group for Zope" + groupadd -g $ID $ZOPEGROUP + fi + if userinfo -e $ZOPEUSER; then + echo "===> Using $ZOPEUSER user for Zope" + else + echo "===> Creating $ZOPEUSER user for Zope" + useradd -g $ZOPEGROUP \ + -d /nonexistent \ + -L daemon \ + -c 'Zope Account' \ + -s /sbin/nologin \ + -u $ID $ZOPEUSER + fi +} + +# verify proper execution +# +if [ $# -ne 2 ]; then + echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 + exit 1 +fi + +# Verify/process the command +# +case $2 in + PRE-INSTALL) + do_usergroup_install + ;; + POST-INSTALL) + ;; + *) + echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 + exit 1 + ;; +esac + +exit 0 diff --git a/www/zope/pkg/MESSAGE b/www/zope/pkg/MESSAGE index 382afefaee2..225f86be076 100644 --- a/www/zope/pkg/MESSAGE +++ b/www/zope/pkg/MESSAGE @@ -4,11 +4,6 @@ | to install the Zope package once and create as many sites as you | want without changing your core Zope installation. | -| To create a Zope site, create a user and group to own it, create a -| directory for the site, and run -| -| ${PREFIX}/bin/zope-instance /path/to/site -| -| as the user who will own the site. +| Have a look at ${ZOPEHOME}/doc/README.OpenBSD +| to see how to create your instance and have it start at boot time. +--------------- - diff --git a/www/zope/pkg/PFRAG.shared b/www/zope/pkg/PFRAG.shared new file mode 100644 index 00000000000..7c9078bd9b1 --- /dev/null +++ b/www/zope/pkg/PFRAG.shared @@ -0,0 +1,47 @@ +@comment $OpenBSD: PFRAG.shared,v 1.1 2004/08/03 10:16:37 xsa Exp $ +lib/zope/lib/python/AccessControl/cAccessControl.so +lib/zope/lib/python/Acquisition.so +lib/zope/lib/python/BDBStorage/_helper.so +lib/zope/lib/python/BTree.so +lib/zope/lib/python/BTrees/_IIBTree.so +lib/zope/lib/python/BTrees/_IOBTree.so +lib/zope/lib/python/BTrees/_OIBTree.so +lib/zope/lib/python/BTrees/_OOBTree.so +lib/zope/lib/python/BTrees/_fsBTree.so +lib/zope/lib/python/ComputedAttribute.so +lib/zope/lib/python/DocumentTemplate/cDocumentTemplate.so +lib/zope/lib/python/ExtensionClass.so +lib/zope/lib/python/IIBTree.so +lib/zope/lib/python/IOBTree.so +lib/zope/lib/python/MethodObject.so +lib/zope/lib/python/Missing.so +lib/zope/lib/python/MultiMapping.so +lib/zope/lib/python/OIBTree.so +lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so +lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so +lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so +lib/zope/lib/python/Products/ZCTextIndex/okascore.so +lib/zope/lib/python/Products/ZCTextIndex/stopper.so +lib/zope/lib/python/Record.so +lib/zope/lib/python/SearchIndex/Splitter.so +lib/zope/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so +lib/zope/lib/python/ThreadLock.so +lib/zope/lib/python/ZODB/TimeStamp.so +lib/zope/lib/python/ZODB/cPersistence.so +lib/zope/lib/python/ZODB/cPickleCache.so +lib/zope/lib/python/ZODB/coptimizations.so +lib/zope/lib/python/ZODB/winlock.so +lib/zope/lib/python/initgroups.so +lib/zope/lib/python/intSet.so +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/AccessControl) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/BDBStorage) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/BTrees) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/DocumentTemplate) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/Products/ZCTextIndex) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/SearchIndex) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/Shared/DC/xml/pyexpat) +@comment NEWDYNLIBDIR(%D/lib/zope/lib/python/ZODB) diff --git a/www/zope/pkg/PLIST b/www/zope/pkg/PLIST index 0faa6383bcf..e1bd03ce59b 100644 --- a/www/zope/pkg/PLIST +++ b/www/zope/pkg/PLIST @@ -1,330 +1,90 @@ -@comment $OpenBSD: PLIST,v 1.11 2003/06/15 22:50:38 krw Exp $ -bin/zope-instance -lib/zope/Extensions/README.txt -lib/zope/Makefile -lib/zope/ZServer/DebugLogger.py -lib/zope/ZServer/DebugLogger.pyc -lib/zope/ZServer/DebugLogger.pyo -lib/zope/ZServer/FCGIServer.py -lib/zope/ZServer/FCGIServer.pyc -lib/zope/ZServer/FCGIServer.pyo -lib/zope/ZServer/FTPRequest.py -lib/zope/ZServer/FTPRequest.pyc -lib/zope/ZServer/FTPRequest.pyo -lib/zope/ZServer/FTPResponse.py -lib/zope/ZServer/FTPResponse.pyc -lib/zope/ZServer/FTPResponse.pyo -lib/zope/ZServer/FTPServer.py -lib/zope/ZServer/FTPServer.pyc -lib/zope/ZServer/FTPServer.pyo -lib/zope/ZServer/HTTPResponse.py -lib/zope/ZServer/HTTPResponse.pyc -lib/zope/ZServer/HTTPResponse.pyo -lib/zope/ZServer/HTTPServer.py -lib/zope/ZServer/HTTPServer.pyc -lib/zope/ZServer/HTTPServer.pyo -lib/zope/ZServer/ICPServer.py -lib/zope/ZServer/ICPServer.pyc -lib/zope/ZServer/ICPServer.pyo -lib/zope/ZServer/INSTALL.txt -lib/zope/ZServer/PCGIServer.py -lib/zope/ZServer/PCGIServer.pyc -lib/zope/ZServer/PCGIServer.pyo -lib/zope/ZServer/Producers.py -lib/zope/ZServer/Producers.pyc -lib/zope/ZServer/Producers.pyo -lib/zope/ZServer/PubCore/ZEvent.py -lib/zope/ZServer/PubCore/ZEvent.pyc -lib/zope/ZServer/PubCore/ZEvent.pyo -lib/zope/ZServer/PubCore/ZRendezvous.py -lib/zope/ZServer/PubCore/ZRendezvous.pyc -lib/zope/ZServer/PubCore/ZRendezvous.pyo -lib/zope/ZServer/PubCore/ZServerPublisher.py -lib/zope/ZServer/PubCore/ZServerPublisher.pyc -lib/zope/ZServer/PubCore/ZServerPublisher.pyo -lib/zope/ZServer/PubCore/__init__.py -lib/zope/ZServer/PubCore/__init__.pyc -lib/zope/ZServer/PubCore/__init__.pyo -lib/zope/ZServer/README.txt -lib/zope/ZServer/WebDAVSrcHandler.py -lib/zope/ZServer/WebDAVSrcHandler.pyc -lib/zope/ZServer/WebDAVSrcHandler.pyo -lib/zope/ZServer/ZService.py -lib/zope/ZServer/ZService.pyc -lib/zope/ZServer/ZService.pyo -lib/zope/ZServer/__init__.py -lib/zope/ZServer/__init__.pyc -lib/zope/ZServer/__init__.pyo -lib/zope/ZServer/medusa/ANNOUNCE.txt -lib/zope/ZServer/medusa/ANNOUNCE_970922.txt -lib/zope/ZServer/medusa/INSTALL.txt -lib/zope/ZServer/medusa/Makefile -lib/zope/ZServer/medusa/__init__.py -lib/zope/ZServer/medusa/__init__.pyc -lib/zope/ZServer/medusa/__init__.pyo -lib/zope/ZServer/medusa/asynchat.py -lib/zope/ZServer/medusa/asynchat.pyc -lib/zope/ZServer/medusa/asynchat.pyo -lib/zope/ZServer/medusa/asyncore.py -lib/zope/ZServer/medusa/asyncore.pyc -lib/zope/ZServer/medusa/asyncore.pyo -lib/zope/ZServer/medusa/auth_handler.py -lib/zope/ZServer/medusa/auth_handler.pyc -lib/zope/ZServer/medusa/auth_handler.pyo -lib/zope/ZServer/medusa/chat_server.py -lib/zope/ZServer/medusa/chat_server.pyc -lib/zope/ZServer/medusa/chat_server.pyo -lib/zope/ZServer/medusa/continuation.py -lib/zope/ZServer/medusa/continuation.pyc -lib/zope/ZServer/medusa/continuation.pyo -lib/zope/ZServer/medusa/contrib/bobo_handler.py -lib/zope/ZServer/medusa/contrib/bobo_handler.pyc -lib/zope/ZServer/medusa/contrib/bobo_handler.pyo -lib/zope/ZServer/medusa/contrib/sample_cgi.py -lib/zope/ZServer/medusa/contrib/sample_cgi.pyc -lib/zope/ZServer/medusa/contrib/sample_cgi.pyo -lib/zope/ZServer/medusa/counter.py -lib/zope/ZServer/medusa/counter.pyc -lib/zope/ZServer/medusa/counter.pyo -lib/zope/ZServer/medusa/default_handler.py -lib/zope/ZServer/medusa/default_handler.pyc -lib/zope/ZServer/medusa/default_handler.pyo -lib/zope/ZServer/medusa/demo/publish.py -lib/zope/ZServer/medusa/demo/publish.pyc -lib/zope/ZServer/medusa/demo/publish.pyo -lib/zope/ZServer/medusa/dist/license.html -lib/zope/ZServer/medusa/docs/README.html -lib/zope/ZServer/medusa/docs/composing_producers.gif -lib/zope/ZServer/medusa/docs/data_flow.gif -lib/zope/ZServer/medusa/docs/data_flow.html -lib/zope/ZServer/medusa/docs/producers.gif -lib/zope/ZServer/medusa/docs/proxy_notes.txt -lib/zope/ZServer/medusa/event_loop.py -lib/zope/ZServer/medusa/event_loop.pyc -lib/zope/ZServer/medusa/event_loop.pyo -lib/zope/ZServer/medusa/fifo.py -lib/zope/ZServer/medusa/fifo.pyc -lib/zope/ZServer/medusa/fifo.pyo -lib/zope/ZServer/medusa/filesys.py -lib/zope/ZServer/medusa/filesys.pyc -lib/zope/ZServer/medusa/filesys.pyo -lib/zope/ZServer/medusa/ftp_server.py -lib/zope/ZServer/medusa/ftp_server.pyc -lib/zope/ZServer/medusa/ftp_server.pyo -lib/zope/ZServer/medusa/http_bobo.py -lib/zope/ZServer/medusa/http_bobo.pyc -lib/zope/ZServer/medusa/http_bobo.pyo -lib/zope/ZServer/medusa/http_date.py -lib/zope/ZServer/medusa/http_date.pyc -lib/zope/ZServer/medusa/http_date.pyo -lib/zope/ZServer/medusa/http_server.py -lib/zope/ZServer/medusa/http_server.pyc -lib/zope/ZServer/medusa/http_server.pyo -lib/zope/ZServer/medusa/logger.py -lib/zope/ZServer/medusa/logger.pyc -lib/zope/ZServer/medusa/logger.pyo -lib/zope/ZServer/medusa/m_syslog.py -lib/zope/ZServer/medusa/m_syslog.pyc -lib/zope/ZServer/medusa/m_syslog.pyo -lib/zope/ZServer/medusa/medusa.html -lib/zope/ZServer/medusa/medusa_gif.py -lib/zope/ZServer/medusa/medusa_gif.pyc -lib/zope/ZServer/medusa/medusa_gif.pyo -lib/zope/ZServer/medusa/mime_type_table.py -lib/zope/ZServer/medusa/mime_type_table.pyc -lib/zope/ZServer/medusa/mime_type_table.pyo -lib/zope/ZServer/medusa/misc/async_mysql.py -lib/zope/ZServer/medusa/misc/async_mysql.pyc -lib/zope/ZServer/medusa/misc/async_mysql.pyo -lib/zope/ZServer/medusa/misc/recorder.py -lib/zope/ZServer/medusa/misc/recorder.pyc -lib/zope/ZServer/medusa/misc/recorder.pyo -lib/zope/ZServer/medusa/misc/syncsock.py -lib/zope/ZServer/medusa/misc/syncsock.pyc -lib/zope/ZServer/medusa/misc/syncsock.pyo -lib/zope/ZServer/medusa/monitor.py -lib/zope/ZServer/medusa/monitor.pyc -lib/zope/ZServer/medusa/monitor.pyo -lib/zope/ZServer/medusa/monitor_client.py -lib/zope/ZServer/medusa/monitor_client.pyc -lib/zope/ZServer/medusa/monitor_client.pyo -lib/zope/ZServer/medusa/monitor_client_win32.py -lib/zope/ZServer/medusa/monitor_client_win32.pyc -lib/zope/ZServer/medusa/monitor_client_win32.pyo -lib/zope/ZServer/medusa/notes/async_blurbs.txt -lib/zope/ZServer/medusa/notes/debugging.txt -lib/zope/ZServer/medusa/notes/threads.txt -lib/zope/ZServer/medusa/notes/tkinter.txt -lib/zope/ZServer/medusa/out -lib/zope/ZServer/medusa/producers.py -lib/zope/ZServer/medusa/producers.pyc -lib/zope/ZServer/medusa/producers.pyo -lib/zope/ZServer/medusa/put_handler.py -lib/zope/ZServer/medusa/put_handler.pyc -lib/zope/ZServer/medusa/put_handler.pyo -lib/zope/ZServer/medusa/redirecting_handler.py -lib/zope/ZServer/medusa/redirecting_handler.pyc -lib/zope/ZServer/medusa/redirecting_handler.pyo -lib/zope/ZServer/medusa/resolver.py -lib/zope/ZServer/medusa/resolver.pyc -lib/zope/ZServer/medusa/resolver.pyo -lib/zope/ZServer/medusa/rpc_client.py -lib/zope/ZServer/medusa/rpc_client.pyc -lib/zope/ZServer/medusa/rpc_client.pyo -lib/zope/ZServer/medusa/rpc_server.py -lib/zope/ZServer/medusa/rpc_server.pyc -lib/zope/ZServer/medusa/rpc_server.pyo -lib/zope/ZServer/medusa/script_handler.py -lib/zope/ZServer/medusa/script_handler.pyc -lib/zope/ZServer/medusa/script_handler.pyo -lib/zope/ZServer/medusa/script_handler_demo/form.mpy -lib/zope/ZServer/medusa/script_handler_demo/persistent.py -lib/zope/ZServer/medusa/script_handler_demo/persistent.pyc -lib/zope/ZServer/medusa/script_handler_demo/persistent.pyo -lib/zope/ZServer/medusa/script_handler_demo/start_demo.py -lib/zope/ZServer/medusa/script_handler_demo/start_demo.pyc -lib/zope/ZServer/medusa/script_handler_demo/start_demo.pyo -lib/zope/ZServer/medusa/script_handler_demo/today.mpy -lib/zope/ZServer/medusa/sendfile/README -lib/zope/ZServer/medusa/sendfile/asynchat_sendfile.py -lib/zope/ZServer/medusa/sendfile/asynchat_sendfile.pyc -lib/zope/ZServer/medusa/sendfile/asynchat_sendfile.pyo -lib/zope/ZServer/medusa/sendfile/sendfilemodule.c -lib/zope/ZServer/medusa/sendfile/test_sendfile.py -lib/zope/ZServer/medusa/sendfile/test_sendfile.pyc -lib/zope/ZServer/medusa/sendfile/test_sendfile.pyo -lib/zope/ZServer/medusa/start_medusa.py -lib/zope/ZServer/medusa/start_medusa.pyc -lib/zope/ZServer/medusa/start_medusa.pyo -lib/zope/ZServer/medusa/status_handler.py -lib/zope/ZServer/medusa/status_handler.pyc -lib/zope/ZServer/medusa/status_handler.pyo -lib/zope/ZServer/medusa/test/__init__.py -lib/zope/ZServer/medusa/test/asyn_http_bench.py -lib/zope/ZServer/medusa/test/max_sockets.py -lib/zope/ZServer/medusa/test/test_11.py -lib/zope/ZServer/medusa/test/test_lb.py -lib/zope/ZServer/medusa/test/test_medusa.py -lib/zope/ZServer/medusa/test/test_single_11.py -lib/zope/ZServer/medusa/test/tests.txt -lib/zope/ZServer/medusa/thread/__init__.py -lib/zope/ZServer/medusa/thread/__init__.pyc -lib/zope/ZServer/medusa/thread/__init__.pyo -lib/zope/ZServer/medusa/thread/pi_module.py -lib/zope/ZServer/medusa/thread/pi_module.pyc -lib/zope/ZServer/medusa/thread/pi_module.pyo -lib/zope/ZServer/medusa/thread/select_trigger.py -lib/zope/ZServer/medusa/thread/select_trigger.pyc -lib/zope/ZServer/medusa/thread/select_trigger.pyo -lib/zope/ZServer/medusa/thread/test_module.py -lib/zope/ZServer/medusa/thread/test_module.pyc -lib/zope/ZServer/medusa/thread/test_module.pyo -lib/zope/ZServer/medusa/thread/thread_channel.py -lib/zope/ZServer/medusa/thread/thread_channel.pyc -lib/zope/ZServer/medusa/thread/thread_channel.pyo -lib/zope/ZServer/medusa/thread/thread_handler.py -lib/zope/ZServer/medusa/thread/thread_handler.pyc -lib/zope/ZServer/medusa/thread/thread_handler.pyo -lib/zope/ZServer/medusa/unix_user_handler.py -lib/zope/ZServer/medusa/unix_user_handler.pyc -lib/zope/ZServer/medusa/unix_user_handler.pyo -lib/zope/ZServer/medusa/virtual_handler.py -lib/zope/ZServer/medusa/virtual_handler.pyc -lib/zope/ZServer/medusa/virtual_handler.pyo -lib/zope/ZServer/medusa/xmlrpc_handler.py -lib/zope/ZServer/medusa/xmlrpc_handler.pyc -lib/zope/ZServer/medusa/xmlrpc_handler.pyo +@comment $OpenBSD: PLIST,v 1.12 2004/08/03 10:16:37 xsa Exp $ +lib/zope/ +lib/zope/bin/ +lib/zope/bin/README.txt +lib/zope/bin/check_catalog.py +lib/zope/bin/compilezpy.py +lib/zope/bin/copyzopeskel.py +@unexec rm -f %D/lib/zope/bin/copyzopeskel.pyc +lib/zope/bin/decompilezpy.py +lib/zope/bin/load_site.py +lib/zope/bin/mkzeoinstance.py +lib/zope/bin/mkzopeinstance.py +lib/zope/bin/python +lib/zope/bin/requestprofiler.py +lib/zope/bin/test.py +lib/zope/bin/zpasswd.py +lib/zope/doc/ +lib/zope/doc/CHANGES.txt +lib/zope/doc/CREDITS.txt +lib/zope/doc/DEBUGGING.txt +lib/zope/doc/FAQ.txt +lib/zope/doc/HELPSYS.txt +lib/zope/doc/HISTORY.txt +lib/zope/doc/INSTALL.txt +lib/zope/doc/LICENSE.txt +lib/zope/doc/README.OpenBSD +lib/zope/doc/RESTRUCTUREDSTEXT.txt +lib/zope/doc/SECURITY.txt +lib/zope/doc/SETUID.txt +lib/zope/doc/SIGNALS.txt +lib/zope/doc/TODO.txt +lib/zope/doc/UNITTEST.txt +lib/zope/doc/WEBSERVER.txt +lib/zope/doc/ZODB.txt +lib/zope/doc/zconfig/ +lib/zope/doc/zconfig/schema.dtd +lib/zope/doc/zconfig/zconfig.pdf +lib/zope/import/ lib/zope/import/Examples.zexp -lib/zope/import/README.txt lib/zope/import/ZopeTutorialExamples.zexp -lib/zope/inst/binary_install.py -lib/zope/inst/binary_install.pyc -lib/zope/inst/binary_install.pyo -lib/zope/inst/build_extensions.py -lib/zope/inst/build_extensions.pyc -lib/zope/inst/build_extensions.pyo -lib/zope/inst/build_pcgi.py -lib/zope/inst/build_pcgi.pyc -lib/zope/inst/build_pcgi.pyo -lib/zope/inst/compilezpy.py -lib/zope/inst/compilezpy.pyc -lib/zope/inst/compilezpy.pyo -lib/zope/inst/default_content.py -lib/zope/inst/default_content.pyc -lib/zope/inst/default_content.pyo -lib/zope/inst/do.py -lib/zope/inst/do.pyc -lib/zope/inst/do.pyo -lib/zope/inst/make_instance.py -lib/zope/inst/make_instance.pyc -lib/zope/inst/make_instance.pyo -lib/zope/inst/make_resource.py -lib/zope/inst/make_resource.pyc -lib/zope/inst/make_resource.pyo -lib/zope/inst/make_start.py -lib/zope/inst/make_start.pyc -lib/zope/inst/make_start.pyo -lib/zope/inst/walkandscrub.py -lib/zope/inst/walkandscrub.pyc -lib/zope/inst/walkandscrub.pyo +lib/zope/lib/ +lib/zope/lib/python/ +lib/zope/lib/python/AccessControl/ lib/zope/lib/python/AccessControl/AccessControl.txt lib/zope/lib/python/AccessControl/AuthEncoding.py lib/zope/lib/python/AccessControl/AuthEncoding.pyc -lib/zope/lib/python/AccessControl/AuthEncoding.pyo lib/zope/lib/python/AccessControl/DTML.py lib/zope/lib/python/AccessControl/DTML.pyc -lib/zope/lib/python/AccessControl/DTML.pyo lib/zope/lib/python/AccessControl/IUserFolder.py lib/zope/lib/python/AccessControl/IUserFolder.pyc -lib/zope/lib/python/AccessControl/IUserFolder.pyo +lib/zope/lib/python/AccessControl/ImplC.py +lib/zope/lib/python/AccessControl/ImplC.pyc +lib/zope/lib/python/AccessControl/ImplPython.py +lib/zope/lib/python/AccessControl/ImplPython.pyc +lib/zope/lib/python/AccessControl/Implementation.py +lib/zope/lib/python/AccessControl/Implementation.pyc lib/zope/lib/python/AccessControl/Owned.py lib/zope/lib/python/AccessControl/Owned.pyc -lib/zope/lib/python/AccessControl/Owned.pyo lib/zope/lib/python/AccessControl/Permission.py lib/zope/lib/python/AccessControl/Permission.pyc -lib/zope/lib/python/AccessControl/Permission.pyo lib/zope/lib/python/AccessControl/PermissionMapping.py lib/zope/lib/python/AccessControl/PermissionMapping.pyc -lib/zope/lib/python/AccessControl/PermissionMapping.pyo lib/zope/lib/python/AccessControl/PermissionRole.py lib/zope/lib/python/AccessControl/PermissionRole.pyc -lib/zope/lib/python/AccessControl/PermissionRole.pyo lib/zope/lib/python/AccessControl/Permissions.py lib/zope/lib/python/AccessControl/Permissions.pyc -lib/zope/lib/python/AccessControl/Permissions.pyo lib/zope/lib/python/AccessControl/Role.py lib/zope/lib/python/AccessControl/Role.pyc -lib/zope/lib/python/AccessControl/Role.pyo lib/zope/lib/python/AccessControl/SecurityInfo.py lib/zope/lib/python/AccessControl/SecurityInfo.pyc -lib/zope/lib/python/AccessControl/SecurityInfo.pyo lib/zope/lib/python/AccessControl/SecurityManagement.py lib/zope/lib/python/AccessControl/SecurityManagement.pyc -lib/zope/lib/python/AccessControl/SecurityManagement.pyo lib/zope/lib/python/AccessControl/SecurityManager.py lib/zope/lib/python/AccessControl/SecurityManager.pyc -lib/zope/lib/python/AccessControl/SecurityManager.pyo -lib/zope/lib/python/AccessControl/Setup lib/zope/lib/python/AccessControl/SimpleObjectPolicies.py lib/zope/lib/python/AccessControl/SimpleObjectPolicies.pyc -lib/zope/lib/python/AccessControl/SimpleObjectPolicies.pyo lib/zope/lib/python/AccessControl/SpecialUsers.py lib/zope/lib/python/AccessControl/SpecialUsers.pyc -lib/zope/lib/python/AccessControl/SpecialUsers.pyo lib/zope/lib/python/AccessControl/User.py lib/zope/lib/python/AccessControl/User.pyc -lib/zope/lib/python/AccessControl/User.pyo lib/zope/lib/python/AccessControl/ZopeGuards.py lib/zope/lib/python/AccessControl/ZopeGuards.pyc -lib/zope/lib/python/AccessControl/ZopeGuards.pyo lib/zope/lib/python/AccessControl/ZopeSecurityPolicy.py lib/zope/lib/python/AccessControl/ZopeSecurityPolicy.pyc -lib/zope/lib/python/AccessControl/ZopeSecurityPolicy.pyo lib/zope/lib/python/AccessControl/__init__.py lib/zope/lib/python/AccessControl/__init__.pyc -lib/zope/lib/python/AccessControl/__init__.pyo -lib/zope/lib/python/AccessControl/cAccessControl.c -lib/zope/lib/python/AccessControl/cAccessControl.so +lib/zope/lib/python/AccessControl/dtml/ lib/zope/lib/python/AccessControl/dtml/access.dtml lib/zope/lib/python/AccessControl/dtml/acquiredEdit.dtml lib/zope/lib/python/AccessControl/dtml/addUser.dtml @@ -337,103 +97,112 @@ lib/zope/lib/python/AccessControl/dtml/owner.dtml lib/zope/lib/python/AccessControl/dtml/permissionEdit.dtml lib/zope/lib/python/AccessControl/dtml/roleEdit.dtml lib/zope/lib/python/AccessControl/dtml/userFolderProps.dtml +lib/zope/lib/python/AccessControl/securitySuite/ lib/zope/lib/python/AccessControl/securitySuite/README lib/zope/lib/python/AccessControl/securitySuite/ResultObject.py -lib/zope/lib/python/AccessControl/securitySuite/ResultObject.pyc -lib/zope/lib/python/AccessControl/securitySuite/ResultObject.pyo lib/zope/lib/python/AccessControl/securitySuite/SecurityBase.py -lib/zope/lib/python/AccessControl/securitySuite/SecurityBase.pyc -lib/zope/lib/python/AccessControl/securitySuite/SecurityBase.pyo lib/zope/lib/python/AccessControl/securitySuite/framework.py -lib/zope/lib/python/AccessControl/securitySuite/framework.pyc -lib/zope/lib/python/AccessControl/securitySuite/framework.pyo lib/zope/lib/python/AccessControl/securitySuite/regressionSecurity.py -lib/zope/lib/python/AccessControl/securitySuite/regressionSecurity.pyc -lib/zope/lib/python/AccessControl/securitySuite/regressionSecurity.pyo +lib/zope/lib/python/AccessControl/tests/ lib/zope/lib/python/AccessControl/tests/__init__.py +lib/zope/lib/python/AccessControl/tests/__init__.pyc +lib/zope/lib/python/AccessControl/tests/actual_python.py +lib/zope/lib/python/AccessControl/tests/actual_python.pyc +lib/zope/lib/python/AccessControl/tests/mixed_module/ lib/zope/lib/python/AccessControl/tests/mixed_module/__init__.py +lib/zope/lib/python/AccessControl/tests/mixed_module/__init__.pyc +lib/zope/lib/python/AccessControl/tests/mixed_module/submodule/ lib/zope/lib/python/AccessControl/tests/mixed_module/submodule/__init__.py +lib/zope/lib/python/AccessControl/tests/mixed_module/submodule/__init__.pyc +lib/zope/lib/python/AccessControl/tests/private_module/ lib/zope/lib/python/AccessControl/tests/private_module/__init__.py +lib/zope/lib/python/AccessControl/tests/private_module/__init__.pyc +lib/zope/lib/python/AccessControl/tests/private_module/submodule/ lib/zope/lib/python/AccessControl/tests/private_module/submodule/__init__.py +lib/zope/lib/python/AccessControl/tests/private_module/submodule/__init__.pyc +lib/zope/lib/python/AccessControl/tests/public_module/ lib/zope/lib/python/AccessControl/tests/public_module/__init__.py +lib/zope/lib/python/AccessControl/tests/public_module/__init__.pyc +lib/zope/lib/python/AccessControl/tests/public_module/submodule/ lib/zope/lib/python/AccessControl/tests/public_module/submodule/__init__.py +lib/zope/lib/python/AccessControl/tests/public_module/submodule/__init__.pyc +lib/zope/lib/python/AccessControl/tests/testBindings.py +lib/zope/lib/python/AccessControl/tests/testBindings.pyc lib/zope/lib/python/AccessControl/tests/testClassSecurityInfo.py +lib/zope/lib/python/AccessControl/tests/testClassSecurityInfo.pyc lib/zope/lib/python/AccessControl/tests/testDeprecatedAPI.py +lib/zope/lib/python/AccessControl/tests/testDeprecatedAPI.pyc +lib/zope/lib/python/AccessControl/tests/testImplementation.py +lib/zope/lib/python/AccessControl/tests/testImplementation.pyc lib/zope/lib/python/AccessControl/tests/testModuleSecurity.py +lib/zope/lib/python/AccessControl/tests/testModuleSecurity.pyc +lib/zope/lib/python/AccessControl/tests/testOwned.py +lib/zope/lib/python/AccessControl/tests/testOwned.pyc lib/zope/lib/python/AccessControl/tests/testPasswordDigest.py +lib/zope/lib/python/AccessControl/tests/testPasswordDigest.pyc lib/zope/lib/python/AccessControl/tests/testPermissionRole.py +lib/zope/lib/python/AccessControl/tests/testPermissionRole.pyc lib/zope/lib/python/AccessControl/tests/testSecurity.py +lib/zope/lib/python/AccessControl/tests/testSecurity.pyc lib/zope/lib/python/AccessControl/tests/testUserFolder.py +lib/zope/lib/python/AccessControl/tests/testUserFolder.pyc +lib/zope/lib/python/AccessControl/tests/testZopeGuards.py +lib/zope/lib/python/AccessControl/tests/testZopeGuards.pyc lib/zope/lib/python/AccessControl/tests/testZopeSecurityPolicy.py +lib/zope/lib/python/AccessControl/tests/testZopeSecurityPolicy.pyc +lib/zope/lib/python/AccessControl/tests/test_safeiter.py +lib/zope/lib/python/AccessControl/tests/test_safeiter.pyc lib/zope/lib/python/AccessControl/unauthorized.py lib/zope/lib/python/AccessControl/unauthorized.pyc -lib/zope/lib/python/AccessControl/unauthorized.pyo +lib/zope/lib/python/AccessControl/www/ lib/zope/lib/python/AccessControl/www/AccessControl_icon.gif lib/zope/lib/python/AccessControl/www/User_icon.gif -lib/zope/lib/python/Acquisition.so +lib/zope/lib/python/App/ lib/zope/lib/python/App/ApplicationManager.py lib/zope/lib/python/App/ApplicationManager.pyc -lib/zope/lib/python/App/ApplicationManager.pyo lib/zope/lib/python/App/CacheManager.py lib/zope/lib/python/App/CacheManager.pyc -lib/zope/lib/python/App/CacheManager.pyo lib/zope/lib/python/App/Common.py lib/zope/lib/python/App/Common.pyc -lib/zope/lib/python/App/Common.pyo lib/zope/lib/python/App/DavLockManager.py lib/zope/lib/python/App/DavLockManager.pyc -lib/zope/lib/python/App/DavLockManager.pyo lib/zope/lib/python/App/Dialogs.py lib/zope/lib/python/App/Dialogs.pyc -lib/zope/lib/python/App/Dialogs.pyo lib/zope/lib/python/App/Extensions.py lib/zope/lib/python/App/Extensions.pyc -lib/zope/lib/python/App/Extensions.pyo lib/zope/lib/python/App/Factory.py lib/zope/lib/python/App/Factory.pyc -lib/zope/lib/python/App/Factory.pyo lib/zope/lib/python/App/FactoryDispatcher.py lib/zope/lib/python/App/FactoryDispatcher.pyc -lib/zope/lib/python/App/FactoryDispatcher.pyo lib/zope/lib/python/App/FindHomes.py lib/zope/lib/python/App/FindHomes.pyc -lib/zope/lib/python/App/FindHomes.pyo lib/zope/lib/python/App/Hotfixes.py lib/zope/lib/python/App/Hotfixes.pyc -lib/zope/lib/python/App/Hotfixes.pyo lib/zope/lib/python/App/ImageFile.py lib/zope/lib/python/App/ImageFile.pyc -lib/zope/lib/python/App/ImageFile.pyo lib/zope/lib/python/App/Management.py lib/zope/lib/python/App/Management.pyc -lib/zope/lib/python/App/Management.pyo lib/zope/lib/python/App/Permission.py lib/zope/lib/python/App/Permission.pyc -lib/zope/lib/python/App/Permission.pyo lib/zope/lib/python/App/PersistentExtra.py lib/zope/lib/python/App/PersistentExtra.pyc -lib/zope/lib/python/App/PersistentExtra.pyo lib/zope/lib/python/App/Product.py lib/zope/lib/python/App/Product.pyc -lib/zope/lib/python/App/Product.pyo lib/zope/lib/python/App/ProductContext.py lib/zope/lib/python/App/ProductContext.pyc -lib/zope/lib/python/App/ProductContext.pyo lib/zope/lib/python/App/ProductRegistry.py lib/zope/lib/python/App/ProductRegistry.pyc -lib/zope/lib/python/App/ProductRegistry.pyo lib/zope/lib/python/App/RefreshFuncs.py lib/zope/lib/python/App/RefreshFuncs.pyc -lib/zope/lib/python/App/RefreshFuncs.pyo lib/zope/lib/python/App/Undo.py lib/zope/lib/python/App/Undo.pyc -lib/zope/lib/python/App/Undo.pyo lib/zope/lib/python/App/__init__.py lib/zope/lib/python/App/__init__.pyc -lib/zope/lib/python/App/__init__.pyo lib/zope/lib/python/App/class_init.py lib/zope/lib/python/App/class_init.pyc -lib/zope/lib/python/App/class_init.pyo +lib/zope/lib/python/App/config.py +lib/zope/lib/python/App/config.pyc +lib/zope/lib/python/App/dtml/ lib/zope/lib/python/App/dtml/activity.dtml lib/zope/lib/python/App/dtml/addFactory.dtml lib/zope/lib/python/App/dtml/addPermission.dtml @@ -467,13 +236,20 @@ lib/zope/lib/python/App/dtml/versionManager.dtml lib/zope/lib/python/App/dtml/zope_quick_start.dtml lib/zope/lib/python/App/special_dtml.py lib/zope/lib/python/App/special_dtml.pyc -lib/zope/lib/python/App/special_dtml.pyo lib/zope/lib/python/App/tar.py lib/zope/lib/python/App/tar.pyc -lib/zope/lib/python/App/tar.pyo +lib/zope/lib/python/App/tests/ +lib/zope/lib/python/App/tests/__init__.py +lib/zope/lib/python/App/tests/__init__.pyc +lib/zope/lib/python/App/tests/test_cachemanager.py +lib/zope/lib/python/App/tests/test_cachemanager.pyc +lib/zope/lib/python/App/tests/test_setConfiguration.py +lib/zope/lib/python/App/tests/test_setConfiguration.pyc +lib/zope/lib/python/App/tests/test_version_txt.py +lib/zope/lib/python/App/tests/test_version_txt.pyc lib/zope/lib/python/App/version_txt.py lib/zope/lib/python/App/version_txt.pyc -lib/zope/lib/python/App/version_txt.pyo +lib/zope/lib/python/App/www/ lib/zope/lib/python/App/www/CacheManager_icon.gif lib/zope/lib/python/App/www/DebugManager_icon.gif lib/zope/lib/python/App/www/PythonPoweredSmall.gif @@ -481,6 +257,7 @@ lib/zope/lib/python/App/www/arrow.jpg lib/zope/lib/python/App/www/background.jpg lib/zope/lib/python/App/www/border.gif lib/zope/lib/python/App/www/brokenProduct.gif +lib/zope/lib/python/App/www/chooseDatabase.pt lib/zope/lib/python/App/www/cpSystem.gif lib/zope/lib/python/App/www/dbManage.gif lib/zope/lib/python/App/www/factory.gif @@ -502,183 +279,182 @@ lib/zope/lib/python/App/www/vManage.gif lib/zope/lib/python/App/www/z_button.jpg lib/zope/lib/python/App/www/zope_button.jpg lib/zope/lib/python/App/www/zopelogo.jpg -lib/zope/lib/python/BTree.so -lib/zope/lib/python/BTrees/BTreeItemsTemplate.c -lib/zope/lib/python/BTrees/BTreeModuleTemplate.c -lib/zope/lib/python/BTrees/BTreeTemplate.c -lib/zope/lib/python/BTrees/BucketTemplate.c +lib/zope/lib/python/BDBStorage/ +lib/zope/lib/python/BDBStorage/BDBFullStorage.py +lib/zope/lib/python/BDBStorage/BDBFullStorage.pyc +lib/zope/lib/python/BDBStorage/BDBMinimalStorage.py +lib/zope/lib/python/BDBStorage/BDBMinimalStorage.pyc +lib/zope/lib/python/BDBStorage/BerkeleyBase.py +lib/zope/lib/python/BDBStorage/BerkeleyBase.pyc +lib/zope/lib/python/BDBStorage/__init__.py +lib/zope/lib/python/BDBStorage/__init__.pyc +lib/zope/lib/python/BDBStorage/profout.py +lib/zope/lib/python/BDBStorage/profout.pyc +lib/zope/lib/python/BDBStorage/tests/ +lib/zope/lib/python/BDBStorage/tests/BerkeleyTestBase.py +lib/zope/lib/python/BDBStorage/tests/BerkeleyTestBase.pyc +lib/zope/lib/python/BDBStorage/tests/ZODBTestBase.py +lib/zope/lib/python/BDBStorage/tests/ZODBTestBase.pyc +lib/zope/lib/python/BDBStorage/tests/__init__.py +lib/zope/lib/python/BDBStorage/tests/__init__.pyc +lib/zope/lib/python/BDBStorage/tests/test_autopack.py +lib/zope/lib/python/BDBStorage/tests/test_autopack.pyc +lib/zope/lib/python/BDBStorage/tests/test_create.py +lib/zope/lib/python/BDBStorage/tests/test_create.pyc +lib/zope/lib/python/BDBStorage/tests/test_storage_api.py +lib/zope/lib/python/BDBStorage/tests/test_storage_api.pyc +lib/zope/lib/python/BDBStorage/tests/test_virgin.py +lib/zope/lib/python/BDBStorage/tests/test_virgin.pyc +lib/zope/lib/python/BDBStorage/tests/test_whitebox.py +lib/zope/lib/python/BDBStorage/tests/test_whitebox.pyc +lib/zope/lib/python/BDBStorage/tests/test_zodb_simple.py +lib/zope/lib/python/BDBStorage/tests/test_zodb_simple.pyc +lib/zope/lib/python/BDBStorage/tests/testall.py +lib/zope/lib/python/BDBStorage/tests/testall.pyc +lib/zope/lib/python/BDBStorage/tests/timeiter.py +lib/zope/lib/python/BDBStorage/tests/timeiter.pyc +lib/zope/lib/python/BDBStorage/tests/timepickles.py +lib/zope/lib/python/BDBStorage/tests/timepickles.pyc +lib/zope/lib/python/BTrees/ lib/zope/lib/python/BTrees/IIBTree.py lib/zope/lib/python/BTrees/IIBTree.pyc -lib/zope/lib/python/BTrees/IIBTree.pyo lib/zope/lib/python/BTrees/IOBTree.py lib/zope/lib/python/BTrees/IOBTree.pyc -lib/zope/lib/python/BTrees/IOBTree.pyo lib/zope/lib/python/BTrees/Interfaces.py lib/zope/lib/python/BTrees/Interfaces.pyc -lib/zope/lib/python/BTrees/Interfaces.pyo lib/zope/lib/python/BTrees/Length.py lib/zope/lib/python/BTrees/Length.pyc -lib/zope/lib/python/BTrees/Length.pyo lib/zope/lib/python/BTrees/Maintainer.txt -lib/zope/lib/python/BTrees/MergeTemplate.c lib/zope/lib/python/BTrees/OIBTree.py lib/zope/lib/python/BTrees/OIBTree.pyc -lib/zope/lib/python/BTrees/OIBTree.pyo lib/zope/lib/python/BTrees/OOBTree.py lib/zope/lib/python/BTrees/OOBTree.pyc -lib/zope/lib/python/BTrees/OOBTree.pyo -lib/zope/lib/python/BTrees/SetOpTemplate.c -lib/zope/lib/python/BTrees/SetTemplate.c -lib/zope/lib/python/BTrees/Setup -lib/zope/lib/python/BTrees/TreeSetTemplate.c -lib/zope/lib/python/BTrees/_IIBTree.c -lib/zope/lib/python/BTrees/_IIBTree.so -lib/zope/lib/python/BTrees/_IOBTree.c -lib/zope/lib/python/BTrees/_IOBTree.so -lib/zope/lib/python/BTrees/_OIBTree.c -lib/zope/lib/python/BTrees/_OIBTree.so -lib/zope/lib/python/BTrees/_OOBTree.c -lib/zope/lib/python/BTrees/_OOBTree.so lib/zope/lib/python/BTrees/__init__.py lib/zope/lib/python/BTrees/__init__.pyc -lib/zope/lib/python/BTrees/__init__.pyo -lib/zope/lib/python/BTrees/_fsBTree.c -lib/zope/lib/python/BTrees/_fsBTree.so lib/zope/lib/python/BTrees/check.py lib/zope/lib/python/BTrees/check.pyc -lib/zope/lib/python/BTrees/check.pyo lib/zope/lib/python/BTrees/convert.py lib/zope/lib/python/BTrees/convert.pyc -lib/zope/lib/python/BTrees/convert.pyo -lib/zope/lib/python/BTrees/intkeymacros.h -lib/zope/lib/python/BTrees/intvaluemacros.h -lib/zope/lib/python/BTrees/objectkeymacros.h -lib/zope/lib/python/BTrees/objectvaluemacros.h -lib/zope/lib/python/BTrees/sorters.c +lib/zope/lib/python/BTrees/tests/ lib/zope/lib/python/BTrees/tests/__init__.py +lib/zope/lib/python/BTrees/tests/__init__.pyc lib/zope/lib/python/BTrees/tests/testBTrees.py +lib/zope/lib/python/BTrees/tests/testBTrees.pyc lib/zope/lib/python/BTrees/tests/testBTreesUnicode.py +lib/zope/lib/python/BTrees/tests/testBTreesUnicode.pyc lib/zope/lib/python/BTrees/tests/testConflict.py +lib/zope/lib/python/BTrees/tests/testConflict.pyc lib/zope/lib/python/BTrees/tests/testSetOps.py +lib/zope/lib/python/BTrees/tests/testSetOps.pyc lib/zope/lib/python/BTrees/tests/test_check.py -lib/zope/lib/python/ComputedAttribute.so -lib/zope/lib/python/DateTime/DateTime.html +lib/zope/lib/python/BTrees/tests/test_check.pyc +lib/zope/lib/python/DBTab/ +lib/zope/lib/python/DBTab/CHANGES.txt +lib/zope/lib/python/DBTab/ClassFactories.py +lib/zope/lib/python/DBTab/ClassFactories.pyc +lib/zope/lib/python/DBTab/DBTab.py +lib/zope/lib/python/DBTab/DBTab.pyc +lib/zope/lib/python/DBTab/Exceptions.py +lib/zope/lib/python/DBTab/Exceptions.pyc +lib/zope/lib/python/DBTab/__init__.py +lib/zope/lib/python/DBTab/__init__.pyc +lib/zope/lib/python/DateTime/ lib/zope/lib/python/DateTime/DateTime.py lib/zope/lib/python/DateTime/DateTime.pyc -lib/zope/lib/python/DateTime/DateTime.pyo +lib/zope/lib/python/DateTime/DateTime.txt lib/zope/lib/python/DateTime/DateTimeZone.py lib/zope/lib/python/DateTime/DateTimeZone.pyc -lib/zope/lib/python/DateTime/DateTimeZone.pyo -lib/zope/lib/python/DateTime/Setup lib/zope/lib/python/DateTime/__init__.py lib/zope/lib/python/DateTime/__init__.pyc -lib/zope/lib/python/DateTime/__init__.pyo +lib/zope/lib/python/DateTime/tests/ +lib/zope/lib/python/DateTime/tests/__init__.py +lib/zope/lib/python/DateTime/tests/__init__.pyc lib/zope/lib/python/DateTime/tests/julian_testdata.txt.gz lib/zope/lib/python/DateTime/tests/testDateTime.py +lib/zope/lib/python/DateTime/tests/testDateTime.pyc +lib/zope/lib/python/DocumentTemplate/ lib/zope/lib/python/DocumentTemplate/DT_HTML.py lib/zope/lib/python/DocumentTemplate/DT_HTML.pyc -lib/zope/lib/python/DocumentTemplate/DT_HTML.pyo lib/zope/lib/python/DocumentTemplate/DT_If.py lib/zope/lib/python/DocumentTemplate/DT_If.pyc -lib/zope/lib/python/DocumentTemplate/DT_If.pyo lib/zope/lib/python/DocumentTemplate/DT_In.py lib/zope/lib/python/DocumentTemplate/DT_In.pyc -lib/zope/lib/python/DocumentTemplate/DT_In.pyo lib/zope/lib/python/DocumentTemplate/DT_InSV.py lib/zope/lib/python/DocumentTemplate/DT_InSV.pyc -lib/zope/lib/python/DocumentTemplate/DT_InSV.pyo lib/zope/lib/python/DocumentTemplate/DT_Let.py lib/zope/lib/python/DocumentTemplate/DT_Let.pyc -lib/zope/lib/python/DocumentTemplate/DT_Let.pyo lib/zope/lib/python/DocumentTemplate/DT_Raise.py lib/zope/lib/python/DocumentTemplate/DT_Raise.pyc -lib/zope/lib/python/DocumentTemplate/DT_Raise.pyo lib/zope/lib/python/DocumentTemplate/DT_Return.py lib/zope/lib/python/DocumentTemplate/DT_Return.pyc -lib/zope/lib/python/DocumentTemplate/DT_Return.pyo lib/zope/lib/python/DocumentTemplate/DT_String.py lib/zope/lib/python/DocumentTemplate/DT_String.pyc -lib/zope/lib/python/DocumentTemplate/DT_String.pyo lib/zope/lib/python/DocumentTemplate/DT_Try.py lib/zope/lib/python/DocumentTemplate/DT_Try.pyc -lib/zope/lib/python/DocumentTemplate/DT_Try.pyo lib/zope/lib/python/DocumentTemplate/DT_UI.py lib/zope/lib/python/DocumentTemplate/DT_UI.pyc -lib/zope/lib/python/DocumentTemplate/DT_UI.pyo lib/zope/lib/python/DocumentTemplate/DT_Util.py lib/zope/lib/python/DocumentTemplate/DT_Util.pyc -lib/zope/lib/python/DocumentTemplate/DT_Util.pyo lib/zope/lib/python/DocumentTemplate/DT_Var.py lib/zope/lib/python/DocumentTemplate/DT_Var.pyc -lib/zope/lib/python/DocumentTemplate/DT_Var.pyo lib/zope/lib/python/DocumentTemplate/DT_With.py lib/zope/lib/python/DocumentTemplate/DT_With.pyc -lib/zope/lib/python/DocumentTemplate/DT_With.pyo lib/zope/lib/python/DocumentTemplate/DTtestExpr.py lib/zope/lib/python/DocumentTemplate/DTtestExpr.pyc -lib/zope/lib/python/DocumentTemplate/DTtestExpr.pyo lib/zope/lib/python/DocumentTemplate/DocumentTemplate.py lib/zope/lib/python/DocumentTemplate/DocumentTemplate.pyc -lib/zope/lib/python/DocumentTemplate/DocumentTemplate.pyo lib/zope/lib/python/DocumentTemplate/Let.stx -lib/zope/lib/python/DocumentTemplate/Setup lib/zope/lib/python/DocumentTemplate/VSEval.py lib/zope/lib/python/DocumentTemplate/VSEval.pyc -lib/zope/lib/python/DocumentTemplate/VSEval.pyo lib/zope/lib/python/DocumentTemplate/__init__.py lib/zope/lib/python/DocumentTemplate/__init__.pyc -lib/zope/lib/python/DocumentTemplate/__init__.pyo -lib/zope/lib/python/DocumentTemplate/cDocumentTemplate.c -lib/zope/lib/python/DocumentTemplate/cDocumentTemplate.so lib/zope/lib/python/DocumentTemplate/html_quote.py lib/zope/lib/python/DocumentTemplate/html_quote.pyc -lib/zope/lib/python/DocumentTemplate/html_quote.pyo lib/zope/lib/python/DocumentTemplate/pDocumentTemplate.py lib/zope/lib/python/DocumentTemplate/pDocumentTemplate.pyc -lib/zope/lib/python/DocumentTemplate/pDocumentTemplate.pyo -lib/zope/lib/python/DocumentTemplate/release.fl -lib/zope/lib/python/DocumentTemplate/release.sh +lib/zope/lib/python/DocumentTemplate/sequence/ lib/zope/lib/python/DocumentTemplate/sequence/SortEx.py lib/zope/lib/python/DocumentTemplate/sequence/SortEx.pyc -lib/zope/lib/python/DocumentTemplate/sequence/SortEx.pyo lib/zope/lib/python/DocumentTemplate/sequence/__init__.py lib/zope/lib/python/DocumentTemplate/sequence/__init__.pyc -lib/zope/lib/python/DocumentTemplate/sequence/__init__.pyo +lib/zope/lib/python/DocumentTemplate/sequence/tests/ lib/zope/lib/python/DocumentTemplate/sequence/tests/__init__.py +lib/zope/lib/python/DocumentTemplate/sequence/tests/__init__.pyc lib/zope/lib/python/DocumentTemplate/sequence/tests/results.py +lib/zope/lib/python/DocumentTemplate/sequence/tests/results.pyc lib/zope/lib/python/DocumentTemplate/sequence/tests/testSequence.py +lib/zope/lib/python/DocumentTemplate/sequence/tests/testSequence.pyc lib/zope/lib/python/DocumentTemplate/sequence/tests/ztestlib.py +lib/zope/lib/python/DocumentTemplate/sequence/tests/ztestlib.pyc +lib/zope/lib/python/DocumentTemplate/tests/ lib/zope/lib/python/DocumentTemplate/tests/__init__.py +lib/zope/lib/python/DocumentTemplate/tests/__init__.pyc lib/zope/lib/python/DocumentTemplate/tests/dealers.dtml lib/zope/lib/python/DocumentTemplate/tests/dealers.out lib/zope/lib/python/DocumentTemplate/tests/testDTML.py +lib/zope/lib/python/DocumentTemplate/tests/testDTML.pyc lib/zope/lib/python/DocumentTemplate/tests/testDTMLUnicode.py +lib/zope/lib/python/DocumentTemplate/tests/testDTMLUnicode.pyc lib/zope/lib/python/DocumentTemplate/tests/testustr.py +lib/zope/lib/python/DocumentTemplate/tests/testustr.pyc lib/zope/lib/python/DocumentTemplate/ustr.py lib/zope/lib/python/DocumentTemplate/ustr.pyc -lib/zope/lib/python/DocumentTemplate/ustr.pyo -lib/zope/lib/python/ExtensionClass.so lib/zope/lib/python/Globals.py lib/zope/lib/python/Globals.pyc -lib/zope/lib/python/Globals.pyo +lib/zope/lib/python/HelpSys/ lib/zope/lib/python/HelpSys/APIHelpTopic.py lib/zope/lib/python/HelpSys/APIHelpTopic.pyc -lib/zope/lib/python/HelpSys/APIHelpTopic.pyo lib/zope/lib/python/HelpSys/HelpSys.py lib/zope/lib/python/HelpSys/HelpSys.pyc -lib/zope/lib/python/HelpSys/HelpSys.pyo lib/zope/lib/python/HelpSys/HelpTopic.py lib/zope/lib/python/HelpSys/HelpTopic.pyc -lib/zope/lib/python/HelpSys/HelpTopic.pyo lib/zope/lib/python/HelpSys/HelpUtil.py lib/zope/lib/python/HelpSys/HelpUtil.pyc -lib/zope/lib/python/HelpSys/HelpUtil.pyo lib/zope/lib/python/HelpSys/ObjectRef.py lib/zope/lib/python/HelpSys/ObjectRef.pyc -lib/zope/lib/python/HelpSys/ObjectRef.pyo lib/zope/lib/python/HelpSys/__init__.py lib/zope/lib/python/HelpSys/__init__.pyc -lib/zope/lib/python/HelpSys/__init__.pyo +lib/zope/lib/python/HelpSys/dtml/ lib/zope/lib/python/HelpSys/dtml/APIHelpView.dtml lib/zope/lib/python/HelpSys/dtml/APIView.dtml lib/zope/lib/python/HelpSys/dtml/addTopic.dtml @@ -699,6 +475,7 @@ lib/zope/lib/python/HelpSys/dtml/results.dtml lib/zope/lib/python/HelpSys/dtml/search.dtml lib/zope/lib/python/HelpSys/dtml/topic_footer.dtml lib/zope/lib/python/HelpSys/dtml/topic_header.dtml +lib/zope/lib/python/HelpSys/images/ lib/zope/lib/python/HelpSys/images/helpTopic.gif lib/zope/lib/python/HelpSys/images/hs_cbook.gif lib/zope/lib/python/HelpSys/images/hs_darrow.gif @@ -708,163 +485,135 @@ lib/zope/lib/python/HelpSys/images/hs_obook.gif lib/zope/lib/python/HelpSys/images/hs_rarrow.gif lib/zope/lib/python/HelpSys/images/hs_uarrow.gif lib/zope/lib/python/HelpSys/images/productHelp.gif -lib/zope/lib/python/IIBTree.so -lib/zope/lib/python/IOBTree.so lib/zope/lib/python/ImageFile.py lib/zope/lib/python/ImageFile.pyc -lib/zope/lib/python/ImageFile.pyo +lib/zope/lib/python/Interface/ lib/zope/lib/python/Interface/Attribute.py lib/zope/lib/python/Interface/Attribute.pyc -lib/zope/lib/python/Interface/Attribute.pyo +lib/zope/lib/python/Interface/Common/ lib/zope/lib/python/Interface/Common/Mapping.py lib/zope/lib/python/Interface/Common/Mapping.pyc -lib/zope/lib/python/Interface/Common/Mapping.pyo lib/zope/lib/python/Interface/Common/__init__.py lib/zope/lib/python/Interface/Common/__init__.pyc -lib/zope/lib/python/Interface/Common/__init__.pyo +lib/zope/lib/python/Interface/Common/tests/ lib/zope/lib/python/Interface/Common/tests/BaseTestMapping.py +lib/zope/lib/python/Interface/Common/tests/BaseTestMapping.pyc lib/zope/lib/python/Interface/Common/tests/__init__.py +lib/zope/lib/python/Interface/Common/tests/__init__.pyc lib/zope/lib/python/Interface/Document.py lib/zope/lib/python/Interface/Document.pyc -lib/zope/lib/python/Interface/Document.pyo lib/zope/lib/python/Interface/Exceptions.py lib/zope/lib/python/Interface/Exceptions.pyc -lib/zope/lib/python/Interface/Exceptions.pyo lib/zope/lib/python/Interface/IAttribute.py lib/zope/lib/python/Interface/IAttribute.pyc -lib/zope/lib/python/Interface/IAttribute.pyo lib/zope/lib/python/Interface/IElement.py lib/zope/lib/python/Interface/IElement.pyc -lib/zope/lib/python/Interface/IElement.pyo lib/zope/lib/python/Interface/IInterface.py lib/zope/lib/python/Interface/IInterface.pyc -lib/zope/lib/python/Interface/IInterface.pyo lib/zope/lib/python/Interface/IMethod.py lib/zope/lib/python/Interface/IMethod.pyc -lib/zope/lib/python/Interface/IMethod.pyo lib/zope/lib/python/Interface/Implements.py lib/zope/lib/python/Interface/Implements.pyc -lib/zope/lib/python/Interface/Implements.pyo lib/zope/lib/python/Interface/Mapping.py lib/zope/lib/python/Interface/Mapping.pyc -lib/zope/lib/python/Interface/Mapping.pyo lib/zope/lib/python/Interface/Method.py lib/zope/lib/python/Interface/Method.pyc -lib/zope/lib/python/Interface/Method.pyo lib/zope/lib/python/Interface/Verify.py lib/zope/lib/python/Interface/Verify.pyc -lib/zope/lib/python/Interface/Verify.pyo lib/zope/lib/python/Interface/_Element.py lib/zope/lib/python/Interface/_Element.pyc -lib/zope/lib/python/Interface/_Element.pyo lib/zope/lib/python/Interface/_Interface.py lib/zope/lib/python/Interface/_Interface.pyc -lib/zope/lib/python/Interface/_Interface.pyo lib/zope/lib/python/Interface/_InterfaceClass.py lib/zope/lib/python/Interface/_InterfaceClass.pyc -lib/zope/lib/python/Interface/_InterfaceClass.pyo lib/zope/lib/python/Interface/__init__.py lib/zope/lib/python/Interface/__init__.pyc -lib/zope/lib/python/Interface/__init__.pyo lib/zope/lib/python/Interface/_object.py lib/zope/lib/python/Interface/_object.pyc -lib/zope/lib/python/Interface/_object.pyo +lib/zope/lib/python/Interface/iclass.py +lib/zope/lib/python/Interface/iclass.pyc lib/zope/lib/python/Interface/pprint.py lib/zope/lib/python/Interface/pprint.pyc -lib/zope/lib/python/Interface/pprint.pyo lib/zope/lib/python/Interface/pyskel.py lib/zope/lib/python/Interface/pyskel.pyc -lib/zope/lib/python/Interface/pyskel.pyo +lib/zope/lib/python/Interface/tests/ lib/zope/lib/python/Interface/tests/IFoo.py +lib/zope/lib/python/Interface/tests/IFoo.pyc lib/zope/lib/python/Interface/tests/__init__.py +lib/zope/lib/python/Interface/tests/__init__.pyc lib/zope/lib/python/Interface/tests/dummy.py +lib/zope/lib/python/Interface/tests/dummy.pyc lib/zope/lib/python/Interface/tests/testDocument.py +lib/zope/lib/python/Interface/tests/testDocument.pyc +lib/zope/lib/python/Interface/tests/testElement.py +lib/zope/lib/python/Interface/tests/testElement.pyc lib/zope/lib/python/Interface/tests/testImplements.py +lib/zope/lib/python/Interface/tests/testImplements.pyc lib/zope/lib/python/Interface/tests/testInterface.py +lib/zope/lib/python/Interface/tests/testInterface.pyc lib/zope/lib/python/Interface/tests/testVerify.py +lib/zope/lib/python/Interface/tests/testVerify.pyc lib/zope/lib/python/Interface/tests/testVisitImplements.py +lib/zope/lib/python/Interface/tests/testVisitImplements.pyc lib/zope/lib/python/Interface/tests/unitfixtures.py -lib/zope/lib/python/LOG.py -lib/zope/lib/python/LOG.pyc -lib/zope/lib/python/LOG.pyo +lib/zope/lib/python/Interface/tests/unitfixtures.pyc lib/zope/lib/python/Lifetime.py lib/zope/lib/python/Lifetime.pyc -lib/zope/lib/python/Lifetime.pyo -lib/zope/lib/python/Main.py -lib/zope/lib/python/Main.pyc -lib/zope/lib/python/Main.pyo -lib/zope/lib/python/MethodObject.so -lib/zope/lib/python/Missing.so -lib/zope/lib/python/MultiMapping.so +lib/zope/lib/python/OFS/ lib/zope/lib/python/OFS/Application.py lib/zope/lib/python/OFS/Application.pyc -lib/zope/lib/python/OFS/Application.pyo lib/zope/lib/python/OFS/Cache.py lib/zope/lib/python/OFS/Cache.pyc -lib/zope/lib/python/OFS/Cache.pyo lib/zope/lib/python/OFS/CopySupport.py lib/zope/lib/python/OFS/CopySupport.pyc -lib/zope/lib/python/OFS/CopySupport.pyo lib/zope/lib/python/OFS/DTMLDocument.py lib/zope/lib/python/OFS/DTMLDocument.pyc -lib/zope/lib/python/OFS/DTMLDocument.pyo lib/zope/lib/python/OFS/DTMLMethod.py lib/zope/lib/python/OFS/DTMLMethod.pyc -lib/zope/lib/python/OFS/DTMLMethod.pyo lib/zope/lib/python/OFS/DefaultObservable.py lib/zope/lib/python/OFS/DefaultObservable.pyc -lib/zope/lib/python/OFS/DefaultObservable.pyo lib/zope/lib/python/OFS/Document.py lib/zope/lib/python/OFS/Document.pyc -lib/zope/lib/python/OFS/Document.pyo lib/zope/lib/python/OFS/FTPInterface.py lib/zope/lib/python/OFS/FTPInterface.pyc -lib/zope/lib/python/OFS/FTPInterface.pyo lib/zope/lib/python/OFS/FindSupport.py lib/zope/lib/python/OFS/FindSupport.pyc -lib/zope/lib/python/OFS/FindSupport.pyo lib/zope/lib/python/OFS/Folder.py lib/zope/lib/python/OFS/Folder.pyc -lib/zope/lib/python/OFS/Folder.pyo lib/zope/lib/python/OFS/History.py lib/zope/lib/python/OFS/History.pyc -lib/zope/lib/python/OFS/History.pyo +lib/zope/lib/python/OFS/IOrderSupport.py +lib/zope/lib/python/OFS/IOrderSupport.pyc lib/zope/lib/python/OFS/Image.py lib/zope/lib/python/OFS/Image.pyc -lib/zope/lib/python/OFS/Image.pyo lib/zope/lib/python/OFS/Moniker.py lib/zope/lib/python/OFS/Moniker.pyc -lib/zope/lib/python/OFS/Moniker.pyo lib/zope/lib/python/OFS/ObjectManager.py lib/zope/lib/python/OFS/ObjectManager.pyc -lib/zope/lib/python/OFS/ObjectManager.pyo +lib/zope/lib/python/OFS/OrderSupport.py +lib/zope/lib/python/OFS/OrderSupport.pyc +lib/zope/lib/python/OFS/OrderedFolder.py +lib/zope/lib/python/OFS/OrderedFolder.pyc lib/zope/lib/python/OFS/PropertyManager.py lib/zope/lib/python/OFS/PropertyManager.pyc -lib/zope/lib/python/OFS/PropertyManager.pyo lib/zope/lib/python/OFS/PropertySheets.py lib/zope/lib/python/OFS/PropertySheets.pyc -lib/zope/lib/python/OFS/PropertySheets.pyo lib/zope/lib/python/OFS/SimpleItem.py lib/zope/lib/python/OFS/SimpleItem.pyc -lib/zope/lib/python/OFS/SimpleItem.pyo lib/zope/lib/python/OFS/Traversable.py lib/zope/lib/python/OFS/Traversable.pyc -lib/zope/lib/python/OFS/Traversable.pyo lib/zope/lib/python/OFS/Uninstalled.py lib/zope/lib/python/OFS/Uninstalled.pyc -lib/zope/lib/python/OFS/Uninstalled.pyo lib/zope/lib/python/OFS/XMLExportImport.py lib/zope/lib/python/OFS/XMLExportImport.pyc -lib/zope/lib/python/OFS/XMLExportImport.pyo lib/zope/lib/python/OFS/ZDOM.py lib/zope/lib/python/OFS/ZDOM.pyc -lib/zope/lib/python/OFS/ZDOM.pyo lib/zope/lib/python/OFS/__init__.py lib/zope/lib/python/OFS/__init__.pyc -lib/zope/lib/python/OFS/__init__.pyo lib/zope/lib/python/OFS/content_types.py lib/zope/lib/python/OFS/content_types.pyc -lib/zope/lib/python/OFS/content_types.pyo +lib/zope/lib/python/OFS/dtml/ +lib/zope/lib/python/OFS/dtml/addOrderedFolder.dtml lib/zope/lib/python/OFS/dtml/brokenEdit.dtml lib/zope/lib/python/OFS/dtml/cacheNamespaceKeys.dtml lib/zope/lib/python/OFS/dtml/cacheable.dtml @@ -891,24 +640,48 @@ lib/zope/lib/python/OFS/dtml/properties.dtml lib/zope/lib/python/OFS/dtml/propertyType.dtml lib/zope/lib/python/OFS/dtml/propertysheets.dtml lib/zope/lib/python/OFS/dtml/renameForm.dtml +lib/zope/lib/python/OFS/mime.types lib/zope/lib/python/OFS/misc_.py lib/zope/lib/python/OFS/misc_.pyc -lib/zope/lib/python/OFS/misc_.pyo lib/zope/lib/python/OFS/ndiff.py lib/zope/lib/python/OFS/ndiff.pyc -lib/zope/lib/python/OFS/ndiff.pyo lib/zope/lib/python/OFS/rPickle.py lib/zope/lib/python/OFS/rPickle.pyc -lib/zope/lib/python/OFS/rPickle.pyo +lib/zope/lib/python/OFS/standard/ lib/zope/lib/python/OFS/standard/index_html.dtml lib/zope/lib/python/OFS/standard/standard_error_message.dtml lib/zope/lib/python/OFS/standard/standard_html_footer.dtml lib/zope/lib/python/OFS/standard/standard_html_header.dtml lib/zope/lib/python/OFS/standard/standard_template.pt +lib/zope/lib/python/OFS/tests/ lib/zope/lib/python/OFS/tests/__init__.py +lib/zope/lib/python/OFS/tests/__init__.pyc +lib/zope/lib/python/OFS/tests/mime.types-1 +lib/zope/lib/python/OFS/tests/mime.types-2 +lib/zope/lib/python/OFS/tests/test.gif +lib/zope/lib/python/OFS/tests/testAppInitializer.py +lib/zope/lib/python/OFS/tests/testAppInitializer.pyc +lib/zope/lib/python/OFS/tests/testContentTypes.py +lib/zope/lib/python/OFS/tests/testContentTypes.pyc lib/zope/lib/python/OFS/tests/testCopySupport.py +lib/zope/lib/python/OFS/tests/testCopySupport.pyc +lib/zope/lib/python/OFS/tests/testFileAndImage.py +lib/zope/lib/python/OFS/tests/testFileAndImage.pyc +lib/zope/lib/python/OFS/tests/testObjectManager.py +lib/zope/lib/python/OFS/tests/testObjectManager.pyc +lib/zope/lib/python/OFS/tests/testOrderSupport.py +lib/zope/lib/python/OFS/tests/testOrderSupport.pyc +lib/zope/lib/python/OFS/tests/testOrderedFolder.py +lib/zope/lib/python/OFS/tests/testOrderedFolder.pyc +lib/zope/lib/python/OFS/tests/testProductInit.py +lib/zope/lib/python/OFS/tests/testProductInit.pyc +lib/zope/lib/python/OFS/tests/testProperties.py +lib/zope/lib/python/OFS/tests/testProperties.pyc lib/zope/lib/python/OFS/tests/testRanges.py +lib/zope/lib/python/OFS/tests/testRanges.pyc lib/zope/lib/python/OFS/tests/testTraverse.py +lib/zope/lib/python/OFS/tests/testTraverse.pyc +lib/zope/lib/python/OFS/www/ lib/zope/lib/python/OFS/www/ControlPanel_icon.gif lib/zope/lib/python/OFS/www/Help_icon.gif lib/zope/lib/python/OFS/www/Properties_icon.gif @@ -921,87 +694,87 @@ lib/zope/lib/python/OFS/www/modified.gif lib/zope/lib/python/OFS/www/new.gif lib/zope/lib/python/OFS/www/properties.jpg lib/zope/lib/python/OFS/www/r_arrow.gif -lib/zope/lib/python/OIBTree.so +lib/zope/lib/python/Persistence/ lib/zope/lib/python/Persistence/__init__.py lib/zope/lib/python/Persistence/__init__.pyc -lib/zope/lib/python/Persistence/__init__.pyo +lib/zope/lib/python/Products/ +lib/zope/lib/python/Products/ExternalMethod/ lib/zope/lib/python/Products/ExternalMethod/CHANGES.txt lib/zope/lib/python/Products/ExternalMethod/ExternalMethod.py lib/zope/lib/python/Products/ExternalMethod/ExternalMethod.pyc -lib/zope/lib/python/Products/ExternalMethod/ExternalMethod.pyo lib/zope/lib/python/Products/ExternalMethod/README.txt lib/zope/lib/python/Products/ExternalMethod/__init__.py lib/zope/lib/python/Products/ExternalMethod/__init__.pyc -lib/zope/lib/python/Products/ExternalMethod/__init__.pyo +lib/zope/lib/python/Products/ExternalMethod/dtml/ lib/zope/lib/python/Products/ExternalMethod/dtml/methodAdd.dtml lib/zope/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml lib/zope/lib/python/Products/ExternalMethod/extmethod.gif +lib/zope/lib/python/Products/ExternalMethod/help/ lib/zope/lib/python/Products/ExternalMethod/help/External-Method.stx lib/zope/lib/python/Products/ExternalMethod/help/External-Method_Add.stx lib/zope/lib/python/Products/ExternalMethod/help/External-Method_Properties.stx lib/zope/lib/python/Products/ExternalMethod/help/External-Method_Try-It.stx lib/zope/lib/python/Products/ExternalMethod/help/ExternalMethod.py -lib/zope/lib/python/Products/ExternalMethod/help/ExternalMethod.pyc -lib/zope/lib/python/Products/ExternalMethod/help/ExternalMethod.pyo +lib/zope/lib/python/Products/ExternalMethod/tests/ +lib/zope/lib/python/Products/ExternalMethod/tests/Extensions/ lib/zope/lib/python/Products/ExternalMethod/tests/Extensions/Test.py lib/zope/lib/python/Products/ExternalMethod/tests/__init__.py +lib/zope/lib/python/Products/ExternalMethod/tests/__init__.pyc lib/zope/lib/python/Products/ExternalMethod/tests/testExternalMethod.py +lib/zope/lib/python/Products/ExternalMethod/tests/testExternalMethod.pyc lib/zope/lib/python/Products/ExternalMethod/version.txt +lib/zope/lib/python/Products/ExternalMethod/www/ lib/zope/lib/python/Products/ExternalMethod/www/function.gif +lib/zope/lib/python/Products/MIMETools/ lib/zope/lib/python/Products/MIMETools/MIMETag.py lib/zope/lib/python/Products/MIMETools/MIMETag.pyc -lib/zope/lib/python/Products/MIMETools/MIMETag.pyo lib/zope/lib/python/Products/MIMETools/README.txt lib/zope/lib/python/Products/MIMETools/__init__.py lib/zope/lib/python/Products/MIMETools/__init__.pyc -lib/zope/lib/python/Products/MIMETools/__init__.pyo +lib/zope/lib/python/Products/MailHost/ lib/zope/lib/python/Products/MailHost/MailHost.py lib/zope/lib/python/Products/MailHost/MailHost.pyc -lib/zope/lib/python/Products/MailHost/MailHost.pyo lib/zope/lib/python/Products/MailHost/README.txt lib/zope/lib/python/Products/MailHost/SendMailTag.py lib/zope/lib/python/Products/MailHost/SendMailTag.pyc -lib/zope/lib/python/Products/MailHost/SendMailTag.pyo lib/zope/lib/python/Products/MailHost/__init__.py lib/zope/lib/python/Products/MailHost/__init__.pyc -lib/zope/lib/python/Products/MailHost/__init__.pyo +lib/zope/lib/python/Products/MailHost/dtml/ lib/zope/lib/python/Products/MailHost/dtml/addMailHost_form.dtml lib/zope/lib/python/Products/MailHost/dtml/manageMailHost.dtml +lib/zope/lib/python/Products/MailHost/help/ lib/zope/lib/python/Products/MailHost/help/Mail-Host.stx lib/zope/lib/python/Products/MailHost/help/Mail-Host_Add.stx lib/zope/lib/python/Products/MailHost/help/Mail-Host_Edit.stx lib/zope/lib/python/Products/MailHost/help/MailHost.py -lib/zope/lib/python/Products/MailHost/help/MailHost.pyc -lib/zope/lib/python/Products/MailHost/help/MailHost.pyo +lib/zope/lib/python/Products/MailHost/tests/ +lib/zope/lib/python/Products/MailHost/tests/__init__.py +lib/zope/lib/python/Products/MailHost/tests/__init__.pyc lib/zope/lib/python/Products/MailHost/tests/testMailHost.py +lib/zope/lib/python/Products/MailHost/tests/testMailHost.pyc lib/zope/lib/python/Products/MailHost/version.txt +lib/zope/lib/python/Products/MailHost/www/ lib/zope/lib/python/Products/MailHost/www/MailHost_icon.gif +lib/zope/lib/python/Products/OFSP/ lib/zope/lib/python/Products/OFSP/Draft.py lib/zope/lib/python/Products/OFSP/Draft.pyc -lib/zope/lib/python/Products/OFSP/Draft.pyo lib/zope/lib/python/Products/OFSP/README.txt lib/zope/lib/python/Products/OFSP/Session.py lib/zope/lib/python/Products/OFSP/Session.pyc -lib/zope/lib/python/Products/OFSP/Session.pyo -lib/zope/lib/python/Products/OFSP/Setup lib/zope/lib/python/Products/OFSP/Version.py lib/zope/lib/python/Products/OFSP/Version.pyc -lib/zope/lib/python/Products/OFSP/Version.pyo lib/zope/lib/python/Products/OFSP/__init__.py lib/zope/lib/python/Products/OFSP/__init__.pyc -lib/zope/lib/python/Products/OFSP/__init__.pyo +lib/zope/lib/python/Products/OFSP/dtml/ lib/zope/lib/python/Products/OFSP/dtml/draftAdd.dtml lib/zope/lib/python/Products/OFSP/dtml/draftApprove.dtml lib/zope/lib/python/Products/OFSP/dtml/version.dtml lib/zope/lib/python/Products/OFSP/dtml/versionAdd.dtml lib/zope/lib/python/Products/OFSP/dtml/versionEdit.dtml lib/zope/lib/python/Products/OFSP/dtml/versionEnd.dtml +lib/zope/lib/python/Products/OFSP/help/ lib/zope/lib/python/Products/OFSP/help/AccessControl.py -lib/zope/lib/python/Products/OFSP/help/AccessControl.pyc -lib/zope/lib/python/Products/OFSP/help/AccessControl.pyo lib/zope/lib/python/Products/OFSP/help/AuthenticatedUser.py -lib/zope/lib/python/Products/OFSP/help/AuthenticatedUser.pyc -lib/zope/lib/python/Products/OFSP/help/AuthenticatedUser.pyo lib/zope/lib/python/Products/OFSP/help/CacheManager-associate.stx lib/zope/lib/python/Products/OFSP/help/Cacheable-properties.stx lib/zope/lib/python/Products/OFSP/help/Caching.stx @@ -1017,25 +790,17 @@ lib/zope/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Upload.stx lib/zope/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_View.stx lib/zope/lib/python/Products/OFSP/help/DTML-Method.stx lib/zope/lib/python/Products/OFSP/help/DTMLDocument.py -lib/zope/lib/python/Products/OFSP/help/DTMLDocument.pyc -lib/zope/lib/python/Products/OFSP/help/DTMLDocument.pyo lib/zope/lib/python/Products/OFSP/help/DTMLMethod.py -lib/zope/lib/python/Products/OFSP/help/DTMLMethod.pyc -lib/zope/lib/python/Products/OFSP/help/DTMLMethod.pyo lib/zope/lib/python/Products/OFSP/help/Database-Management.stx lib/zope/lib/python/Products/OFSP/help/Database-Management_Activity.stx lib/zope/lib/python/Products/OFSP/help/Database-Management_Cache-Parameters.stx lib/zope/lib/python/Products/OFSP/help/Database-Management_Database.stx lib/zope/lib/python/Products/OFSP/help/Database-Management_Flush-Cache.stx lib/zope/lib/python/Products/OFSP/help/DateTime.py -lib/zope/lib/python/Products/OFSP/help/DateTime.pyc -lib/zope/lib/python/Products/OFSP/help/DateTime.pyo lib/zope/lib/python/Products/OFSP/help/DavLocks-ManageLocks.stx lib/zope/lib/python/Products/OFSP/help/Debug-Information_Debug.stx lib/zope/lib/python/Products/OFSP/help/Debug-Information_Profile.stx lib/zope/lib/python/Products/OFSP/help/File.py -lib/zope/lib/python/Products/OFSP/help/File.pyc -lib/zope/lib/python/Products/OFSP/help/File.pyo lib/zope/lib/python/Products/OFSP/help/File.stx lib/zope/lib/python/Products/OFSP/help/File_Add.stx lib/zope/lib/python/Products/OFSP/help/File_Edit.stx @@ -1044,27 +809,22 @@ lib/zope/lib/python/Products/OFSP/help/File_View.stx lib/zope/lib/python/Products/OFSP/help/Find.stx lib/zope/lib/python/Products/OFSP/help/Find_Advanced.stx lib/zope/lib/python/Products/OFSP/help/Folder.py -lib/zope/lib/python/Products/OFSP/help/Folder.pyc -lib/zope/lib/python/Products/OFSP/help/Folder.pyo lib/zope/lib/python/Products/OFSP/help/Folder.stx lib/zope/lib/python/Products/OFSP/help/Folder_Add.stx lib/zope/lib/python/Products/OFSP/help/Folder_View.stx lib/zope/lib/python/Products/OFSP/help/History.stx lib/zope/lib/python/Products/OFSP/help/Image.py -lib/zope/lib/python/Products/OFSP/help/Image.pyc -lib/zope/lib/python/Products/OFSP/help/Image.pyo lib/zope/lib/python/Products/OFSP/help/Image.stx lib/zope/lib/python/Products/OFSP/help/Image_Edit.stx lib/zope/lib/python/Products/OFSP/help/Image_View.stx lib/zope/lib/python/Products/OFSP/help/ObjectManager.py -lib/zope/lib/python/Products/OFSP/help/ObjectManager.pyc -lib/zope/lib/python/Products/OFSP/help/ObjectManager.pyo lib/zope/lib/python/Products/OFSP/help/ObjectManagerItem.py -lib/zope/lib/python/Products/OFSP/help/ObjectManagerItem.pyc -lib/zope/lib/python/Products/OFSP/help/ObjectManagerItem.pyo lib/zope/lib/python/Products/OFSP/help/ObjectManager_Contents.stx lib/zope/lib/python/Products/OFSP/help/ObjectManager_Import-Export.stx lib/zope/lib/python/Products/OFSP/help/ObjectManager_Rename.stx +lib/zope/lib/python/Products/OFSP/help/OrderSupport.py +lib/zope/lib/python/Products/OFSP/help/OrderSupport_Contents.stx +lib/zope/lib/python/Products/OFSP/help/OrderedFolder.py lib/zope/lib/python/Products/OFSP/help/Ownership.stx lib/zope/lib/python/Products/OFSP/help/Product-Management.stx lib/zope/lib/python/Products/OFSP/help/Product.stx @@ -1073,20 +833,10 @@ lib/zope/lib/python/Products/OFSP/help/Product_Distribution.stx lib/zope/lib/python/Products/OFSP/help/Product_Refresh.stx lib/zope/lib/python/Products/OFSP/help/Properties.stx lib/zope/lib/python/Products/OFSP/help/PropertyManager.py -lib/zope/lib/python/Products/OFSP/help/PropertyManager.pyc -lib/zope/lib/python/Products/OFSP/help/PropertyManager.pyo lib/zope/lib/python/Products/OFSP/help/PropertySheet.py -lib/zope/lib/python/Products/OFSP/help/PropertySheet.pyc -lib/zope/lib/python/Products/OFSP/help/PropertySheet.pyo lib/zope/lib/python/Products/OFSP/help/PropertySheets.py -lib/zope/lib/python/Products/OFSP/help/PropertySheets.pyc -lib/zope/lib/python/Products/OFSP/help/PropertySheets.pyo lib/zope/lib/python/Products/OFSP/help/Request.py -lib/zope/lib/python/Products/OFSP/help/Request.pyc -lib/zope/lib/python/Products/OFSP/help/Request.pyo lib/zope/lib/python/Products/OFSP/help/Response.py -lib/zope/lib/python/Products/OFSP/help/Response.pyc -lib/zope/lib/python/Products/OFSP/help/Response.pyo lib/zope/lib/python/Products/OFSP/help/Security.stx lib/zope/lib/python/Products/OFSP/help/Security_Define-Permissions.stx lib/zope/lib/python/Products/OFSP/help/Security_Local-Roles.stx @@ -1101,8 +851,6 @@ lib/zope/lib/python/Products/OFSP/help/User-Folder_Contents.stx lib/zope/lib/python/Products/OFSP/help/User-Folder_Edit-User.stx lib/zope/lib/python/Products/OFSP/help/User-Folder_Properties.stx lib/zope/lib/python/Products/OFSP/help/UserFolder.py -lib/zope/lib/python/Products/OFSP/help/UserFolder.pyc -lib/zope/lib/python/Products/OFSP/help/UserFolder.pyo lib/zope/lib/python/Products/OFSP/help/Version-Management.stx lib/zope/lib/python/Products/OFSP/help/Version-Management_Version.stx lib/zope/lib/python/Products/OFSP/help/Version.stx @@ -1145,17 +893,10 @@ lib/zope/lib/python/Products/OFSP/help/dtml-unless.stx lib/zope/lib/python/Products/OFSP/help/dtml-var.stx lib/zope/lib/python/Products/OFSP/help/dtml-with.stx lib/zope/lib/python/Products/OFSP/help/math.py -lib/zope/lib/python/Products/OFSP/help/math.pyc -lib/zope/lib/python/Products/OFSP/help/math.pyo lib/zope/lib/python/Products/OFSP/help/random.py -lib/zope/lib/python/Products/OFSP/help/random.pyc -lib/zope/lib/python/Products/OFSP/help/random.pyo lib/zope/lib/python/Products/OFSP/help/sequence.py -lib/zope/lib/python/Products/OFSP/help/sequence.pyc -lib/zope/lib/python/Products/OFSP/help/sequence.pyo lib/zope/lib/python/Products/OFSP/help/string.py -lib/zope/lib/python/Products/OFSP/help/string.pyc -lib/zope/lib/python/Products/OFSP/help/string.pyo +lib/zope/lib/python/Products/OFSP/images/ lib/zope/lib/python/Products/OFSP/images/File_icon.gif lib/zope/lib/python/Products/OFSP/images/Folder_icon.gif lib/zope/lib/python/Products/OFSP/images/Image_icon.gif @@ -1165,48 +906,36 @@ lib/zope/lib/python/Products/OFSP/images/dtmldoc.gif lib/zope/lib/python/Products/OFSP/images/dtmlmethod.gif lib/zope/lib/python/Products/OFSP/images/version.gif lib/zope/lib/python/Products/OFSP/version.txt +lib/zope/lib/python/Products/PageTemplates/ lib/zope/lib/python/Products/PageTemplates/CHANGES.txt lib/zope/lib/python/Products/PageTemplates/Expressions.py lib/zope/lib/python/Products/PageTemplates/Expressions.pyc -lib/zope/lib/python/Products/PageTemplates/Expressions.pyo lib/zope/lib/python/Products/PageTemplates/GlobalTranslationService.py lib/zope/lib/python/Products/PageTemplates/GlobalTranslationService.pyc -lib/zope/lib/python/Products/PageTemplates/GlobalTranslationService.pyo lib/zope/lib/python/Products/PageTemplates/HISTORY.txt lib/zope/lib/python/Products/PageTemplates/PageTemplate.py lib/zope/lib/python/Products/PageTemplates/PageTemplate.pyc -lib/zope/lib/python/Products/PageTemplates/PageTemplate.pyo lib/zope/lib/python/Products/PageTemplates/PageTemplateFile.py lib/zope/lib/python/Products/PageTemplates/PageTemplateFile.pyc -lib/zope/lib/python/Products/PageTemplates/PageTemplateFile.pyo lib/zope/lib/python/Products/PageTemplates/PathIterator.py lib/zope/lib/python/Products/PageTemplates/PathIterator.pyc -lib/zope/lib/python/Products/PageTemplates/PathIterator.pyo lib/zope/lib/python/Products/PageTemplates/PythonExpr.py lib/zope/lib/python/Products/PageTemplates/PythonExpr.pyc -lib/zope/lib/python/Products/PageTemplates/PythonExpr.pyo lib/zope/lib/python/Products/PageTemplates/README.txt lib/zope/lib/python/Products/PageTemplates/TALES.py lib/zope/lib/python/Products/PageTemplates/TALES.pyc -lib/zope/lib/python/Products/PageTemplates/TALES.pyo -lib/zope/lib/python/Products/PageTemplates/ZPythonExpr.py -lib/zope/lib/python/Products/PageTemplates/ZPythonExpr.pyc -lib/zope/lib/python/Products/PageTemplates/ZPythonExpr.pyo lib/zope/lib/python/Products/PageTemplates/ZRPythonExpr.py lib/zope/lib/python/Products/PageTemplates/ZRPythonExpr.pyc -lib/zope/lib/python/Products/PageTemplates/ZRPythonExpr.pyo lib/zope/lib/python/Products/PageTemplates/ZopePageTemplate.py lib/zope/lib/python/Products/PageTemplates/ZopePageTemplate.pyc -lib/zope/lib/python/Products/PageTemplates/ZopePageTemplate.pyo lib/zope/lib/python/Products/PageTemplates/__init__.py lib/zope/lib/python/Products/PageTemplates/__init__.pyc -lib/zope/lib/python/Products/PageTemplates/__init__.pyo +lib/zope/lib/python/Products/PageTemplates/examples/ lib/zope/lib/python/Products/PageTemplates/examples/index.xml lib/zope/lib/python/Products/PageTemplates/examples/zpt_examples.zexp +lib/zope/lib/python/Products/PageTemplates/help/ lib/zope/lib/python/Products/PageTemplates/help/PageTemplate_Edit.stx lib/zope/lib/python/Products/PageTemplates/help/ZTUtils.py -lib/zope/lib/python/Products/PageTemplates/help/ZTUtils.pyc -lib/zope/lib/python/Products/PageTemplates/help/ZTUtils.pyo lib/zope/lib/python/Products/PageTemplates/help/metal-define-macro.stx lib/zope/lib/python/Products/PageTemplates/help/metal-define-slot.stx lib/zope/lib/python/Products/PageTemplates/help/metal-fill-slot.stx @@ -1228,8 +957,12 @@ lib/zope/lib/python/Products/PageTemplates/help/tales-path.stx lib/zope/lib/python/Products/PageTemplates/help/tales-python.stx lib/zope/lib/python/Products/PageTemplates/help/tales-string.stx lib/zope/lib/python/Products/PageTemplates/help/tales.stx +lib/zope/lib/python/Products/PageTemplates/tests/ lib/zope/lib/python/Products/PageTemplates/tests/__init__.py +lib/zope/lib/python/Products/PageTemplates/tests/__init__.pyc lib/zope/lib/python/Products/PageTemplates/tests/batch.py +lib/zope/lib/python/Products/PageTemplates/tests/batch.pyc +lib/zope/lib/python/Products/PageTemplates/tests/input/ lib/zope/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html lib/zope/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html lib/zope/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html @@ -1248,6 +981,7 @@ lib/zope/lib/python/Products/PageTemplates/tests/input/StringExpression.html lib/zope/lib/python/Products/PageTemplates/tests/input/TeeShop1.html lib/zope/lib/python/Products/PageTemplates/tests/input/TeeShop2.html lib/zope/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html +lib/zope/lib/python/Products/PageTemplates/tests/output/ lib/zope/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html lib/zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html lib/zope/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html @@ -1268,270 +1002,304 @@ lib/zope/lib/python/Products/PageTemplates/tests/output/TeeShop1.html lib/zope/lib/python/Products/PageTemplates/tests/output/TeeShop2.html lib/zope/lib/python/Products/PageTemplates/tests/output/TeeShopLAF.html lib/zope/lib/python/Products/PageTemplates/tests/run.py +lib/zope/lib/python/Products/PageTemplates/tests/run.pyc lib/zope/lib/python/Products/PageTemplates/tests/testDTMLTests.py +lib/zope/lib/python/Products/PageTemplates/tests/testDTMLTests.pyc lib/zope/lib/python/Products/PageTemplates/tests/testExpressions.py +lib/zope/lib/python/Products/PageTemplates/tests/testExpressions.pyc lib/zope/lib/python/Products/PageTemplates/tests/testHTMLTests.py +lib/zope/lib/python/Products/PageTemplates/tests/testHTMLTests.pyc lib/zope/lib/python/Products/PageTemplates/tests/testTALES.py +lib/zope/lib/python/Products/PageTemplates/tests/testTALES.pyc +lib/zope/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py +lib/zope/lib/python/Products/PageTemplates/tests/testZopePageTemplate.pyc +lib/zope/lib/python/Products/PageTemplates/tests/test_ptfile.py +lib/zope/lib/python/Products/PageTemplates/tests/test_ptfile.pyc lib/zope/lib/python/Products/PageTemplates/tests/util.py +lib/zope/lib/python/Products/PageTemplates/tests/util.pyc lib/zope/lib/python/Products/PageTemplates/version.txt +lib/zope/lib/python/Products/PageTemplates/www/ lib/zope/lib/python/Products/PageTemplates/www/default.html lib/zope/lib/python/Products/PageTemplates/www/exclamation.gif lib/zope/lib/python/Products/PageTemplates/www/ptAdd.zpt lib/zope/lib/python/Products/PageTemplates/www/ptEdit.zpt lib/zope/lib/python/Products/PageTemplates/www/zpt.gif +lib/zope/lib/python/Products/PluginIndexes/ +lib/zope/lib/python/Products/PluginIndexes/DateIndex/ lib/zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py lib/zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.pyc -lib/zope/lib/python/Products/PluginIndexes/DateIndex/DateIndex.pyo lib/zope/lib/python/Products/PluginIndexes/DateIndex/README.txt lib/zope/lib/python/Products/PluginIndexes/DateIndex/__init__.py lib/zope/lib/python/Products/PluginIndexes/DateIndex/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/DateIndex/__init__.pyo +lib/zope/lib/python/Products/PluginIndexes/DateIndex/dtml/ lib/zope/lib/python/Products/PluginIndexes/DateIndex/dtml/addDateIndex.dtml lib/zope/lib/python/Products/PluginIndexes/DateIndex/dtml/manageDateIndex.dtml +lib/zope/lib/python/Products/PluginIndexes/DateIndex/tests/ +lib/zope/lib/python/Products/PluginIndexes/DateIndex/tests/__init__.py +lib/zope/lib/python/Products/PluginIndexes/DateIndex/tests/__init__.pyc lib/zope/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py +lib/zope/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.pyc +lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/ lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.pyc -lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.pyo lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/README.txt lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.py lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.pyo +lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/ lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/addDateRangeIndex.dtml lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/manageDateRangeIndex.dtml +lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/tests/ +lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/tests/__init__.py +lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/tests/__init__.pyc lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py +lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.pyc +lib/zope/lib/python/Products/PluginIndexes/FieldIndex/ lib/zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py lib/zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc -lib/zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyo lib/zope/lib/python/Products/PluginIndexes/FieldIndex/__init__.py lib/zope/lib/python/Products/PluginIndexes/FieldIndex/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/FieldIndex/__init__.pyo +lib/zope/lib/python/Products/PluginIndexes/FieldIndex/dtml/ lib/zope/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml lib/zope/lib/python/Products/PluginIndexes/FieldIndex/dtml/manageFieldIndex.dtml +lib/zope/lib/python/Products/PluginIndexes/FieldIndex/help/ lib/zope/lib/python/Products/PluginIndexes/FieldIndex/help/FieldIndex_searchResults.stx +lib/zope/lib/python/Products/PluginIndexes/FieldIndex/tests/ +lib/zope/lib/python/Products/PluginIndexes/FieldIndex/tests/__init__.py +lib/zope/lib/python/Products/PluginIndexes/FieldIndex/tests/__init__.pyc lib/zope/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.py +lib/zope/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.pyc +lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/ lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.pyc -lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.pyo lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/__init__.py lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/__init__.pyo +lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml/ lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml/manageKeywordIndex.dtml +lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/help/ lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/help/KeywordIndex_searchResults.stx +lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/tests/ +lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/tests/__init__.py +lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/tests/__init__.pyc lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.py +lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.pyc +lib/zope/lib/python/Products/PluginIndexes/PathIndex/ lib/zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py lib/zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.pyc -lib/zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.pyo lib/zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.txt lib/zope/lib/python/Products/PluginIndexes/PathIndex/__init__.py lib/zope/lib/python/Products/PluginIndexes/PathIndex/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/PathIndex/__init__.pyo +lib/zope/lib/python/Products/PluginIndexes/PathIndex/dtml/ lib/zope/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml lib/zope/lib/python/Products/PluginIndexes/PathIndex/dtml/managePathIndex.dtml +lib/zope/lib/python/Products/PluginIndexes/PathIndex/help/ lib/zope/lib/python/Products/PluginIndexes/PathIndex/help/PathIndex_searchResults.stx +lib/zope/lib/python/Products/PluginIndexes/PathIndex/tests/ +lib/zope/lib/python/Products/PluginIndexes/PathIndex/tests/__init__.py +lib/zope/lib/python/Products/PluginIndexes/PathIndex/tests/__init__.pyc lib/zope/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py +lib/zope/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.pyc lib/zope/lib/python/Products/PluginIndexes/README.txt +lib/zope/lib/python/Products/PluginIndexes/TextIndex/ lib/zope/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py lib/zope/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.pyc -lib/zope/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.pyo lib/zope/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py lib/zope/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyo -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Setup +lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ +lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.py lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyo -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Setup -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so +lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/ lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyo -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c +lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/ lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py +lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.pyc lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Setup -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so +lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.pyc +lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyo -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyo lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.py lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.pyc -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.pyo lib/zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py lib/zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.pyc -lib/zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.pyo lib/zope/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py lib/zope/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.pyc -lib/zope/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.pyo lib/zope/lib/python/Products/PluginIndexes/TextIndex/__init__.py lib/zope/lib/python/Products/PluginIndexes/TextIndex/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/TextIndex/__init__.pyo +lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/ lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/addTextIndex.dtml lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/addVocabulary.dtml lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/manageTextIndex.dtml lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/manageVocabulary.dtml lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml/vocab_query.dtml +lib/zope/lib/python/Products/PluginIndexes/TextIndex/help/ lib/zope/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx +lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests/ +lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests/__init__.py +lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests/__init__.pyc lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py +lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.pyc lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py +lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.pyc +lib/zope/lib/python/Products/PluginIndexes/TopicIndex/ lib/zope/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py lib/zope/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.pyc -lib/zope/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.pyo lib/zope/lib/python/Products/PluginIndexes/TopicIndex/README.txt lib/zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py lib/zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.pyc -lib/zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.pyo lib/zope/lib/python/Products/PluginIndexes/TopicIndex/__init__.py lib/zope/lib/python/Products/PluginIndexes/TopicIndex/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/TopicIndex/__init__.pyo +lib/zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/ lib/zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/addTopicIndex.dtml lib/zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml lib/zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml +lib/zope/lib/python/Products/PluginIndexes/TopicIndex/help/ lib/zope/lib/python/Products/PluginIndexes/TopicIndex/help/TopicIndex_searchResults.stx +lib/zope/lib/python/Products/PluginIndexes/TopicIndex/tests/ +lib/zope/lib/python/Products/PluginIndexes/TopicIndex/tests/__init__.py +lib/zope/lib/python/Products/PluginIndexes/TopicIndex/tests/__init__.pyc lib/zope/lib/python/Products/PluginIndexes/TopicIndex/tests/testTopicIndex.py +lib/zope/lib/python/Products/PluginIndexes/TopicIndex/tests/testTopicIndex.pyc lib/zope/lib/python/Products/PluginIndexes/__init__.py lib/zope/lib/python/Products/PluginIndexes/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/__init__.pyo +lib/zope/lib/python/Products/PluginIndexes/common/ lib/zope/lib/python/Products/PluginIndexes/common/PluggableIndex.py lib/zope/lib/python/Products/PluginIndexes/common/PluggableIndex.pyc -lib/zope/lib/python/Products/PluginIndexes/common/PluggableIndex.pyo lib/zope/lib/python/Products/PluginIndexes/common/ResultList.py lib/zope/lib/python/Products/PluginIndexes/common/ResultList.pyc -lib/zope/lib/python/Products/PluginIndexes/common/ResultList.pyo lib/zope/lib/python/Products/PluginIndexes/common/UnIndex.py lib/zope/lib/python/Products/PluginIndexes/common/UnIndex.pyc -lib/zope/lib/python/Products/PluginIndexes/common/UnIndex.pyo lib/zope/lib/python/Products/PluginIndexes/common/__init__.py lib/zope/lib/python/Products/PluginIndexes/common/__init__.pyc -lib/zope/lib/python/Products/PluginIndexes/common/__init__.pyo lib/zope/lib/python/Products/PluginIndexes/common/randid.py lib/zope/lib/python/Products/PluginIndexes/common/randid.pyc -lib/zope/lib/python/Products/PluginIndexes/common/randid.pyo lib/zope/lib/python/Products/PluginIndexes/common/util.py lib/zope/lib/python/Products/PluginIndexes/common/util.pyc -lib/zope/lib/python/Products/PluginIndexes/common/util.pyo +lib/zope/lib/python/Products/PluginIndexes/help/ lib/zope/lib/python/Products/PluginIndexes/help/placeholder.txt +lib/zope/lib/python/Products/PluginIndexes/www/ lib/zope/lib/python/Products/PluginIndexes/www/index.gif +lib/zope/lib/python/Products/PythonScripts/ lib/zope/lib/python/Products/PythonScripts/CHANGES.txt +lib/zope/lib/python/Products/PythonScripts/Extensions/ lib/zope/lib/python/Products/PythonScripts/Extensions/RemotePS.py -lib/zope/lib/python/Products/PythonScripts/Extensions/RemotePS.pyc -lib/zope/lib/python/Products/PythonScripts/Extensions/RemotePS.pyo lib/zope/lib/python/Products/PythonScripts/PythonScript.py lib/zope/lib/python/Products/PythonScripts/PythonScript.pyc -lib/zope/lib/python/Products/PythonScripts/PythonScript.pyo lib/zope/lib/python/Products/PythonScripts/README.txt lib/zope/lib/python/Products/PythonScripts/Utility.py lib/zope/lib/python/Products/PythonScripts/Utility.pyc -lib/zope/lib/python/Products/PythonScripts/Utility.pyo lib/zope/lib/python/Products/PythonScripts/__init__.py lib/zope/lib/python/Products/PythonScripts/__init__.pyc -lib/zope/lib/python/Products/PythonScripts/__init__.pyo +lib/zope/lib/python/Products/PythonScripts/help/ lib/zope/lib/python/Products/PythonScripts/help/Bindings.stx lib/zope/lib/python/Products/PythonScripts/help/ModuleAccess.stx lib/zope/lib/python/Products/PythonScripts/help/PythonScript.py -lib/zope/lib/python/Products/PythonScripts/help/PythonScript.pyc -lib/zope/lib/python/Products/PythonScripts/help/PythonScript.pyo lib/zope/lib/python/Products/PythonScripts/help/PythonScript_edit.stx lib/zope/lib/python/Products/PythonScripts/help/PythonScript_test.stx lib/zope/lib/python/Products/PythonScripts/help/Script.py -lib/zope/lib/python/Products/PythonScripts/help/Script.pyc -lib/zope/lib/python/Products/PythonScripts/help/Script.pyo lib/zope/lib/python/Products/PythonScripts/help/standard.py -lib/zope/lib/python/Products/PythonScripts/help/standard.pyc -lib/zope/lib/python/Products/PythonScripts/help/standard.pyo lib/zope/lib/python/Products/PythonScripts/module_access_examples.py lib/zope/lib/python/Products/PythonScripts/module_access_examples.pyc -lib/zope/lib/python/Products/PythonScripts/module_access_examples.pyo lib/zope/lib/python/Products/PythonScripts/standard.py lib/zope/lib/python/Products/PythonScripts/standard.pyc -lib/zope/lib/python/Products/PythonScripts/standard.pyo +lib/zope/lib/python/Products/PythonScripts/tests/ lib/zope/lib/python/Products/PythonScripts/tests/__init__.py +lib/zope/lib/python/Products/PythonScripts/tests/__init__.pyc lib/zope/lib/python/Products/PythonScripts/tests/testPythonScript.py +lib/zope/lib/python/Products/PythonScripts/tests/testPythonScript.pyc +lib/zope/lib/python/Products/PythonScripts/tests/tscripts/ lib/zope/lib/python/Products/PythonScripts/tests/tscripts/big_boolean.ps lib/zope/lib/python/Products/PythonScripts/tests/tscripts/boolean_map.ps +lib/zope/lib/python/Products/PythonScripts/tests/tscripts/class.__name__.ps lib/zope/lib/python/Products/PythonScripts/tests/tscripts/complex_print.ps lib/zope/lib/python/Products/PythonScripts/tests/tscripts/fibonacci.ps +lib/zope/lib/python/Products/PythonScripts/tests/tscripts/filepath.ps lib/zope/lib/python/Products/PythonScripts/tests/tscripts/for_loop.ps +lib/zope/lib/python/Products/PythonScripts/tests/tscripts/global_is_declaration.ps lib/zope/lib/python/Products/PythonScripts/tests/tscripts/mutate_literals.ps lib/zope/lib/python/Products/PythonScripts/tests/tscripts/ns_bind.ps lib/zope/lib/python/Products/PythonScripts/tests/tscripts/simple_print.ps +lib/zope/lib/python/Products/PythonScripts/tests/tscripts/subversive_except.ps lib/zope/lib/python/Products/PythonScripts/tests/tscripts/try_except.ps lib/zope/lib/python/Products/PythonScripts/tests/tscripts/tuple_unpack_assignment.ps lib/zope/lib/python/Products/PythonScripts/tests/tscripts/while_loop.ps lib/zope/lib/python/Products/PythonScripts/version.txt +lib/zope/lib/python/Products/PythonScripts/www/ lib/zope/lib/python/Products/PythonScripts/www/default_py lib/zope/lib/python/Products/PythonScripts/www/pyScriptAdd.dtml lib/zope/lib/python/Products/PythonScripts/www/pyScriptEdit.dtml lib/zope/lib/python/Products/PythonScripts/www/pyScriptProxy.dtml lib/zope/lib/python/Products/PythonScripts/www/pyscript.gif +lib/zope/lib/python/Products/Sessions/ lib/zope/lib/python/Products/Sessions/BrowserIdManager.py lib/zope/lib/python/Products/Sessions/BrowserIdManager.pyc -lib/zope/lib/python/Products/Sessions/BrowserIdManager.pyo lib/zope/lib/python/Products/Sessions/SessionDataManager.py lib/zope/lib/python/Products/Sessions/SessionDataManager.pyc -lib/zope/lib/python/Products/Sessions/SessionDataManager.pyo lib/zope/lib/python/Products/Sessions/SessionInterfaces.py lib/zope/lib/python/Products/Sessions/SessionInterfaces.pyc -lib/zope/lib/python/Products/Sessions/SessionInterfaces.pyo lib/zope/lib/python/Products/Sessions/SessionPermissions.py lib/zope/lib/python/Products/Sessions/SessionPermissions.pyc -lib/zope/lib/python/Products/Sessions/SessionPermissions.pyo lib/zope/lib/python/Products/Sessions/__init__.py lib/zope/lib/python/Products/Sessions/__init__.pyc -lib/zope/lib/python/Products/Sessions/__init__.pyo lib/zope/lib/python/Products/Sessions/common.py lib/zope/lib/python/Products/Sessions/common.pyc -lib/zope/lib/python/Products/Sessions/common.pyo +lib/zope/lib/python/Products/Sessions/dtml/ lib/zope/lib/python/Products/Sessions/dtml/addDataManager.dtml lib/zope/lib/python/Products/Sessions/dtml/addIdManager.dtml lib/zope/lib/python/Products/Sessions/dtml/manageDataManager.dtml lib/zope/lib/python/Products/Sessions/dtml/manageIdManager.dtml +lib/zope/lib/python/Products/Sessions/help/ lib/zope/lib/python/Products/Sessions/help/SessionInterfaces.py -lib/zope/lib/python/Products/Sessions/help/SessionInterfaces.pyc -lib/zope/lib/python/Products/Sessions/help/SessionInterfaces.pyo lib/zope/lib/python/Products/Sessions/help/browser-add.stx lib/zope/lib/python/Products/Sessions/help/browser-change.stx lib/zope/lib/python/Products/Sessions/help/session-add.stx lib/zope/lib/python/Products/Sessions/help/session-change.stx +lib/zope/lib/python/Products/Sessions/stresstests/ lib/zope/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py -lib/zope/lib/python/Products/Sessions/stresstests/stresstestMultiThread.pyc -lib/zope/lib/python/Products/Sessions/stresstests/stresstestMultiThread.pyo +lib/zope/lib/python/Products/Sessions/tests/ +lib/zope/lib/python/Products/Sessions/tests/__init__.py +lib/zope/lib/python/Products/Sessions/tests/__init__.pyc lib/zope/lib/python/Products/Sessions/tests/testBrowserIdManager.py +lib/zope/lib/python/Products/Sessions/tests/testBrowserIdManager.pyc lib/zope/lib/python/Products/Sessions/tests/testSessionDataManager.py +lib/zope/lib/python/Products/Sessions/tests/testSessionDataManager.pyc +lib/zope/lib/python/Products/Sessions/www/ lib/zope/lib/python/Products/Sessions/www/datamgr.gif lib/zope/lib/python/Products/Sessions/www/idmgr.gif +lib/zope/lib/python/Products/SiteAccess/ lib/zope/lib/python/Products/SiteAccess/AccessRule.py lib/zope/lib/python/Products/SiteAccess/AccessRule.pyc -lib/zope/lib/python/Products/SiteAccess/AccessRule.pyo lib/zope/lib/python/Products/SiteAccess/CHANGES.txt lib/zope/lib/python/Products/SiteAccess/COPYRIGHT.txt +lib/zope/lib/python/Products/SiteAccess/Extensions/ lib/zope/lib/python/Products/SiteAccess/Extensions/updata.py -lib/zope/lib/python/Products/SiteAccess/Extensions/updata.pyc -lib/zope/lib/python/Products/SiteAccess/Extensions/updata.pyo lib/zope/lib/python/Products/SiteAccess/README.txt lib/zope/lib/python/Products/SiteAccess/SiteRoot.py lib/zope/lib/python/Products/SiteAccess/SiteRoot.pyc -lib/zope/lib/python/Products/SiteAccess/SiteRoot.pyo lib/zope/lib/python/Products/SiteAccess/VirtualHostMonster.py lib/zope/lib/python/Products/SiteAccess/VirtualHostMonster.pyc -lib/zope/lib/python/Products/SiteAccess/VirtualHostMonster.pyo lib/zope/lib/python/Products/SiteAccess/__init__.py lib/zope/lib/python/Products/SiteAccess/__init__.pyc -lib/zope/lib/python/Products/SiteAccess/__init__.pyo +lib/zope/lib/python/Products/SiteAccess/doc/ lib/zope/lib/python/Products/SiteAccess/doc/info.html lib/zope/lib/python/Products/SiteAccess/doc/installing.html lib/zope/lib/python/Products/SiteAccess/doc/otheruse.html lib/zope/lib/python/Products/SiteAccess/doc/upgrading.html lib/zope/lib/python/Products/SiteAccess/doc/vhosting.html +lib/zope/lib/python/Products/SiteAccess/help/ lib/zope/lib/python/Products/SiteAccess/help/SiteRoot_Edit.stx +lib/zope/lib/python/Products/SiteAccess/tests/ +lib/zope/lib/python/Products/SiteAccess/tests/__init__.py +lib/zope/lib/python/Products/SiteAccess/tests/__init__.pyc +lib/zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py +lib/zope/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.pyc lib/zope/lib/python/Products/SiteAccess/version.txt +lib/zope/lib/python/Products/SiteAccess/www/ lib/zope/lib/python/Products/SiteAccess/www/AccessRule.gif lib/zope/lib/python/Products/SiteAccess/www/AccessRuleAdd.dtml lib/zope/lib/python/Products/SiteAccess/www/SiteRoot.gif @@ -1541,217 +1309,207 @@ lib/zope/lib/python/Products/SiteAccess/www/VirtualHostMonster.dtml lib/zope/lib/python/Products/SiteAccess/www/VirtualHostMonster.gif lib/zope/lib/python/Products/SiteAccess/www/VirtualHostMonsterAdd.dtml lib/zope/lib/python/Products/SiteAccess/www/manage_edit.dtml +lib/zope/lib/python/Products/SiteErrorLog/ lib/zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py lib/zope/lib/python/Products/SiteErrorLog/SiteErrorLog.pyc -lib/zope/lib/python/Products/SiteErrorLog/SiteErrorLog.pyo lib/zope/lib/python/Products/SiteErrorLog/__init__.py lib/zope/lib/python/Products/SiteErrorLog/__init__.pyc -lib/zope/lib/python/Products/SiteErrorLog/__init__.pyo +lib/zope/lib/python/Products/SiteErrorLog/www/ lib/zope/lib/python/Products/SiteErrorLog/www/error.gif lib/zope/lib/python/Products/SiteErrorLog/www/main.pt lib/zope/lib/python/Products/SiteErrorLog/www/showEntry.pt +lib/zope/lib/python/Products/StandardCacheManagers/ lib/zope/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py lib/zope/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyc -lib/zope/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyo +lib/zope/lib/python/Products/StandardCacheManagers/RAMCacheManager-internals.txt lib/zope/lib/python/Products/StandardCacheManagers/RAMCacheManager.py lib/zope/lib/python/Products/StandardCacheManagers/RAMCacheManager.pyc -lib/zope/lib/python/Products/StandardCacheManagers/RAMCacheManager.pyo lib/zope/lib/python/Products/StandardCacheManagers/__init__.py lib/zope/lib/python/Products/StandardCacheManagers/__init__.pyc -lib/zope/lib/python/Products/StandardCacheManagers/__init__.pyo lib/zope/lib/python/Products/StandardCacheManagers/cache.gif +lib/zope/lib/python/Products/StandardCacheManagers/dtml/ lib/zope/lib/python/Products/StandardCacheManagers/dtml/addAccel.dtml lib/zope/lib/python/Products/StandardCacheManagers/dtml/addRCM.dtml lib/zope/lib/python/Products/StandardCacheManagers/dtml/propsAccel.dtml lib/zope/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml lib/zope/lib/python/Products/StandardCacheManagers/dtml/statsAccel.dtml lib/zope/lib/python/Products/StandardCacheManagers/dtml/statsRCM.dtml +lib/zope/lib/python/Products/StandardCacheManagers/help/ lib/zope/lib/python/Products/StandardCacheManagers/help/Accel.stx lib/zope/lib/python/Products/StandardCacheManagers/help/RAM.stx lib/zope/lib/python/Products/StandardCacheManagers/version.txt +lib/zope/lib/python/Products/TemporaryFolder/ lib/zope/lib/python/Products/TemporaryFolder/LowConflictConnection.py lib/zope/lib/python/Products/TemporaryFolder/LowConflictConnection.pyc -lib/zope/lib/python/Products/TemporaryFolder/LowConflictConnection.pyo lib/zope/lib/python/Products/TemporaryFolder/TemporaryFolder.py lib/zope/lib/python/Products/TemporaryFolder/TemporaryFolder.pyc -lib/zope/lib/python/Products/TemporaryFolder/TemporaryFolder.pyo -lib/zope/lib/python/Products/TemporaryFolder/TemporaryStorage.py -lib/zope/lib/python/Products/TemporaryFolder/TemporaryStorage.pyc -lib/zope/lib/python/Products/TemporaryFolder/TemporaryStorage.pyo lib/zope/lib/python/Products/TemporaryFolder/__init__.py lib/zope/lib/python/Products/TemporaryFolder/__init__.pyc -lib/zope/lib/python/Products/TemporaryFolder/__init__.pyo +lib/zope/lib/python/Products/TemporaryFolder/config.py +lib/zope/lib/python/Products/TemporaryFolder/config.pyc +lib/zope/lib/python/Products/TemporaryFolder/dtml/ lib/zope/lib/python/Products/TemporaryFolder/dtml/addTemporaryFolder.dtml lib/zope/lib/python/Products/TemporaryFolder/dtml/mountfail.dtml +lib/zope/lib/python/Products/TemporaryFolder/help/ lib/zope/lib/python/Products/TemporaryFolder/help/TemporaryFolder.stx lib/zope/lib/python/Products/TemporaryFolder/patchfs.py lib/zope/lib/python/Products/TemporaryFolder/patchfs.pyc -lib/zope/lib/python/Products/TemporaryFolder/patchfs.pyo -lib/zope/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py +lib/zope/lib/python/Products/TemporaryFolder/www/ lib/zope/lib/python/Products/TemporaryFolder/www/tempfolder.gif +lib/zope/lib/python/Products/Transience/ +lib/zope/lib/python/Products/Transience/Fake.py +lib/zope/lib/python/Products/Transience/Fake.pyc lib/zope/lib/python/Products/Transience/HowTransienceWorks.stx lib/zope/lib/python/Products/Transience/Transience.py lib/zope/lib/python/Products/Transience/Transience.pyc -lib/zope/lib/python/Products/Transience/Transience.pyo lib/zope/lib/python/Products/Transience/TransienceInterfaces.py lib/zope/lib/python/Products/Transience/TransienceInterfaces.pyc -lib/zope/lib/python/Products/Transience/TransienceInterfaces.pyo lib/zope/lib/python/Products/Transience/TransientObject.py lib/zope/lib/python/Products/Transience/TransientObject.pyc -lib/zope/lib/python/Products/Transience/TransientObject.pyo lib/zope/lib/python/Products/Transience/__init__.py lib/zope/lib/python/Products/Transience/__init__.pyc -lib/zope/lib/python/Products/Transience/__init__.pyo +lib/zope/lib/python/Products/Transience/dtml/ lib/zope/lib/python/Products/Transience/dtml/addTransientObjectContainer.dtml lib/zope/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml +lib/zope/lib/python/Products/Transience/help/ lib/zope/lib/python/Products/Transience/help/Transience-add.stx lib/zope/lib/python/Products/Transience/help/Transience-change.stx lib/zope/lib/python/Products/Transience/help/TransienceInterfaces.py -lib/zope/lib/python/Products/Transience/help/TransienceInterfaces.pyc -lib/zope/lib/python/Products/Transience/help/TransienceInterfaces.pyo +lib/zope/lib/python/Products/Transience/tests/ +lib/zope/lib/python/Products/Transience/tests/__init__.py +lib/zope/lib/python/Products/Transience/tests/__init__.pyc lib/zope/lib/python/Products/Transience/tests/fauxtime.py +lib/zope/lib/python/Products/Transience/tests/fauxtime.pyc lib/zope/lib/python/Products/Transience/tests/testTimeoutRelated.py +lib/zope/lib/python/Products/Transience/tests/testTimeoutRelated.pyc lib/zope/lib/python/Products/Transience/tests/testTransientObject.py +lib/zope/lib/python/Products/Transience/tests/testTransientObject.pyc lib/zope/lib/python/Products/Transience/tests/testTransientObjectContainer.py +lib/zope/lib/python/Products/Transience/tests/testTransientObjectContainer.pyc +lib/zope/lib/python/Products/Transience/www/ lib/zope/lib/python/Products/Transience/www/datacontainer.gif +lib/zope/lib/python/Products/ZCTextIndex/ lib/zope/lib/python/Products/ZCTextIndex/BaseIndex.py lib/zope/lib/python/Products/ZCTextIndex/BaseIndex.pyc -lib/zope/lib/python/Products/ZCTextIndex/BaseIndex.pyo lib/zope/lib/python/Products/ZCTextIndex/CosineIndex.py lib/zope/lib/python/Products/ZCTextIndex/CosineIndex.pyc -lib/zope/lib/python/Products/ZCTextIndex/CosineIndex.pyo lib/zope/lib/python/Products/ZCTextIndex/HTMLSplitter.py lib/zope/lib/python/Products/ZCTextIndex/HTMLSplitter.pyc -lib/zope/lib/python/Products/ZCTextIndex/HTMLSplitter.pyo lib/zope/lib/python/Products/ZCTextIndex/IIndex.py lib/zope/lib/python/Products/ZCTextIndex/IIndex.pyc -lib/zope/lib/python/Products/ZCTextIndex/IIndex.pyo lib/zope/lib/python/Products/ZCTextIndex/ILexicon.py lib/zope/lib/python/Products/ZCTextIndex/ILexicon.pyc -lib/zope/lib/python/Products/ZCTextIndex/ILexicon.pyo lib/zope/lib/python/Products/ZCTextIndex/INBest.py lib/zope/lib/python/Products/ZCTextIndex/INBest.pyc -lib/zope/lib/python/Products/ZCTextIndex/INBest.pyo lib/zope/lib/python/Products/ZCTextIndex/IPipelineElement.py lib/zope/lib/python/Products/ZCTextIndex/IPipelineElement.pyc -lib/zope/lib/python/Products/ZCTextIndex/IPipelineElement.pyo lib/zope/lib/python/Products/ZCTextIndex/IPipelineElementFactory.py lib/zope/lib/python/Products/ZCTextIndex/IPipelineElementFactory.pyc -lib/zope/lib/python/Products/ZCTextIndex/IPipelineElementFactory.pyo lib/zope/lib/python/Products/ZCTextIndex/IQueryParseTree.py lib/zope/lib/python/Products/ZCTextIndex/IQueryParseTree.pyc -lib/zope/lib/python/Products/ZCTextIndex/IQueryParseTree.pyo lib/zope/lib/python/Products/ZCTextIndex/IQueryParser.py lib/zope/lib/python/Products/ZCTextIndex/IQueryParser.pyc -lib/zope/lib/python/Products/ZCTextIndex/IQueryParser.pyo lib/zope/lib/python/Products/ZCTextIndex/ISplitter.py lib/zope/lib/python/Products/ZCTextIndex/ISplitter.pyc -lib/zope/lib/python/Products/ZCTextIndex/ISplitter.pyo lib/zope/lib/python/Products/ZCTextIndex/Lexicon.py lib/zope/lib/python/Products/ZCTextIndex/Lexicon.pyc -lib/zope/lib/python/Products/ZCTextIndex/Lexicon.pyo lib/zope/lib/python/Products/ZCTextIndex/NBest.py lib/zope/lib/python/Products/ZCTextIndex/NBest.pyc -lib/zope/lib/python/Products/ZCTextIndex/NBest.pyo lib/zope/lib/python/Products/ZCTextIndex/OkapiIndex.py lib/zope/lib/python/Products/ZCTextIndex/OkapiIndex.pyc -lib/zope/lib/python/Products/ZCTextIndex/OkapiIndex.pyo lib/zope/lib/python/Products/ZCTextIndex/ParseTree.py lib/zope/lib/python/Products/ZCTextIndex/ParseTree.pyc -lib/zope/lib/python/Products/ZCTextIndex/ParseTree.pyo lib/zope/lib/python/Products/ZCTextIndex/PipelineFactory.py lib/zope/lib/python/Products/ZCTextIndex/PipelineFactory.pyc -lib/zope/lib/python/Products/ZCTextIndex/PipelineFactory.pyo lib/zope/lib/python/Products/ZCTextIndex/QueryParser.py lib/zope/lib/python/Products/ZCTextIndex/QueryParser.pyc -lib/zope/lib/python/Products/ZCTextIndex/QueryParser.pyo lib/zope/lib/python/Products/ZCTextIndex/README.txt lib/zope/lib/python/Products/ZCTextIndex/RiceCode.py lib/zope/lib/python/Products/ZCTextIndex/RiceCode.pyc -lib/zope/lib/python/Products/ZCTextIndex/RiceCode.pyo lib/zope/lib/python/Products/ZCTextIndex/SetOps.py lib/zope/lib/python/Products/ZCTextIndex/SetOps.pyc -lib/zope/lib/python/Products/ZCTextIndex/SetOps.pyo -lib/zope/lib/python/Products/ZCTextIndex/Setup lib/zope/lib/python/Products/ZCTextIndex/StopDict.py lib/zope/lib/python/Products/ZCTextIndex/StopDict.pyc -lib/zope/lib/python/Products/ZCTextIndex/StopDict.pyo lib/zope/lib/python/Products/ZCTextIndex/WidCode.py lib/zope/lib/python/Products/ZCTextIndex/WidCode.pyc -lib/zope/lib/python/Products/ZCTextIndex/WidCode.pyo lib/zope/lib/python/Products/ZCTextIndex/ZCTextIndex.py lib/zope/lib/python/Products/ZCTextIndex/ZCTextIndex.pyc -lib/zope/lib/python/Products/ZCTextIndex/ZCTextIndex.pyo lib/zope/lib/python/Products/ZCTextIndex/__init__.py lib/zope/lib/python/Products/ZCTextIndex/__init__.pyc -lib/zope/lib/python/Products/ZCTextIndex/__init__.pyo +lib/zope/lib/python/Products/ZCTextIndex/dtml/ lib/zope/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml lib/zope/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml lib/zope/lib/python/Products/ZCTextIndex/dtml/manageLexicon.dtml lib/zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml lib/zope/lib/python/Products/ZCTextIndex/dtml/queryLexicon.dtml +lib/zope/lib/python/Products/ZCTextIndex/help/ lib/zope/lib/python/Products/ZCTextIndex/help/Lexicon_Add.stx lib/zope/lib/python/Products/ZCTextIndex/help/ZCTextIndex_Add.stx -lib/zope/lib/python/Products/ZCTextIndex/okascore.c -lib/zope/lib/python/Products/ZCTextIndex/okascore.so -lib/zope/lib/python/Products/ZCTextIndex/stopper.c -lib/zope/lib/python/Products/ZCTextIndex/stopper.so +lib/zope/lib/python/Products/ZCTextIndex/tests/ lib/zope/lib/python/Products/ZCTextIndex/tests/__init__.py +lib/zope/lib/python/Products/ZCTextIndex/tests/__init__.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/hs-tool.py +lib/zope/lib/python/Products/ZCTextIndex/tests/hs-tool.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/indexhtml.py +lib/zope/lib/python/Products/ZCTextIndex/tests/indexhtml.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/mailtest.py +lib/zope/lib/python/Products/ZCTextIndex/tests/mailtest.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/mhindex.py +lib/zope/lib/python/Products/ZCTextIndex/tests/mhindex.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/python.txt lib/zope/lib/python/Products/ZCTextIndex/tests/queryhtml.py +lib/zope/lib/python/Products/ZCTextIndex/tests/queryhtml.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/testIndex.py +lib/zope/lib/python/Products/ZCTextIndex/tests/testIndex.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/testLexicon.py +lib/zope/lib/python/Products/ZCTextIndex/tests/testLexicon.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/testNBest.py +lib/zope/lib/python/Products/ZCTextIndex/tests/testNBest.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/testPipelineFactory.py +lib/zope/lib/python/Products/ZCTextIndex/tests/testPipelineFactory.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/testQueryEngine.py +lib/zope/lib/python/Products/ZCTextIndex/tests/testQueryEngine.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/testQueryParser.py +lib/zope/lib/python/Products/ZCTextIndex/tests/testQueryParser.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/testSetOps.py +lib/zope/lib/python/Products/ZCTextIndex/tests/testSetOps.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/testStopper.py +lib/zope/lib/python/Products/ZCTextIndex/tests/testStopper.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py +lib/zope/lib/python/Products/ZCTextIndex/tests/testZCTextIndex.pyc lib/zope/lib/python/Products/ZCTextIndex/tests/wordstats.py +lib/zope/lib/python/Products/ZCTextIndex/tests/wordstats.pyc +lib/zope/lib/python/Products/ZCTextIndex/www/ lib/zope/lib/python/Products/ZCTextIndex/www/index.gif lib/zope/lib/python/Products/ZCTextIndex/www/lexicon.gif +lib/zope/lib/python/Products/ZCatalog/ lib/zope/lib/python/Products/ZCatalog/CHANGES.txt lib/zope/lib/python/Products/ZCatalog/Catalog.gif lib/zope/lib/python/Products/ZCatalog/Catalog.py lib/zope/lib/python/Products/ZCatalog/Catalog.pyc -lib/zope/lib/python/Products/ZCatalog/Catalog.pyo lib/zope/lib/python/Products/ZCatalog/CatalogAwareness.py lib/zope/lib/python/Products/ZCatalog/CatalogAwareness.pyc -lib/zope/lib/python/Products/ZCatalog/CatalogAwareness.pyo lib/zope/lib/python/Products/ZCatalog/CatalogAwarenessInterface.py lib/zope/lib/python/Products/ZCatalog/CatalogAwarenessInterface.pyc -lib/zope/lib/python/Products/ZCatalog/CatalogAwarenessInterface.pyo lib/zope/lib/python/Products/ZCatalog/CatalogBrains.py lib/zope/lib/python/Products/ZCatalog/CatalogBrains.pyc -lib/zope/lib/python/Products/ZCatalog/CatalogBrains.pyo lib/zope/lib/python/Products/ZCatalog/CatalogPathAwareness.py lib/zope/lib/python/Products/ZCatalog/CatalogPathAwareness.pyc -lib/zope/lib/python/Products/ZCatalog/CatalogPathAwareness.pyo lib/zope/lib/python/Products/ZCatalog/IZCatalog.py lib/zope/lib/python/Products/ZCatalog/IZCatalog.pyc -lib/zope/lib/python/Products/ZCatalog/IZCatalog.pyo lib/zope/lib/python/Products/ZCatalog/Lazy.py lib/zope/lib/python/Products/ZCatalog/Lazy.pyc -lib/zope/lib/python/Products/ZCatalog/Lazy.pyo lib/zope/lib/python/Products/ZCatalog/README.txt lib/zope/lib/python/Products/ZCatalog/Vocabulary.py lib/zope/lib/python/Products/ZCatalog/Vocabulary.pyc -lib/zope/lib/python/Products/ZCatalog/Vocabulary.pyo lib/zope/lib/python/Products/ZCatalog/ZCatalog.py lib/zope/lib/python/Products/ZCatalog/ZCatalog.pyc -lib/zope/lib/python/Products/ZCatalog/ZCatalog.pyo lib/zope/lib/python/Products/ZCatalog/ZCatalog.txt lib/zope/lib/python/Products/ZCatalog/ZCatalogIndexes.py lib/zope/lib/python/Products/ZCatalog/ZCatalogIndexes.pyc -lib/zope/lib/python/Products/ZCatalog/ZCatalogIndexes.pyo lib/zope/lib/python/Products/ZCatalog/__init__.py lib/zope/lib/python/Products/ZCatalog/__init__.pyc -lib/zope/lib/python/Products/ZCatalog/__init__.pyo +lib/zope/lib/python/Products/ZCatalog/dtml/ lib/zope/lib/python/Products/ZCatalog/dtml/addIndex.dtml lib/zope/lib/python/Products/ZCatalog/dtml/addIndexForm.dtml lib/zope/lib/python/Products/ZCatalog/dtml/addVocabulary.dtml @@ -1770,15 +1528,12 @@ lib/zope/lib/python/Products/ZCatalog/dtml/manageOldindex.dtml lib/zope/lib/python/Products/ZCatalog/dtml/manage_vocab.dtml lib/zope/lib/python/Products/ZCatalog/dtml/vocab_manage_main.dtml lib/zope/lib/python/Products/ZCatalog/dtml/vocab_query.dtml +lib/zope/lib/python/Products/ZCatalog/help/ lib/zope/lib/python/Products/ZCatalog/help/Vocabulary.py -lib/zope/lib/python/Products/ZCatalog/help/Vocabulary.pyc -lib/zope/lib/python/Products/ZCatalog/help/Vocabulary.pyo lib/zope/lib/python/Products/ZCatalog/help/Vocabulary.stx lib/zope/lib/python/Products/ZCatalog/help/Vocabulary_Query.stx lib/zope/lib/python/Products/ZCatalog/help/Vocabulary_Vocabulary.stx lib/zope/lib/python/Products/ZCatalog/help/ZCatalog.py -lib/zope/lib/python/Products/ZCatalog/help/ZCatalog.pyc -lib/zope/lib/python/Products/ZCatalog/help/ZCatalog.pyo lib/zope/lib/python/Products/ZCatalog/help/ZCatalog.stx lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Add.stx lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Advanced.stx @@ -1788,145 +1543,112 @@ lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx lib/zope/lib/python/Products/ZCatalog/help/ZCatalog_Status.stx +lib/zope/lib/python/Products/ZCatalog/regressiontests/ lib/zope/lib/python/Products/ZCatalog/regressiontests/keywords.py -lib/zope/lib/python/Products/ZCatalog/regressiontests/keywords.pyc -lib/zope/lib/python/Products/ZCatalog/regressiontests/keywords.pyo lib/zope/lib/python/Products/ZCatalog/regressiontests/loadmail.py -lib/zope/lib/python/Products/ZCatalog/regressiontests/loadmail.pyc -lib/zope/lib/python/Products/ZCatalog/regressiontests/loadmail.pyo lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py -lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.pyc -lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.pyo lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py -lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.pyc -lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.pyo lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py -lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.pyc -lib/zope/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.pyo lib/zope/lib/python/Products/ZCatalog/regressiontests/unittest_patched.py -lib/zope/lib/python/Products/ZCatalog/regressiontests/unittest_patched.pyc -lib/zope/lib/python/Products/ZCatalog/regressiontests/unittest_patched.pyo +lib/zope/lib/python/Products/ZCatalog/tests/ lib/zope/lib/python/Products/ZCatalog/tests/__init__.py +lib/zope/lib/python/Products/ZCatalog/tests/__init__.pyc +lib/zope/lib/python/Products/ZCatalog/tests/testBrains.py +lib/zope/lib/python/Products/ZCatalog/tests/testBrains.pyc lib/zope/lib/python/Products/ZCatalog/tests/testCatalog.py +lib/zope/lib/python/Products/ZCatalog/tests/testCatalog.pyc +lib/zope/lib/python/Products/ZCatalog/tests/testLazySequences.py +lib/zope/lib/python/Products/ZCatalog/tests/testLazySequences.pyc lib/zope/lib/python/Products/ZCatalog/version.txt +lib/zope/lib/python/Products/ZCatalog/www/ lib/zope/lib/python/Products/ZCatalog/www/Vocabulary.gif lib/zope/lib/python/Products/ZCatalog/www/ZCatalog.gif +lib/zope/lib/python/Products/ZGadflyDA/ lib/zope/lib/python/Products/ZGadflyDA/DA.py lib/zope/lib/python/Products/ZGadflyDA/DA.pyc -lib/zope/lib/python/Products/ZGadflyDA/DA.pyo lib/zope/lib/python/Products/ZGadflyDA/DABase.py lib/zope/lib/python/Products/ZGadflyDA/DABase.pyc -lib/zope/lib/python/Products/ZGadflyDA/DABase.pyo lib/zope/lib/python/Products/ZGadflyDA/README.txt -lib/zope/lib/python/Products/ZGadflyDA/Setup lib/zope/lib/python/Products/ZGadflyDA/__init__.py lib/zope/lib/python/Products/ZGadflyDA/__init__.pyc -lib/zope/lib/python/Products/ZGadflyDA/__init__.pyo lib/zope/lib/python/Products/ZGadflyDA/db.py lib/zope/lib/python/Products/ZGadflyDA/db.pyc -lib/zope/lib/python/Products/ZGadflyDA/db.pyo +lib/zope/lib/python/Products/ZGadflyDA/dtml/ lib/zope/lib/python/Products/ZGadflyDA/dtml/browse.dtml lib/zope/lib/python/Products/ZGadflyDA/dtml/connectionAdd.dtml lib/zope/lib/python/Products/ZGadflyDA/dtml/connectionEdit.dtml lib/zope/lib/python/Products/ZGadflyDA/dtml/table_info.dtml lib/zope/lib/python/Products/ZGadflyDA/dtml/table_menu.dtml lib/zope/lib/python/Products/ZGadflyDA/dtml/tables.dtml +lib/zope/lib/python/Products/ZGadflyDA/gadfly/ lib/zope/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT lib/zope/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/__init__.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/__init__.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/gadfly.html lib/zope/lib/python/Products/ZGadflyDA/gadfly/gadfly.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfclient.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/gffaq.html lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfserve.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfstest.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/gftest.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/gftest.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/idl.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/idl.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/idl.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/index.html lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjParser.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjSet.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html lib/zope/lib/python/Products/ZGadflyDA/gadfly/pygram.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/pygram.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/relalg.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/relalg.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/remotetest.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/server.html lib/zope/lib/python/Products/ZGadflyDA/gadfly/sql.mar lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyo lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc -lib/zope/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyo +lib/zope/lib/python/Products/ZGadflyDA/icons/ lib/zope/lib/python/Products/ZGadflyDA/icons/bin.gif lib/zope/lib/python/Products/ZGadflyDA/icons/date.gif lib/zope/lib/python/Products/ZGadflyDA/icons/datetime.gif @@ -1939,33 +1661,60 @@ lib/zope/lib/python/Products/ZGadflyDA/icons/text.gif lib/zope/lib/python/Products/ZGadflyDA/icons/time.gif lib/zope/lib/python/Products/ZGadflyDA/icons/view.gif lib/zope/lib/python/Products/ZGadflyDA/icons/what.gif +lib/zope/lib/python/Products/ZODBMountPoint/ +lib/zope/lib/python/Products/ZODBMountPoint/Mount.py +lib/zope/lib/python/Products/ZODBMountPoint/Mount.pyc +lib/zope/lib/python/Products/ZODBMountPoint/MountedObject.py +lib/zope/lib/python/Products/ZODBMountPoint/MountedObject.pyc +lib/zope/lib/python/Products/ZODBMountPoint/__init__.py +lib/zope/lib/python/Products/ZODBMountPoint/__init__.pyc +lib/zope/lib/python/Products/ZODBMountPoint/tests/ +lib/zope/lib/python/Products/ZODBMountPoint/tests/__init__.py +lib/zope/lib/python/Products/ZODBMountPoint/tests/__init__.pyc +lib/zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py +lib/zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.pyc +lib/zope/lib/python/Products/ZODBMountPoint/www/ +lib/zope/lib/python/Products/ZODBMountPoint/www/addMountsForm.pt +lib/zope/lib/python/Products/ZODBMountPoint/www/mountfail.pt +lib/zope/lib/python/Products/ZReST/ +lib/zope/lib/python/Products/ZReST/README.txt +lib/zope/lib/python/Products/ZReST/TODO.txt +lib/zope/lib/python/Products/ZReST/ZReST.py +lib/zope/lib/python/Products/ZReST/ZReST.pyc +lib/zope/lib/python/Products/ZReST/__init__.py +lib/zope/lib/python/Products/ZReST/__init__.pyc +lib/zope/lib/python/Products/ZReST/dtml/ +lib/zope/lib/python/Products/ZReST/dtml/manage_addZReSTForm.dtml +lib/zope/lib/python/Products/ZReST/dtml/manage_editForm.dtml +lib/zope/lib/python/Products/ZReST/refresh.txt +lib/zope/lib/python/Products/ZReST/version.txt +lib/zope/lib/python/Products/ZReST/www/ +lib/zope/lib/python/Products/ZReST/www/zrest.gif +lib/zope/lib/python/Products/ZSQLMethods/ lib/zope/lib/python/Products/ZSQLMethods/CHANGES.txt lib/zope/lib/python/Products/ZSQLMethods/README.txt lib/zope/lib/python/Products/ZSQLMethods/SQL.py lib/zope/lib/python/Products/ZSQLMethods/SQL.pyc -lib/zope/lib/python/Products/ZSQLMethods/SQL.pyo -lib/zope/lib/python/Products/ZSQLMethods/Setup lib/zope/lib/python/Products/ZSQLMethods/__init__.py lib/zope/lib/python/Products/ZSQLMethods/__init__.pyc -lib/zope/lib/python/Products/ZSQLMethods/__init__.pyo +lib/zope/lib/python/Products/ZSQLMethods/dtml/ lib/zope/lib/python/Products/ZSQLMethods/dtml/add.dtml lib/zope/lib/python/Products/ZSQLMethods/dtml/edit.dtml +lib/zope/lib/python/Products/ZSQLMethods/help/ lib/zope/lib/python/Products/ZSQLMethods/help/Z-SQL-Method.stx lib/zope/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Add.stx lib/zope/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Advanced.stx lib/zope/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Edit.stx lib/zope/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Test.stx lib/zope/lib/python/Products/ZSQLMethods/help/ZSQLMethod.py -lib/zope/lib/python/Products/ZSQLMethods/help/ZSQLMethod.pyc -lib/zope/lib/python/Products/ZSQLMethods/help/ZSQLMethod.pyo lib/zope/lib/python/Products/ZSQLMethods/sqlmethod.gif +lib/zope/lib/python/Products/ZopeTutorial/ lib/zope/lib/python/Products/ZopeTutorial/CHANGES.txt lib/zope/lib/python/Products/ZopeTutorial/TutorialTopic.py lib/zope/lib/python/Products/ZopeTutorial/TutorialTopic.pyc -lib/zope/lib/python/Products/ZopeTutorial/TutorialTopic.pyo lib/zope/lib/python/Products/ZopeTutorial/__init__.py lib/zope/lib/python/Products/ZopeTutorial/__init__.pyc -lib/zope/lib/python/Products/ZopeTutorial/__init__.pyo +lib/zope/lib/python/Products/ZopeTutorial/dtml/ lib/zope/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml lib/zope/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml lib/zope/lib/python/Products/ZopeTutorial/dtml/tutorialAdd.dtml @@ -1975,174 +1724,119 @@ lib/zope/lib/python/Products/ZopeTutorial/tutorial.stx lib/zope/lib/python/Products/ZopeTutorial/version.txt lib/zope/lib/python/Products/__init__.py lib/zope/lib/python/Products/__init__.pyc -lib/zope/lib/python/Products/__init__.pyo -lib/zope/lib/python/Record.so +lib/zope/lib/python/RestrictedPython/ lib/zope/lib/python/RestrictedPython/Eval.py lib/zope/lib/python/RestrictedPython/Eval.pyc -lib/zope/lib/python/RestrictedPython/Eval.pyo lib/zope/lib/python/RestrictedPython/Guards.py lib/zope/lib/python/RestrictedPython/Guards.pyc -lib/zope/lib/python/RestrictedPython/Guards.pyo lib/zope/lib/python/RestrictedPython/Limits.py lib/zope/lib/python/RestrictedPython/Limits.pyc -lib/zope/lib/python/RestrictedPython/Limits.pyo lib/zope/lib/python/RestrictedPython/MutatingWalker.py lib/zope/lib/python/RestrictedPython/MutatingWalker.pyc -lib/zope/lib/python/RestrictedPython/MutatingWalker.pyo lib/zope/lib/python/RestrictedPython/PrintCollector.py lib/zope/lib/python/RestrictedPython/PrintCollector.pyc -lib/zope/lib/python/RestrictedPython/PrintCollector.pyo lib/zope/lib/python/RestrictedPython/RCompile.py lib/zope/lib/python/RestrictedPython/RCompile.pyc -lib/zope/lib/python/RestrictedPython/RCompile.pyo -lib/zope/lib/python/RestrictedPython/RCompile_2_1.py -lib/zope/lib/python/RestrictedPython/RCompile_2_1.pyc -lib/zope/lib/python/RestrictedPython/RCompile_2_1.pyo lib/zope/lib/python/RestrictedPython/RestrictionMutator.py lib/zope/lib/python/RestrictedPython/RestrictionMutator.pyc -lib/zope/lib/python/RestrictedPython/RestrictionMutator.pyo -lib/zope/lib/python/RestrictedPython/SafeMapping.py -lib/zope/lib/python/RestrictedPython/SafeMapping.pyc -lib/zope/lib/python/RestrictedPython/SafeMapping.pyo lib/zope/lib/python/RestrictedPython/SelectCompiler.py lib/zope/lib/python/RestrictedPython/SelectCompiler.pyc -lib/zope/lib/python/RestrictedPython/SelectCompiler.pyo lib/zope/lib/python/RestrictedPython/Utilities.py lib/zope/lib/python/RestrictedPython/Utilities.pyc -lib/zope/lib/python/RestrictedPython/Utilities.pyo lib/zope/lib/python/RestrictedPython/__init__.py lib/zope/lib/python/RestrictedPython/__init__.pyc -lib/zope/lib/python/RestrictedPython/__init__.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/__init__.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/__init__.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/__init__.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/ast.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/ast.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/ast.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/ast.txt -lib/zope/lib/python/RestrictedPython/compiler_2_1/astgen.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/astgen.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/astgen.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/consts.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/consts.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/consts.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/future.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/future.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/future.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/misc.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/misc.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/misc.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/pyassem.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/pyassem.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/pyassem.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/pycodegen.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/pycodegen.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/pycodegen.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/symbols.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/symbols.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/symbols.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/transformer.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/transformer.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/transformer.pyo -lib/zope/lib/python/RestrictedPython/compiler_2_1/visitor.py -lib/zope/lib/python/RestrictedPython/compiler_2_1/visitor.pyc -lib/zope/lib/python/RestrictedPython/compiler_2_1/visitor.pyo +lib/zope/lib/python/RestrictedPython/tests/ lib/zope/lib/python/RestrictedPython/tests/__init__.py +lib/zope/lib/python/RestrictedPython/tests/__init__.pyc +lib/zope/lib/python/RestrictedPython/tests/before_and_after.py +lib/zope/lib/python/RestrictedPython/tests/before_and_after.pyc +lib/zope/lib/python/RestrictedPython/tests/class.py +lib/zope/lib/python/RestrictedPython/tests/class.pyc +lib/zope/lib/python/RestrictedPython/tests/lambda.py +lib/zope/lib/python/RestrictedPython/tests/lambda.pyc lib/zope/lib/python/RestrictedPython/tests/restricted_module.py +lib/zope/lib/python/RestrictedPython/tests/restricted_module.pyc lib/zope/lib/python/RestrictedPython/tests/security_in_syntax.py +lib/zope/lib/python/RestrictedPython/tests/security_in_syntax.pyc lib/zope/lib/python/RestrictedPython/tests/testRestrictions.py -lib/zope/lib/python/SearchIndex/.testinfo +lib/zope/lib/python/RestrictedPython/tests/testRestrictions.pyc +lib/zope/lib/python/RestrictedPython/tests/unpack.py +lib/zope/lib/python/RestrictedPython/tests/unpack.pyc +lib/zope/lib/python/RestrictedPython/tests/verify.py +lib/zope/lib/python/RestrictedPython/tests/verify.pyc +lib/zope/lib/python/SearchIndex/ lib/zope/lib/python/SearchIndex/GlobbingLexicon.py lib/zope/lib/python/SearchIndex/GlobbingLexicon.pyc -lib/zope/lib/python/SearchIndex/GlobbingLexicon.pyo lib/zope/lib/python/SearchIndex/Index.py lib/zope/lib/python/SearchIndex/Index.pyc -lib/zope/lib/python/SearchIndex/Index.pyo lib/zope/lib/python/SearchIndex/Lexicon.py lib/zope/lib/python/SearchIndex/Lexicon.pyc -lib/zope/lib/python/SearchIndex/Lexicon.pyo lib/zope/lib/python/SearchIndex/PluggableIndex.py lib/zope/lib/python/SearchIndex/PluggableIndex.pyc -lib/zope/lib/python/SearchIndex/PluggableIndex.pyo lib/zope/lib/python/SearchIndex/README.txt lib/zope/lib/python/SearchIndex/ResultList.py lib/zope/lib/python/SearchIndex/ResultList.pyc -lib/zope/lib/python/SearchIndex/ResultList.pyo -lib/zope/lib/python/SearchIndex/Setup -lib/zope/lib/python/SearchIndex/Splitter.c -lib/zope/lib/python/SearchIndex/Splitter.so lib/zope/lib/python/SearchIndex/TextIndex.py lib/zope/lib/python/SearchIndex/TextIndex.pyc -lib/zope/lib/python/SearchIndex/TextIndex.pyo lib/zope/lib/python/SearchIndex/UnIndex.py lib/zope/lib/python/SearchIndex/UnIndex.pyc -lib/zope/lib/python/SearchIndex/UnIndex.pyo lib/zope/lib/python/SearchIndex/UnKeywordIndex.py lib/zope/lib/python/SearchIndex/UnKeywordIndex.pyc -lib/zope/lib/python/SearchIndex/UnKeywordIndex.pyo lib/zope/lib/python/SearchIndex/UnTextIndex.py lib/zope/lib/python/SearchIndex/UnTextIndex.pyc -lib/zope/lib/python/SearchIndex/UnTextIndex.pyo lib/zope/lib/python/SearchIndex/__init__.py lib/zope/lib/python/SearchIndex/__init__.pyc -lib/zope/lib/python/SearchIndex/__init__.pyo lib/zope/lib/python/SearchIndex/randid.py lib/zope/lib/python/SearchIndex/randid.pyc -lib/zope/lib/python/SearchIndex/randid.pyo +lib/zope/lib/python/SearchIndex/tests/ lib/zope/lib/python/SearchIndex/tests/__init__.py +lib/zope/lib/python/SearchIndex/tests/__init__.pyc lib/zope/lib/python/SearchIndex/tests/testSplitter.py +lib/zope/lib/python/SearchIndex/tests/testSplitter.pyc lib/zope/lib/python/SearchIndex/tests/testUnKeywordIndex.py +lib/zope/lib/python/SearchIndex/tests/testUnKeywordIndex.pyc lib/zope/lib/python/SearchIndex/tests/testUnTextIndex.py +lib/zope/lib/python/SearchIndex/tests/testUnTextIndex.pyc lib/zope/lib/python/SearchIndex/tests/test_UnIndex.py -lib/zope/lib/python/Setup15 -lib/zope/lib/python/Setup20 +lib/zope/lib/python/SearchIndex/tests/test_UnIndex.pyc +lib/zope/lib/python/Shared/ +lib/zope/lib/python/Shared/DC/ +lib/zope/lib/python/Shared/DC/Scripts/ lib/zope/lib/python/Shared/DC/Scripts/Bindings.py lib/zope/lib/python/Shared/DC/Scripts/Bindings.pyc -lib/zope/lib/python/Shared/DC/Scripts/Bindings.pyo lib/zope/lib/python/Shared/DC/Scripts/BindingsUI.py lib/zope/lib/python/Shared/DC/Scripts/BindingsUI.pyc -lib/zope/lib/python/Shared/DC/Scripts/BindingsUI.pyo lib/zope/lib/python/Shared/DC/Scripts/Script.py lib/zope/lib/python/Shared/DC/Scripts/Script.pyc -lib/zope/lib/python/Shared/DC/Scripts/Script.pyo lib/zope/lib/python/Shared/DC/Scripts/Signature.py lib/zope/lib/python/Shared/DC/Scripts/Signature.pyc -lib/zope/lib/python/Shared/DC/Scripts/Signature.pyo lib/zope/lib/python/Shared/DC/Scripts/__init__.py lib/zope/lib/python/Shared/DC/Scripts/__init__.pyc -lib/zope/lib/python/Shared/DC/Scripts/__init__.pyo +lib/zope/lib/python/Shared/DC/Scripts/dtml/ lib/zope/lib/python/Shared/DC/Scripts/dtml/scriptBindings.dtml lib/zope/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml +lib/zope/lib/python/Shared/DC/ZRDB/ lib/zope/lib/python/Shared/DC/ZRDB/Aqueduct.py lib/zope/lib/python/Shared/DC/ZRDB/Aqueduct.pyc -lib/zope/lib/python/Shared/DC/ZRDB/Aqueduct.pyo lib/zope/lib/python/Shared/DC/ZRDB/Connection.py lib/zope/lib/python/Shared/DC/ZRDB/Connection.pyc -lib/zope/lib/python/Shared/DC/ZRDB/Connection.pyo lib/zope/lib/python/Shared/DC/ZRDB/DA.py lib/zope/lib/python/Shared/DC/ZRDB/DA.pyc -lib/zope/lib/python/Shared/DC/ZRDB/DA.pyo lib/zope/lib/python/Shared/DC/ZRDB/RDB.py lib/zope/lib/python/Shared/DC/ZRDB/RDB.pyc -lib/zope/lib/python/Shared/DC/ZRDB/RDB.pyo lib/zope/lib/python/Shared/DC/ZRDB/Results.py lib/zope/lib/python/Shared/DC/ZRDB/Results.pyc -lib/zope/lib/python/Shared/DC/ZRDB/Results.pyo lib/zope/lib/python/Shared/DC/ZRDB/Search.py lib/zope/lib/python/Shared/DC/ZRDB/Search.pyc -lib/zope/lib/python/Shared/DC/ZRDB/Search.pyo lib/zope/lib/python/Shared/DC/ZRDB/THUNK.py lib/zope/lib/python/Shared/DC/ZRDB/THUNK.pyc -lib/zope/lib/python/Shared/DC/ZRDB/THUNK.pyo lib/zope/lib/python/Shared/DC/ZRDB/TM.py lib/zope/lib/python/Shared/DC/ZRDB/TM.pyc -lib/zope/lib/python/Shared/DC/ZRDB/TM.pyo lib/zope/lib/python/Shared/DC/ZRDB/__init__.py lib/zope/lib/python/Shared/DC/ZRDB/__init__.pyc -lib/zope/lib/python/Shared/DC/ZRDB/__init__.pyo lib/zope/lib/python/Shared/DC/ZRDB/dbi_db.py lib/zope/lib/python/Shared/DC/ZRDB/dbi_db.pyc -lib/zope/lib/python/Shared/DC/ZRDB/dbi_db.pyo +lib/zope/lib/python/Shared/DC/ZRDB/dtml/ lib/zope/lib/python/Shared/DC/ZRDB/dtml/advanced.dtml lib/zope/lib/python/Shared/DC/ZRDB/dtml/connectionAdd.dtml lib/zope/lib/python/Shared/DC/ZRDB/dtml/connectionEdit.dtml @@ -2153,119 +1847,72 @@ lib/zope/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml lib/zope/lib/python/Shared/DC/ZRDB/dtml/searchAdd.dtml lib/zope/lib/python/Shared/DC/ZRDB/sqlgroup.py lib/zope/lib/python/Shared/DC/ZRDB/sqlgroup.pyc -lib/zope/lib/python/Shared/DC/ZRDB/sqlgroup.pyo lib/zope/lib/python/Shared/DC/ZRDB/sqltest.py lib/zope/lib/python/Shared/DC/ZRDB/sqltest.pyc -lib/zope/lib/python/Shared/DC/ZRDB/sqltest.pyo lib/zope/lib/python/Shared/DC/ZRDB/sqlvar.py lib/zope/lib/python/Shared/DC/ZRDB/sqlvar.pyc -lib/zope/lib/python/Shared/DC/ZRDB/sqlvar.pyo +lib/zope/lib/python/Shared/DC/ZRDB/www/ lib/zope/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif lib/zope/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif lib/zope/lib/python/Shared/DC/__init__.py lib/zope/lib/python/Shared/DC/__init__.pyc -lib/zope/lib/python/Shared/DC/__init__.pyo +lib/zope/lib/python/Shared/DC/xml/ lib/zope/lib/python/Shared/DC/xml/__init__.py lib/zope/lib/python/Shared/DC/xml/__init__.pyc -lib/zope/lib/python/Shared/DC/xml/__init__.pyo lib/zope/lib/python/Shared/DC/xml/ppml.py lib/zope/lib/python/Shared/DC/xml/ppml.pyc -lib/zope/lib/python/Shared/DC/xml/ppml.pyo +lib/zope/lib/python/Shared/DC/xml/pyexpat/ lib/zope/lib/python/Shared/DC/xml/pyexpat/README -lib/zope/lib/python/Shared/DC/xml/pyexpat/Setup lib/zope/lib/python/Shared/DC/xml/pyexpat/__init__.py lib/zope/lib/python/Shared/DC/xml/pyexpat/__init__.pyc -lib/zope/lib/python/Shared/DC/xml/pyexpat/__init__.pyo lib/zope/lib/python/Shared/DC/xml/pyexpat/_checkversion.py lib/zope/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc -lib/zope/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyo -lib/zope/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c -lib/zope/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/expat.html -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/expat.mak -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.c -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/hashtable.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.c -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse/xmlparse.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/asciitab.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/dllmain.c -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/iasciitab.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/latin1tab.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/nametab.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/utf8tab.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmldef.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.c -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmlrole.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.c -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.c -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_impl.h -lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok/xmltok_ns.c lib/zope/lib/python/Shared/DC/xml/pyexpat/pyexpat.py lib/zope/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyc -lib/zope/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyo lib/zope/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py lib/zope/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc -lib/zope/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyo lib/zope/lib/python/Shared/DC/xml/xmllib.py lib/zope/lib/python/Shared/DC/xml/xmllib.pyc -lib/zope/lib/python/Shared/DC/xml/xmllib.pyo lib/zope/lib/python/Shared/DC/xml/xyap.py lib/zope/lib/python/Shared/DC/xml/xyap.pyc -lib/zope/lib/python/Shared/DC/xml/xyap.pyo lib/zope/lib/python/Shared/__init__.py lib/zope/lib/python/Shared/__init__.pyc -lib/zope/lib/python/Shared/__init__.pyo +lib/zope/lib/python/Signals/ lib/zope/lib/python/Signals/SignalHandler.py lib/zope/lib/python/Signals/SignalHandler.pyc -lib/zope/lib/python/Signals/SignalHandler.pyo lib/zope/lib/python/Signals/Signals.py lib/zope/lib/python/Signals/Signals.pyc -lib/zope/lib/python/Signals/Signals.pyo lib/zope/lib/python/Signals/__init__.py lib/zope/lib/python/Signals/__init__.pyc -lib/zope/lib/python/Signals/__init__.pyo +lib/zope/lib/python/StructuredText/ lib/zope/lib/python/StructuredText/ClassicDocumentClass.py lib/zope/lib/python/StructuredText/ClassicDocumentClass.pyc -lib/zope/lib/python/StructuredText/ClassicDocumentClass.pyo lib/zope/lib/python/StructuredText/ClassicStructuredText.py lib/zope/lib/python/StructuredText/ClassicStructuredText.pyc -lib/zope/lib/python/StructuredText/ClassicStructuredText.pyo lib/zope/lib/python/StructuredText/DocBookClass.py lib/zope/lib/python/StructuredText/DocBookClass.pyc -lib/zope/lib/python/StructuredText/DocBookClass.pyo lib/zope/lib/python/StructuredText/DocumentClass.py lib/zope/lib/python/StructuredText/DocumentClass.pyc -lib/zope/lib/python/StructuredText/DocumentClass.pyo lib/zope/lib/python/StructuredText/DocumentWithImages.py lib/zope/lib/python/StructuredText/DocumentWithImages.pyc -lib/zope/lib/python/StructuredText/DocumentWithImages.pyo lib/zope/lib/python/StructuredText/HTMLClass.py lib/zope/lib/python/StructuredText/HTMLClass.pyc -lib/zope/lib/python/StructuredText/HTMLClass.pyo lib/zope/lib/python/StructuredText/HTMLWithImages.py lib/zope/lib/python/StructuredText/HTMLWithImages.pyc -lib/zope/lib/python/StructuredText/HTMLWithImages.pyo lib/zope/lib/python/StructuredText/ST.py lib/zope/lib/python/StructuredText/ST.pyc -lib/zope/lib/python/StructuredText/ST.pyo lib/zope/lib/python/StructuredText/STDOM.py lib/zope/lib/python/StructuredText/STDOM.pyc -lib/zope/lib/python/StructuredText/STDOM.pyo lib/zope/lib/python/StructuredText/STNG.txt lib/zope/lib/python/StructuredText/STletters.py lib/zope/lib/python/StructuredText/STletters.pyc -lib/zope/lib/python/StructuredText/STletters.pyo lib/zope/lib/python/StructuredText/StructuredText.py lib/zope/lib/python/StructuredText/StructuredText.pyc -lib/zope/lib/python/StructuredText/StructuredText.pyo lib/zope/lib/python/StructuredText/Zwiki.py lib/zope/lib/python/StructuredText/Zwiki.pyc -lib/zope/lib/python/StructuredText/Zwiki.pyo lib/zope/lib/python/StructuredText/__init__.py lib/zope/lib/python/StructuredText/__init__.pyc -lib/zope/lib/python/StructuredText/__init__.pyo +lib/zope/lib/python/StructuredText/regressions/ lib/zope/lib/python/StructuredText/regressions/Acquisition.ref lib/zope/lib/python/StructuredText/regressions/Acquisition.stx lib/zope/lib/python/StructuredText/regressions/ExtensionClass.ref @@ -2277,8 +1924,6 @@ lib/zope/lib/python/StructuredText/regressions/Links.stx lib/zope/lib/python/StructuredText/regressions/MultiMapping.ref lib/zope/lib/python/StructuredText/regressions/MultiMapping.stx lib/zope/lib/python/StructuredText/regressions/create_referencesfiles.py -lib/zope/lib/python/StructuredText/regressions/create_referencesfiles.pyc -lib/zope/lib/python/StructuredText/regressions/create_referencesfiles.pyo lib/zope/lib/python/StructuredText/regressions/examples.ref lib/zope/lib/python/StructuredText/regressions/examples.stx lib/zope/lib/python/StructuredText/regressions/examples1.ref @@ -2287,44 +1932,38 @@ lib/zope/lib/python/StructuredText/regressions/index.ref lib/zope/lib/python/StructuredText/regressions/index.stx lib/zope/lib/python/StructuredText/regressions/table.ref lib/zope/lib/python/StructuredText/regressions/table.stx +lib/zope/lib/python/StructuredText/tests/ +lib/zope/lib/python/StructuredText/tests/__init__.py +lib/zope/lib/python/StructuredText/tests/__init__.pyc lib/zope/lib/python/StructuredText/tests/testStructuredText.py -lib/zope/lib/python/Sync.so +lib/zope/lib/python/StructuredText/tests/testStructuredText.pyc +lib/zope/lib/python/StructuredText/ts_regex.py +lib/zope/lib/python/StructuredText/ts_regex.pyc +lib/zope/lib/python/TAL/ lib/zope/lib/python/TAL/CHANGES.txt lib/zope/lib/python/TAL/DummyEngine.py lib/zope/lib/python/TAL/DummyEngine.pyc -lib/zope/lib/python/TAL/DummyEngine.pyo lib/zope/lib/python/TAL/HISTORY.txt -lib/zope/lib/python/TAL/HTMLParser.py -lib/zope/lib/python/TAL/HTMLParser.pyc -lib/zope/lib/python/TAL/HTMLParser.pyo lib/zope/lib/python/TAL/HTMLTALParser.py lib/zope/lib/python/TAL/HTMLTALParser.pyc -lib/zope/lib/python/TAL/HTMLTALParser.pyo lib/zope/lib/python/TAL/ITALES.py lib/zope/lib/python/TAL/ITALES.pyc -lib/zope/lib/python/TAL/ITALES.pyo lib/zope/lib/python/TAL/README.txt lib/zope/lib/python/TAL/TALDefs.py lib/zope/lib/python/TAL/TALDefs.pyc -lib/zope/lib/python/TAL/TALDefs.pyo lib/zope/lib/python/TAL/TALGenerator.py lib/zope/lib/python/TAL/TALGenerator.pyc -lib/zope/lib/python/TAL/TALGenerator.pyo lib/zope/lib/python/TAL/TALInterpreter.py lib/zope/lib/python/TAL/TALInterpreter.pyc -lib/zope/lib/python/TAL/TALInterpreter.pyo lib/zope/lib/python/TAL/TALParser.py lib/zope/lib/python/TAL/TALParser.pyc -lib/zope/lib/python/TAL/TALParser.pyo lib/zope/lib/python/TAL/TranslationContext.py lib/zope/lib/python/TAL/TranslationContext.pyc -lib/zope/lib/python/TAL/TranslationContext.pyo lib/zope/lib/python/TAL/XMLParser.py lib/zope/lib/python/TAL/XMLParser.pyc -lib/zope/lib/python/TAL/XMLParser.pyo lib/zope/lib/python/TAL/__init__.py lib/zope/lib/python/TAL/__init__.pyc -lib/zope/lib/python/TAL/__init__.pyo +lib/zope/lib/python/TAL/benchmark/ lib/zope/lib/python/TAL/benchmark/dtml01.html lib/zope/lib/python/TAL/benchmark/dtml02.html lib/zope/lib/python/TAL/benchmark/dtml03.html @@ -2351,23 +1990,22 @@ lib/zope/lib/python/TAL/benchmark/tal11.html lib/zope/lib/python/TAL/benchmark/tal12.html lib/zope/lib/python/TAL/driver.py lib/zope/lib/python/TAL/driver.pyc -lib/zope/lib/python/TAL/driver.pyo lib/zope/lib/python/TAL/markbench.py lib/zope/lib/python/TAL/markbench.pyc -lib/zope/lib/python/TAL/markbench.pyo lib/zope/lib/python/TAL/markupbase.py lib/zope/lib/python/TAL/markupbase.pyc -lib/zope/lib/python/TAL/markupbase.pyo lib/zope/lib/python/TAL/ndiff.py lib/zope/lib/python/TAL/ndiff.pyc -lib/zope/lib/python/TAL/ndiff.pyo lib/zope/lib/python/TAL/runtest.py lib/zope/lib/python/TAL/runtest.pyc -lib/zope/lib/python/TAL/runtest.pyo lib/zope/lib/python/TAL/setpath.py lib/zope/lib/python/TAL/setpath.pyc -lib/zope/lib/python/TAL/setpath.pyo +lib/zope/lib/python/TAL/talgettext.py +lib/zope/lib/python/TAL/talgettext.pyc +lib/zope/lib/python/TAL/tests/ lib/zope/lib/python/TAL/tests/__init__.py +lib/zope/lib/python/TAL/tests/__init__.pyc +lib/zope/lib/python/TAL/tests/input/ lib/zope/lib/python/TAL/tests/input/test01.html lib/zope/lib/python/TAL/tests/input/test01.xml lib/zope/lib/python/TAL/tests/input/test02.html @@ -2395,27 +2033,25 @@ lib/zope/lib/python/TAL/tests/input/test14.html lib/zope/lib/python/TAL/tests/input/test14.xml lib/zope/lib/python/TAL/tests/input/test15.html lib/zope/lib/python/TAL/tests/input/test16.html +lib/zope/lib/python/TAL/tests/input/test16.xml lib/zope/lib/python/TAL/tests/input/test17.html lib/zope/lib/python/TAL/tests/input/test17.xml lib/zope/lib/python/TAL/tests/input/test18.html lib/zope/lib/python/TAL/tests/input/test18.xml lib/zope/lib/python/TAL/tests/input/test19.html lib/zope/lib/python/TAL/tests/input/test20.html -lib/zope/lib/python/TAL/tests/input/test21.html -lib/zope/lib/python/TAL/tests/input/test22.html -lib/zope/lib/python/TAL/tests/input/test23.html -lib/zope/lib/python/TAL/tests/input/test24.html -lib/zope/lib/python/TAL/tests/input/test25.html -lib/zope/lib/python/TAL/tests/input/test26.html -lib/zope/lib/python/TAL/tests/input/test27.html -lib/zope/lib/python/TAL/tests/input/test28.html lib/zope/lib/python/TAL/tests/input/test29.html -lib/zope/lib/python/TAL/tests/input/test30.html -lib/zope/lib/python/TAL/tests/input/test31.html -lib/zope/lib/python/TAL/tests/input/test32.html +lib/zope/lib/python/TAL/tests/input/test34.html +lib/zope/lib/python/TAL/tests/input/test36.html +lib/zope/lib/python/TAL/tests/input/test_failed_attr_translation.html lib/zope/lib/python/TAL/tests/input/test_metal1.html lib/zope/lib/python/TAL/tests/input/test_metal2.html lib/zope/lib/python/TAL/tests/input/test_metal3.html +lib/zope/lib/python/TAL/tests/input/test_metal4.html +lib/zope/lib/python/TAL/tests/input/test_metal5.html +lib/zope/lib/python/TAL/tests/input/test_metal6.html +lib/zope/lib/python/TAL/tests/input/test_metal7.html +lib/zope/lib/python/TAL/tests/output/ lib/zope/lib/python/TAL/tests/output/test01.html lib/zope/lib/python/TAL/tests/output/test01.xml lib/zope/lib/python/TAL/tests/output/test02.html @@ -2443,96 +2079,87 @@ lib/zope/lib/python/TAL/tests/output/test14.html lib/zope/lib/python/TAL/tests/output/test14.xml lib/zope/lib/python/TAL/tests/output/test15.html lib/zope/lib/python/TAL/tests/output/test16.html +lib/zope/lib/python/TAL/tests/output/test16.xml lib/zope/lib/python/TAL/tests/output/test17.html lib/zope/lib/python/TAL/tests/output/test17.xml lib/zope/lib/python/TAL/tests/output/test18.html lib/zope/lib/python/TAL/tests/output/test18.xml lib/zope/lib/python/TAL/tests/output/test19.html lib/zope/lib/python/TAL/tests/output/test20.html -lib/zope/lib/python/TAL/tests/output/test21.html -lib/zope/lib/python/TAL/tests/output/test22.html -lib/zope/lib/python/TAL/tests/output/test23.html -lib/zope/lib/python/TAL/tests/output/test24.html -lib/zope/lib/python/TAL/tests/output/test25.html -lib/zope/lib/python/TAL/tests/output/test26.html -lib/zope/lib/python/TAL/tests/output/test27.html -lib/zope/lib/python/TAL/tests/output/test28.html lib/zope/lib/python/TAL/tests/output/test29.html -lib/zope/lib/python/TAL/tests/output/test30.html -lib/zope/lib/python/TAL/tests/output/test31.html -lib/zope/lib/python/TAL/tests/output/test32.html +lib/zope/lib/python/TAL/tests/output/test34.html +lib/zope/lib/python/TAL/tests/output/test36.html +lib/zope/lib/python/TAL/tests/output/test_failed_attr_translation.html lib/zope/lib/python/TAL/tests/output/test_metal1.html lib/zope/lib/python/TAL/tests/output/test_metal2.html lib/zope/lib/python/TAL/tests/output/test_metal3.html +lib/zope/lib/python/TAL/tests/output/test_metal4.html +lib/zope/lib/python/TAL/tests/output/test_metal5.html +lib/zope/lib/python/TAL/tests/output/test_metal6.html +lib/zope/lib/python/TAL/tests/output/test_metal7.html lib/zope/lib/python/TAL/tests/run.py +lib/zope/lib/python/TAL/tests/run.pyc lib/zope/lib/python/TAL/tests/test_files.py -lib/zope/lib/python/TAL/tests/test_htmlparser.py +lib/zope/lib/python/TAL/tests/test_files.pyc lib/zope/lib/python/TAL/tests/test_htmltalparser.py +lib/zope/lib/python/TAL/tests/test_htmltalparser.pyc lib/zope/lib/python/TAL/tests/test_sourcepos.py +lib/zope/lib/python/TAL/tests/test_sourcepos.pyc lib/zope/lib/python/TAL/tests/test_talinterpreter.py +lib/zope/lib/python/TAL/tests/test_talinterpreter.pyc lib/zope/lib/python/TAL/tests/test_xmlparser.py +lib/zope/lib/python/TAL/tests/test_xmlparser.pyc lib/zope/lib/python/TAL/tests/utils.py +lib/zope/lib/python/TAL/tests/utils.pyc lib/zope/lib/python/TAL/timer.py lib/zope/lib/python/TAL/timer.pyc -lib/zope/lib/python/TAL/timer.pyo +lib/zope/lib/python/Testing/ lib/zope/lib/python/Testing/README.txt lib/zope/lib/python/Testing/ZODButil.py lib/zope/lib/python/Testing/ZODButil.pyc -lib/zope/lib/python/Testing/ZODButil.pyo lib/zope/lib/python/Testing/__init__.py lib/zope/lib/python/Testing/__init__.pyc -lib/zope/lib/python/Testing/__init__.pyo lib/zope/lib/python/Testing/common.py lib/zope/lib/python/Testing/common.pyc -lib/zope/lib/python/Testing/common.pyo lib/zope/lib/python/Testing/custom_zodb.py lib/zope/lib/python/Testing/custom_zodb.pyc -lib/zope/lib/python/Testing/custom_zodb.pyo lib/zope/lib/python/Testing/dispatcher.py lib/zope/lib/python/Testing/dispatcher.pyc -lib/zope/lib/python/Testing/dispatcher.pyo lib/zope/lib/python/Testing/makerequest.py lib/zope/lib/python/Testing/makerequest.pyc -lib/zope/lib/python/Testing/makerequest.pyo +lib/zope/lib/python/Testing/var/ lib/zope/lib/python/Testing/var/README.txt -lib/zope/lib/python/ThreadLock.so +lib/zope/lib/python/ThreadedAsync/ lib/zope/lib/python/ThreadedAsync/LoopCallback.py lib/zope/lib/python/ThreadedAsync/LoopCallback.pyc -lib/zope/lib/python/ThreadedAsync/LoopCallback.pyo lib/zope/lib/python/ThreadedAsync/__init__.py lib/zope/lib/python/ThreadedAsync/__init__.pyc -lib/zope/lib/python/ThreadedAsync/__init__.pyo +lib/zope/lib/python/TreeDisplay/ lib/zope/lib/python/TreeDisplay/TreeTag.py lib/zope/lib/python/TreeDisplay/TreeTag.pyc -lib/zope/lib/python/TreeDisplay/TreeTag.pyo lib/zope/lib/python/TreeDisplay/__init__.py lib/zope/lib/python/TreeDisplay/__init__.pyc -lib/zope/lib/python/TreeDisplay/__init__.pyo +lib/zope/lib/python/TreeDisplay/www/ lib/zope/lib/python/TreeDisplay/www/Blank_icon.gif lib/zope/lib/python/TreeDisplay/www/Minus_icon.gif lib/zope/lib/python/TreeDisplay/www/Plus_icon.gif +lib/zope/lib/python/ZClasses/ lib/zope/lib/python/ZClasses/Basic.py lib/zope/lib/python/ZClasses/Basic.pyc -lib/zope/lib/python/ZClasses/Basic.pyo lib/zope/lib/python/ZClasses/Method.py lib/zope/lib/python/ZClasses/Method.pyc -lib/zope/lib/python/ZClasses/Method.pyo lib/zope/lib/python/ZClasses/ObjectManager.py lib/zope/lib/python/ZClasses/ObjectManager.pyc -lib/zope/lib/python/ZClasses/ObjectManager.pyo lib/zope/lib/python/ZClasses/Property.py lib/zope/lib/python/ZClasses/Property.pyc -lib/zope/lib/python/ZClasses/Property.pyo lib/zope/lib/python/ZClasses/ZClass.py lib/zope/lib/python/ZClasses/ZClass.pyc -lib/zope/lib/python/ZClasses/ZClass.pyo lib/zope/lib/python/ZClasses/ZClassOwner.py lib/zope/lib/python/ZClasses/ZClassOwner.pyc -lib/zope/lib/python/ZClasses/ZClassOwner.pyo lib/zope/lib/python/ZClasses/__init__.py lib/zope/lib/python/ZClasses/__init__.pyc -lib/zope/lib/python/ZClasses/__init__.pyo lib/zope/lib/python/ZClasses/class.gif +lib/zope/lib/python/ZClasses/dtml/ lib/zope/lib/python/ZClasses/dtml/addCommonSheet.dtml lib/zope/lib/python/ZClasses/dtml/addIcon.dtml lib/zope/lib/python/ZClasses/dtml/addPropertyInterface.dtml @@ -2544,705 +2171,889 @@ lib/zope/lib/python/ZClasses/dtml/subobjects.dtml lib/zope/lib/python/ZClasses/dtml/views.dtml lib/zope/lib/python/ZClasses/methods.gif lib/zope/lib/python/ZClasses/propertysheets.gif -lib/zope/lib/python/ZLogger/FileLogger.py -lib/zope/lib/python/ZLogger/FileLogger.pyc -lib/zope/lib/python/ZLogger/FileLogger.pyo -lib/zope/lib/python/ZLogger/ZLogger.py -lib/zope/lib/python/ZLogger/ZLogger.pyc -lib/zope/lib/python/ZLogger/ZLogger.pyo -lib/zope/lib/python/ZLogger/__init__.py -lib/zope/lib/python/ZLogger/__init__.pyc -lib/zope/lib/python/ZLogger/__init__.pyo -lib/zope/lib/python/ZLogger/stupidFileLogger.py -lib/zope/lib/python/ZLogger/stupidFileLogger.pyc -lib/zope/lib/python/ZLogger/stupidFileLogger.pyo -lib/zope/lib/python/ZLogger/syslog.py -lib/zope/lib/python/ZLogger/syslog.pyc -lib/zope/lib/python/ZLogger/syslog.pyo -lib/zope/lib/python/ZLogger/syslogLogger.py -lib/zope/lib/python/ZLogger/syslogLogger.pyc -lib/zope/lib/python/ZLogger/syslogLogger.pyo -lib/zope/lib/python/ZLogger/test_logger.py -lib/zope/lib/python/ZLogger/test_logger.pyc -lib/zope/lib/python/ZLogger/test_logger.pyo +lib/zope/lib/python/ZConfig/ +lib/zope/lib/python/ZConfig/__init__.py +lib/zope/lib/python/ZConfig/__init__.pyc +lib/zope/lib/python/ZConfig/cfgparser.py +lib/zope/lib/python/ZConfig/cfgparser.pyc +lib/zope/lib/python/ZConfig/cmdline.py +lib/zope/lib/python/ZConfig/cmdline.pyc +lib/zope/lib/python/ZConfig/datatypes.py +lib/zope/lib/python/ZConfig/datatypes.pyc +lib/zope/lib/python/ZConfig/info.py +lib/zope/lib/python/ZConfig/info.pyc +lib/zope/lib/python/ZConfig/loader.py +lib/zope/lib/python/ZConfig/loader.pyc +lib/zope/lib/python/ZConfig/matcher.py +lib/zope/lib/python/ZConfig/matcher.pyc +lib/zope/lib/python/ZConfig/schema.py +lib/zope/lib/python/ZConfig/schema.pyc +lib/zope/lib/python/ZConfig/scripts/ +lib/zope/lib/python/ZConfig/scripts/zconfig +lib/zope/lib/python/ZConfig/substitution.py +lib/zope/lib/python/ZConfig/substitution.pyc +lib/zope/lib/python/ZConfig/tests/ +lib/zope/lib/python/ZConfig/tests/__init__.py +lib/zope/lib/python/ZConfig/tests/__init__.pyc +lib/zope/lib/python/ZConfig/tests/input/ +lib/zope/lib/python/ZConfig/tests/input/base-datatype1.xml +lib/zope/lib/python/ZConfig/tests/input/base-datatype2.xml +lib/zope/lib/python/ZConfig/tests/input/base-keytype1.xml +lib/zope/lib/python/ZConfig/tests/input/base-keytype2.xml +lib/zope/lib/python/ZConfig/tests/input/base.xml +lib/zope/lib/python/ZConfig/tests/input/include.conf +lib/zope/lib/python/ZConfig/tests/input/inner.conf +lib/zope/lib/python/ZConfig/tests/input/library.xml +lib/zope/lib/python/ZConfig/tests/input/logger.xml +lib/zope/lib/python/ZConfig/tests/input/outer.conf +lib/zope/lib/python/ZConfig/tests/input/simple.conf +lib/zope/lib/python/ZConfig/tests/input/simple.xml +lib/zope/lib/python/ZConfig/tests/input/simplesections.conf +lib/zope/lib/python/ZConfig/tests/input/simplesections.xml +lib/zope/lib/python/ZConfig/tests/library/ +lib/zope/lib/python/ZConfig/tests/library/README.txt +lib/zope/lib/python/ZConfig/tests/library/__init__.py +lib/zope/lib/python/ZConfig/tests/library/__init__.pyc +lib/zope/lib/python/ZConfig/tests/library/thing/ +lib/zope/lib/python/ZConfig/tests/library/thing/__init__.py +lib/zope/lib/python/ZConfig/tests/library/thing/__init__.pyc +lib/zope/lib/python/ZConfig/tests/library/thing/component.xml +lib/zope/lib/python/ZConfig/tests/library/thing/extras/ +lib/zope/lib/python/ZConfig/tests/library/thing/extras/extras.xml +lib/zope/lib/python/ZConfig/tests/library/widget/ +lib/zope/lib/python/ZConfig/tests/library/widget/__init__.py +lib/zope/lib/python/ZConfig/tests/library/widget/__init__.pyc +lib/zope/lib/python/ZConfig/tests/library/widget/component.xml +lib/zope/lib/python/ZConfig/tests/library/widget/extra.xml +lib/zope/lib/python/ZConfig/tests/runtests.py +lib/zope/lib/python/ZConfig/tests/runtests.pyc +lib/zope/lib/python/ZConfig/tests/support.py +lib/zope/lib/python/ZConfig/tests/support.pyc +lib/zope/lib/python/ZConfig/tests/test_cfgimports.py +lib/zope/lib/python/ZConfig/tests/test_cfgimports.pyc +lib/zope/lib/python/ZConfig/tests/test_cmdline.py +lib/zope/lib/python/ZConfig/tests/test_cmdline.pyc +lib/zope/lib/python/ZConfig/tests/test_config.py +lib/zope/lib/python/ZConfig/tests/test_config.pyc +lib/zope/lib/python/ZConfig/tests/test_datatypes.py +lib/zope/lib/python/ZConfig/tests/test_datatypes.pyc +lib/zope/lib/python/ZConfig/tests/test_loader.py +lib/zope/lib/python/ZConfig/tests/test_loader.pyc +lib/zope/lib/python/ZConfig/tests/test_schema.py +lib/zope/lib/python/ZConfig/tests/test_schema.pyc +lib/zope/lib/python/ZConfig/tests/test_subst.py +lib/zope/lib/python/ZConfig/tests/test_subst.pyc +lib/zope/lib/python/ZConfig/url.py +lib/zope/lib/python/ZConfig/url.pyc +lib/zope/lib/python/ZEO/ +lib/zope/lib/python/ZEO/ClientCache.py +lib/zope/lib/python/ZEO/ClientCache.pyc +lib/zope/lib/python/ZEO/ClientStorage.py +lib/zope/lib/python/ZEO/ClientStorage.pyc +lib/zope/lib/python/ZEO/ClientStub.py +lib/zope/lib/python/ZEO/ClientStub.pyc +lib/zope/lib/python/ZEO/CommitLog.py +lib/zope/lib/python/ZEO/CommitLog.pyc +lib/zope/lib/python/ZEO/DebugServer.py +lib/zope/lib/python/ZEO/DebugServer.pyc +lib/zope/lib/python/ZEO/Exceptions.py +lib/zope/lib/python/ZEO/Exceptions.pyc +lib/zope/lib/python/ZEO/ICache.py +lib/zope/lib/python/ZEO/ICache.pyc +lib/zope/lib/python/ZEO/README.txt +lib/zope/lib/python/ZEO/ServerStub.py +lib/zope/lib/python/ZEO/ServerStub.pyc +lib/zope/lib/python/ZEO/StorageServer.py +lib/zope/lib/python/ZEO/StorageServer.pyc +lib/zope/lib/python/ZEO/TransactionBuffer.py +lib/zope/lib/python/ZEO/TransactionBuffer.pyc +lib/zope/lib/python/ZEO/__init__.py +lib/zope/lib/python/ZEO/__init__.pyc +lib/zope/lib/python/ZEO/auth/ +lib/zope/lib/python/ZEO/auth/__init__.py +lib/zope/lib/python/ZEO/auth/__init__.pyc +lib/zope/lib/python/ZEO/auth/auth_digest.py +lib/zope/lib/python/ZEO/auth/auth_digest.pyc +lib/zope/lib/python/ZEO/auth/base.py +lib/zope/lib/python/ZEO/auth/base.pyc +lib/zope/lib/python/ZEO/auth/hmac.py +lib/zope/lib/python/ZEO/auth/hmac.pyc +lib/zope/lib/python/ZEO/component.xml +lib/zope/lib/python/ZEO/mkzeoinst.py +lib/zope/lib/python/ZEO/mkzeoinst.pyc +lib/zope/lib/python/ZEO/monitor.py +lib/zope/lib/python/ZEO/monitor.pyc +lib/zope/lib/python/ZEO/runzeo.py +lib/zope/lib/python/ZEO/runzeo.pyc +lib/zope/lib/python/ZEO/schema.xml +lib/zope/lib/python/ZEO/simul.py +lib/zope/lib/python/ZEO/simul.pyc +lib/zope/lib/python/ZEO/start.py +lib/zope/lib/python/ZEO/start.pyc +lib/zope/lib/python/ZEO/stats.py +lib/zope/lib/python/ZEO/stats.pyc +lib/zope/lib/python/ZEO/tests/ +lib/zope/lib/python/ZEO/tests/Cache.py +lib/zope/lib/python/ZEO/tests/Cache.pyc +lib/zope/lib/python/ZEO/tests/CommitLockTests.py +lib/zope/lib/python/ZEO/tests/CommitLockTests.pyc +lib/zope/lib/python/ZEO/tests/ConnectionTests.py +lib/zope/lib/python/ZEO/tests/ConnectionTests.pyc +lib/zope/lib/python/ZEO/tests/InvalidationTests.py +lib/zope/lib/python/ZEO/tests/InvalidationTests.pyc +lib/zope/lib/python/ZEO/tests/TestThread.py +lib/zope/lib/python/ZEO/tests/TestThread.pyc +lib/zope/lib/python/ZEO/tests/ThreadTests.py +lib/zope/lib/python/ZEO/tests/ThreadTests.pyc +lib/zope/lib/python/ZEO/tests/__init__.py +lib/zope/lib/python/ZEO/tests/__init__.pyc +lib/zope/lib/python/ZEO/tests/auth_plaintext.py +lib/zope/lib/python/ZEO/tests/auth_plaintext.pyc +lib/zope/lib/python/ZEO/tests/deadlock.py +lib/zope/lib/python/ZEO/tests/deadlock.pyc +lib/zope/lib/python/ZEO/tests/forker.py +lib/zope/lib/python/ZEO/tests/forker.pyc +lib/zope/lib/python/ZEO/tests/multi.py +lib/zope/lib/python/ZEO/tests/multi.pyc +lib/zope/lib/python/ZEO/tests/speed.py +lib/zope/lib/python/ZEO/tests/speed.pyc +lib/zope/lib/python/ZEO/tests/stress.py +lib/zope/lib/python/ZEO/tests/stress.pyc +lib/zope/lib/python/ZEO/tests/testAuth.py +lib/zope/lib/python/ZEO/tests/testAuth.pyc +lib/zope/lib/python/ZEO/tests/testClientCache.py +lib/zope/lib/python/ZEO/tests/testClientCache.pyc +lib/zope/lib/python/ZEO/tests/testConnection.py +lib/zope/lib/python/ZEO/tests/testConnection.pyc +lib/zope/lib/python/ZEO/tests/testMonitor.py +lib/zope/lib/python/ZEO/tests/testMonitor.pyc +lib/zope/lib/python/ZEO/tests/testTransactionBuffer.py +lib/zope/lib/python/ZEO/tests/testTransactionBuffer.pyc +lib/zope/lib/python/ZEO/tests/testZEO.py +lib/zope/lib/python/ZEO/tests/testZEO.pyc +lib/zope/lib/python/ZEO/tests/testZEOOptions.py +lib/zope/lib/python/ZEO/tests/testZEOOptions.pyc +lib/zope/lib/python/ZEO/tests/zeoserver.py +lib/zope/lib/python/ZEO/tests/zeoserver.pyc +lib/zope/lib/python/ZEO/util.py +lib/zope/lib/python/ZEO/util.pyc +lib/zope/lib/python/ZEO/version.txt +lib/zope/lib/python/ZEO/zeoctl.py +lib/zope/lib/python/ZEO/zeoctl.pyc +lib/zope/lib/python/ZEO/zeoctl.xml +lib/zope/lib/python/ZEO/zeopasswd.py +lib/zope/lib/python/ZEO/zeopasswd.pyc +lib/zope/lib/python/ZEO/zrpc/ +lib/zope/lib/python/ZEO/zrpc/__init__.py +lib/zope/lib/python/ZEO/zrpc/__init__.pyc +lib/zope/lib/python/ZEO/zrpc/_hmac.py +lib/zope/lib/python/ZEO/zrpc/_hmac.pyc +lib/zope/lib/python/ZEO/zrpc/client.py +lib/zope/lib/python/ZEO/zrpc/client.pyc +lib/zope/lib/python/ZEO/zrpc/connection.py +lib/zope/lib/python/ZEO/zrpc/connection.pyc +lib/zope/lib/python/ZEO/zrpc/error.py +lib/zope/lib/python/ZEO/zrpc/error.pyc +lib/zope/lib/python/ZEO/zrpc/log.py +lib/zope/lib/python/ZEO/zrpc/log.pyc +lib/zope/lib/python/ZEO/zrpc/marshal.py +lib/zope/lib/python/ZEO/zrpc/marshal.pyc +lib/zope/lib/python/ZEO/zrpc/server.py +lib/zope/lib/python/ZEO/zrpc/server.pyc +lib/zope/lib/python/ZEO/zrpc/smac.py +lib/zope/lib/python/ZEO/zrpc/smac.pyc +lib/zope/lib/python/ZEO/zrpc/trigger.py +lib/zope/lib/python/ZEO/zrpc/trigger.pyc +lib/zope/lib/python/ZODB/ lib/zope/lib/python/ZODB/ActivityMonitor.py lib/zope/lib/python/ZODB/ActivityMonitor.pyc -lib/zope/lib/python/ZODB/ActivityMonitor.pyo lib/zope/lib/python/ZODB/BaseStorage.py lib/zope/lib/python/ZODB/BaseStorage.pyc -lib/zope/lib/python/ZODB/BaseStorage.pyo lib/zope/lib/python/ZODB/ConflictResolution.py lib/zope/lib/python/ZODB/ConflictResolution.pyc -lib/zope/lib/python/ZODB/ConflictResolution.pyo lib/zope/lib/python/ZODB/Connection.py lib/zope/lib/python/ZODB/Connection.pyc -lib/zope/lib/python/ZODB/Connection.pyo lib/zope/lib/python/ZODB/DB.py lib/zope/lib/python/ZODB/DB.pyc -lib/zope/lib/python/ZODB/DB.pyo lib/zope/lib/python/ZODB/DemoStorage.py lib/zope/lib/python/ZODB/DemoStorage.pyc -lib/zope/lib/python/ZODB/DemoStorage.pyo lib/zope/lib/python/ZODB/ExportImport.py lib/zope/lib/python/ZODB/ExportImport.pyc -lib/zope/lib/python/ZODB/ExportImport.pyo lib/zope/lib/python/ZODB/FileStorage.py lib/zope/lib/python/ZODB/FileStorage.pyc -lib/zope/lib/python/ZODB/FileStorage.pyo lib/zope/lib/python/ZODB/MappingStorage.py lib/zope/lib/python/ZODB/MappingStorage.pyc -lib/zope/lib/python/ZODB/MappingStorage.pyo lib/zope/lib/python/ZODB/Mount.py lib/zope/lib/python/ZODB/Mount.pyc -lib/zope/lib/python/ZODB/Mount.pyo lib/zope/lib/python/ZODB/POSException.py lib/zope/lib/python/ZODB/POSException.pyc -lib/zope/lib/python/ZODB/POSException.pyo lib/zope/lib/python/ZODB/PersistentList.py lib/zope/lib/python/ZODB/PersistentList.pyc -lib/zope/lib/python/ZODB/PersistentList.pyo lib/zope/lib/python/ZODB/PersistentMapping.py lib/zope/lib/python/ZODB/PersistentMapping.pyc -lib/zope/lib/python/ZODB/PersistentMapping.pyo -lib/zope/lib/python/ZODB/Setup -lib/zope/lib/python/ZODB/TimeStamp.c -lib/zope/lib/python/ZODB/TimeStamp.so lib/zope/lib/python/ZODB/TmpStore.py lib/zope/lib/python/ZODB/TmpStore.pyc -lib/zope/lib/python/ZODB/TmpStore.pyo lib/zope/lib/python/ZODB/Transaction.py lib/zope/lib/python/ZODB/Transaction.pyc -lib/zope/lib/python/ZODB/Transaction.pyo lib/zope/lib/python/ZODB/UndoLogCompatible.py lib/zope/lib/python/ZODB/UndoLogCompatible.pyc -lib/zope/lib/python/ZODB/UndoLogCompatible.pyo lib/zope/lib/python/ZODB/ZApplication.py lib/zope/lib/python/ZODB/ZApplication.pyc -lib/zope/lib/python/ZODB/ZApplication.pyo lib/zope/lib/python/ZODB/__init__.py lib/zope/lib/python/ZODB/__init__.pyc -lib/zope/lib/python/ZODB/__init__.pyo lib/zope/lib/python/ZODB/bpthread.py lib/zope/lib/python/ZODB/bpthread.pyc -lib/zope/lib/python/ZODB/bpthread.pyo -lib/zope/lib/python/ZODB/cPersistence.c -lib/zope/lib/python/ZODB/cPersistence.h -lib/zope/lib/python/ZODB/cPersistence.so -lib/zope/lib/python/ZODB/cPickleCache.c -lib/zope/lib/python/ZODB/cPickleCache.so +lib/zope/lib/python/ZODB/component.xml +lib/zope/lib/python/ZODB/config.py +lib/zope/lib/python/ZODB/config.pyc +lib/zope/lib/python/ZODB/config.xml lib/zope/lib/python/ZODB/conversionhack.py lib/zope/lib/python/ZODB/conversionhack.pyc -lib/zope/lib/python/ZODB/conversionhack.pyo -lib/zope/lib/python/ZODB/coptimizations.c -lib/zope/lib/python/ZODB/coptimizations.so lib/zope/lib/python/ZODB/dbmStorage.py lib/zope/lib/python/ZODB/dbmStorage.pyc -lib/zope/lib/python/ZODB/dbmStorage.pyo lib/zope/lib/python/ZODB/fsIndex.py lib/zope/lib/python/ZODB/fsIndex.pyc -lib/zope/lib/python/ZODB/fsIndex.pyo lib/zope/lib/python/ZODB/fsdump.py lib/zope/lib/python/ZODB/fsdump.pyc -lib/zope/lib/python/ZODB/fsdump.pyo +lib/zope/lib/python/ZODB/fspack.py +lib/zope/lib/python/ZODB/fspack.pyc lib/zope/lib/python/ZODB/fsrecover.py lib/zope/lib/python/ZODB/fsrecover.pyc -lib/zope/lib/python/ZODB/fsrecover.pyo +lib/zope/lib/python/ZODB/fstools.py +lib/zope/lib/python/ZODB/fstools.pyc lib/zope/lib/python/ZODB/lock_file.py lib/zope/lib/python/ZODB/lock_file.pyc -lib/zope/lib/python/ZODB/lock_file.pyo lib/zope/lib/python/ZODB/referencesf.py lib/zope/lib/python/ZODB/referencesf.pyc -lib/zope/lib/python/ZODB/referencesf.pyo +lib/zope/lib/python/ZODB/storage.xml +lib/zope/lib/python/ZODB/tests/ lib/zope/lib/python/ZODB/tests/BasicStorage.py +lib/zope/lib/python/ZODB/tests/BasicStorage.pyc lib/zope/lib/python/ZODB/tests/ConflictResolution.py +lib/zope/lib/python/ZODB/tests/ConflictResolution.pyc lib/zope/lib/python/ZODB/tests/Corruption.py +lib/zope/lib/python/ZODB/tests/Corruption.pyc lib/zope/lib/python/ZODB/tests/HistoryStorage.py +lib/zope/lib/python/ZODB/tests/HistoryStorage.pyc lib/zope/lib/python/ZODB/tests/IteratorStorage.py +lib/zope/lib/python/ZODB/tests/IteratorStorage.pyc lib/zope/lib/python/ZODB/tests/LocalStorage.py +lib/zope/lib/python/ZODB/tests/LocalStorage.pyc lib/zope/lib/python/ZODB/tests/MTStorage.py +lib/zope/lib/python/ZODB/tests/MTStorage.pyc lib/zope/lib/python/ZODB/tests/MinPO.py +lib/zope/lib/python/ZODB/tests/MinPO.pyc lib/zope/lib/python/ZODB/tests/PackableStorage.py +lib/zope/lib/python/ZODB/tests/PackableStorage.pyc lib/zope/lib/python/ZODB/tests/PersistentStorage.py +lib/zope/lib/python/ZODB/tests/PersistentStorage.pyc lib/zope/lib/python/ZODB/tests/ReadOnlyStorage.py +lib/zope/lib/python/ZODB/tests/ReadOnlyStorage.pyc +lib/zope/lib/python/ZODB/tests/RecoveryStorage.py +lib/zope/lib/python/ZODB/tests/RecoveryStorage.pyc lib/zope/lib/python/ZODB/tests/RevisionStorage.py +lib/zope/lib/python/ZODB/tests/RevisionStorage.pyc lib/zope/lib/python/ZODB/tests/StorageTestBase.py +lib/zope/lib/python/ZODB/tests/StorageTestBase.pyc lib/zope/lib/python/ZODB/tests/Synchronization.py +lib/zope/lib/python/ZODB/tests/Synchronization.pyc lib/zope/lib/python/ZODB/tests/TransactionalUndoStorage.py +lib/zope/lib/python/ZODB/tests/TransactionalUndoStorage.pyc lib/zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py +lib/zope/lib/python/ZODB/tests/TransactionalUndoVersionStorage.pyc lib/zope/lib/python/ZODB/tests/VersionStorage.py +lib/zope/lib/python/ZODB/tests/VersionStorage.pyc lib/zope/lib/python/ZODB/tests/__init__.py +lib/zope/lib/python/ZODB/tests/__init__.pyc +lib/zope/lib/python/ZODB/tests/dangle.py +lib/zope/lib/python/ZODB/tests/dangle.pyc lib/zope/lib/python/ZODB/tests/speed.py +lib/zope/lib/python/ZODB/tests/speed.pyc lib/zope/lib/python/ZODB/tests/testActivityMonitor.py +lib/zope/lib/python/ZODB/tests/testActivityMonitor.pyc lib/zope/lib/python/ZODB/tests/testCache.py +lib/zope/lib/python/ZODB/tests/testCache.pyc +lib/zope/lib/python/ZODB/tests/testConfig.py +lib/zope/lib/python/ZODB/tests/testConfig.pyc lib/zope/lib/python/ZODB/tests/testDB.py +lib/zope/lib/python/ZODB/tests/testDB.pyc lib/zope/lib/python/ZODB/tests/testDemoStorage.py +lib/zope/lib/python/ZODB/tests/testDemoStorage.pyc lib/zope/lib/python/ZODB/tests/testFileStorage.py +lib/zope/lib/python/ZODB/tests/testFileStorage.pyc lib/zope/lib/python/ZODB/tests/testMappingStorage.py +lib/zope/lib/python/ZODB/tests/testMappingStorage.pyc lib/zope/lib/python/ZODB/tests/testPersistentList.py +lib/zope/lib/python/ZODB/tests/testPersistentList.pyc lib/zope/lib/python/ZODB/tests/testPersistentMapping.py +lib/zope/lib/python/ZODB/tests/testPersistentMapping.pyc +lib/zope/lib/python/ZODB/tests/testRecover.py +lib/zope/lib/python/ZODB/tests/testRecover.pyc lib/zope/lib/python/ZODB/tests/testTimeStamp.py +lib/zope/lib/python/ZODB/tests/testTimeStamp.pyc lib/zope/lib/python/ZODB/tests/testTransaction.py +lib/zope/lib/python/ZODB/tests/testTransaction.pyc lib/zope/lib/python/ZODB/tests/testUtils.py +lib/zope/lib/python/ZODB/tests/testUtils.pyc lib/zope/lib/python/ZODB/tests/testZODB.py +lib/zope/lib/python/ZODB/tests/testZODB.pyc lib/zope/lib/python/ZODB/tests/testfsIndex.py +lib/zope/lib/python/ZODB/tests/testfsIndex.pyc +lib/zope/lib/python/ZODB/transact.py +lib/zope/lib/python/ZODB/transact.pyc lib/zope/lib/python/ZODB/utils.py lib/zope/lib/python/ZODB/utils.pyc -lib/zope/lib/python/ZODB/utils.pyo -lib/zope/lib/python/ZODB/winlock.c -lib/zope/lib/python/ZODB/winlock.so +lib/zope/lib/python/ZPublisher/ lib/zope/lib/python/ZPublisher/BaseRequest.py lib/zope/lib/python/ZPublisher/BaseRequest.pyc -lib/zope/lib/python/ZPublisher/BaseRequest.pyo lib/zope/lib/python/ZPublisher/BaseResponse.py lib/zope/lib/python/ZPublisher/BaseResponse.pyc -lib/zope/lib/python/ZPublisher/BaseResponse.pyo lib/zope/lib/python/ZPublisher/BeforeTraverse.py lib/zope/lib/python/ZPublisher/BeforeTraverse.pyc -lib/zope/lib/python/ZPublisher/BeforeTraverse.pyo lib/zope/lib/python/ZPublisher/Client.py lib/zope/lib/python/ZPublisher/Client.pyc -lib/zope/lib/python/ZPublisher/Client.pyo lib/zope/lib/python/ZPublisher/Converters.py lib/zope/lib/python/ZPublisher/Converters.pyc -lib/zope/lib/python/ZPublisher/Converters.pyo lib/zope/lib/python/ZPublisher/HTTPRangeSupport.py lib/zope/lib/python/ZPublisher/HTTPRangeSupport.pyc -lib/zope/lib/python/ZPublisher/HTTPRangeSupport.pyo lib/zope/lib/python/ZPublisher/HTTPRequest.py lib/zope/lib/python/ZPublisher/HTTPRequest.pyc -lib/zope/lib/python/ZPublisher/HTTPRequest.pyo lib/zope/lib/python/ZPublisher/HTTPResponse.py lib/zope/lib/python/ZPublisher/HTTPResponse.pyc -lib/zope/lib/python/ZPublisher/HTTPResponse.pyo +lib/zope/lib/python/ZPublisher/Iterators.py +lib/zope/lib/python/ZPublisher/Iterators.pyc lib/zope/lib/python/ZPublisher/Publish.py lib/zope/lib/python/ZPublisher/Publish.pyc -lib/zope/lib/python/ZPublisher/Publish.pyo lib/zope/lib/python/ZPublisher/Request.py lib/zope/lib/python/ZPublisher/Request.pyc -lib/zope/lib/python/ZPublisher/Request.pyo lib/zope/lib/python/ZPublisher/Response.py lib/zope/lib/python/ZPublisher/Response.pyc -lib/zope/lib/python/ZPublisher/Response.pyo lib/zope/lib/python/ZPublisher/TaintedString.py lib/zope/lib/python/ZPublisher/TaintedString.pyc -lib/zope/lib/python/ZPublisher/TaintedString.pyo lib/zope/lib/python/ZPublisher/Test.py lib/zope/lib/python/ZPublisher/Test.pyc -lib/zope/lib/python/ZPublisher/Test.pyo lib/zope/lib/python/ZPublisher/__init__.py lib/zope/lib/python/ZPublisher/__init__.pyc -lib/zope/lib/python/ZPublisher/__init__.pyo -lib/zope/lib/python/ZPublisher/cgi_hotfix.py -lib/zope/lib/python/ZPublisher/cgi_hotfix.pyc -lib/zope/lib/python/ZPublisher/cgi_hotfix.pyo lib/zope/lib/python/ZPublisher/mapply.py lib/zope/lib/python/ZPublisher/mapply.pyc -lib/zope/lib/python/ZPublisher/mapply.pyo lib/zope/lib/python/ZPublisher/maybe_lock.py lib/zope/lib/python/ZPublisher/maybe_lock.pyc -lib/zope/lib/python/ZPublisher/maybe_lock.pyo +lib/zope/lib/python/ZPublisher/tests/ lib/zope/lib/python/ZPublisher/tests/__init__.py +lib/zope/lib/python/ZPublisher/tests/__init__.pyc +lib/zope/lib/python/ZPublisher/tests/testBaseRequest.py +lib/zope/lib/python/ZPublisher/tests/testBaseRequest.pyc lib/zope/lib/python/ZPublisher/tests/testHTTPRangeSupport.py +lib/zope/lib/python/ZPublisher/tests/testHTTPRangeSupport.pyc lib/zope/lib/python/ZPublisher/tests/testHTTPRequest.py +lib/zope/lib/python/ZPublisher/tests/testHTTPRequest.pyc +lib/zope/lib/python/ZPublisher/tests/testHTTPResponse.py +lib/zope/lib/python/ZPublisher/tests/testHTTPResponse.pyc lib/zope/lib/python/ZPublisher/tests/testTaintedString.py +lib/zope/lib/python/ZPublisher/tests/testTaintedString.pyc +lib/zope/lib/python/ZPublisher/tests/test_xmlrpc.py +lib/zope/lib/python/ZPublisher/tests/test_xmlrpc.pyc lib/zope/lib/python/ZPublisher/xmlrpc.py lib/zope/lib/python/ZPublisher/xmlrpc.pyc -lib/zope/lib/python/ZPublisher/xmlrpc.pyo +lib/zope/lib/python/ZServer/ +lib/zope/lib/python/ZServer/AccessLogger.py +lib/zope/lib/python/ZServer/AccessLogger.pyc +lib/zope/lib/python/ZServer/DebugLogger.py +lib/zope/lib/python/ZServer/DebugLogger.pyc +lib/zope/lib/python/ZServer/FCGIServer.py +lib/zope/lib/python/ZServer/FCGIServer.pyc +lib/zope/lib/python/ZServer/FTPRequest.py +lib/zope/lib/python/ZServer/FTPRequest.pyc +lib/zope/lib/python/ZServer/FTPResponse.py +lib/zope/lib/python/ZServer/FTPResponse.pyc +lib/zope/lib/python/ZServer/FTPServer.py +lib/zope/lib/python/ZServer/FTPServer.pyc +lib/zope/lib/python/ZServer/HTTPResponse.py +lib/zope/lib/python/ZServer/HTTPResponse.pyc +lib/zope/lib/python/ZServer/HTTPServer.py +lib/zope/lib/python/ZServer/HTTPServer.pyc +lib/zope/lib/python/ZServer/ICPServer.py +lib/zope/lib/python/ZServer/ICPServer.pyc +lib/zope/lib/python/ZServer/PCGIServer.py +lib/zope/lib/python/ZServer/PCGIServer.pyc +lib/zope/lib/python/ZServer/Producers.py +lib/zope/lib/python/ZServer/Producers.pyc +lib/zope/lib/python/ZServer/PubCore/ +lib/zope/lib/python/ZServer/PubCore/ZEvent.py +lib/zope/lib/python/ZServer/PubCore/ZEvent.pyc +lib/zope/lib/python/ZServer/PubCore/ZRendezvous.py +lib/zope/lib/python/ZServer/PubCore/ZRendezvous.pyc +lib/zope/lib/python/ZServer/PubCore/ZServerPublisher.py +lib/zope/lib/python/ZServer/PubCore/ZServerPublisher.pyc +lib/zope/lib/python/ZServer/PubCore/__init__.py +lib/zope/lib/python/ZServer/PubCore/__init__.pyc +lib/zope/lib/python/ZServer/README.txt +lib/zope/lib/python/ZServer/WebDAVSrcHandler.py +lib/zope/lib/python/ZServer/WebDAVSrcHandler.pyc +lib/zope/lib/python/ZServer/__init__.py +lib/zope/lib/python/ZServer/__init__.pyc +lib/zope/lib/python/ZServer/component.xml +lib/zope/lib/python/ZServer/datatypes.py +lib/zope/lib/python/ZServer/datatypes.pyc +lib/zope/lib/python/ZServer/medusa/ +lib/zope/lib/python/ZServer/medusa/__init__.py +lib/zope/lib/python/ZServer/medusa/__init__.pyc +lib/zope/lib/python/ZServer/medusa/chat_server.py +lib/zope/lib/python/ZServer/medusa/chat_server.pyc +lib/zope/lib/python/ZServer/medusa/counter.py +lib/zope/lib/python/ZServer/medusa/counter.pyc +lib/zope/lib/python/ZServer/medusa/default_handler.py +lib/zope/lib/python/ZServer/medusa/default_handler.pyc +lib/zope/lib/python/ZServer/medusa/dist/ +lib/zope/lib/python/ZServer/medusa/dist/license.html +lib/zope/lib/python/ZServer/medusa/docs/ +lib/zope/lib/python/ZServer/medusa/docs/README.html +lib/zope/lib/python/ZServer/medusa/docs/composing_producers.gif +lib/zope/lib/python/ZServer/medusa/docs/data_flow.gif +lib/zope/lib/python/ZServer/medusa/docs/data_flow.html +lib/zope/lib/python/ZServer/medusa/docs/producers.gif +lib/zope/lib/python/ZServer/medusa/docs/proxy_notes.txt +lib/zope/lib/python/ZServer/medusa/event_loop.py +lib/zope/lib/python/ZServer/medusa/event_loop.pyc +lib/zope/lib/python/ZServer/medusa/fifo.py +lib/zope/lib/python/ZServer/medusa/fifo.pyc +lib/zope/lib/python/ZServer/medusa/filesys.py +lib/zope/lib/python/ZServer/medusa/filesys.pyc +lib/zope/lib/python/ZServer/medusa/ftp_server.py +lib/zope/lib/python/ZServer/medusa/ftp_server.pyc +lib/zope/lib/python/ZServer/medusa/http_bobo.py +lib/zope/lib/python/ZServer/medusa/http_bobo.pyc +lib/zope/lib/python/ZServer/medusa/http_date.py +lib/zope/lib/python/ZServer/medusa/http_date.pyc +lib/zope/lib/python/ZServer/medusa/http_server.py +lib/zope/lib/python/ZServer/medusa/http_server.pyc +lib/zope/lib/python/ZServer/medusa/logger.py +lib/zope/lib/python/ZServer/medusa/logger.pyc +lib/zope/lib/python/ZServer/medusa/m_syslog.py +lib/zope/lib/python/ZServer/medusa/m_syslog.pyc +lib/zope/lib/python/ZServer/medusa/medusa_gif.py +lib/zope/lib/python/ZServer/medusa/medusa_gif.pyc +lib/zope/lib/python/ZServer/medusa/mime_type_table.py +lib/zope/lib/python/ZServer/medusa/mime_type_table.pyc +lib/zope/lib/python/ZServer/medusa/monitor.py +lib/zope/lib/python/ZServer/medusa/monitor.pyc +lib/zope/lib/python/ZServer/medusa/monitor_client.py +lib/zope/lib/python/ZServer/medusa/monitor_client.pyc +lib/zope/lib/python/ZServer/medusa/monitor_client_win32.py +lib/zope/lib/python/ZServer/medusa/monitor_client_win32.pyc +lib/zope/lib/python/ZServer/medusa/producers.py +lib/zope/lib/python/ZServer/medusa/producers.pyc +lib/zope/lib/python/ZServer/medusa/put_handler.py +lib/zope/lib/python/ZServer/medusa/put_handler.pyc +lib/zope/lib/python/ZServer/medusa/redirecting_handler.py +lib/zope/lib/python/ZServer/medusa/redirecting_handler.pyc +lib/zope/lib/python/ZServer/medusa/resolver.py +lib/zope/lib/python/ZServer/medusa/resolver.pyc +lib/zope/lib/python/ZServer/medusa/status_handler.py +lib/zope/lib/python/ZServer/medusa/status_handler.pyc +lib/zope/lib/python/ZServer/medusa/test/ +lib/zope/lib/python/ZServer/medusa/test/__init__.py +lib/zope/lib/python/ZServer/medusa/test/__init__.pyc +lib/zope/lib/python/ZServer/medusa/test/asyn_http_bench.py +lib/zope/lib/python/ZServer/medusa/test/asyn_http_bench.pyc +lib/zope/lib/python/ZServer/medusa/test/max_sockets.py +lib/zope/lib/python/ZServer/medusa/test/max_sockets.pyc +lib/zope/lib/python/ZServer/medusa/test/test_11.py +lib/zope/lib/python/ZServer/medusa/test/test_11.pyc +lib/zope/lib/python/ZServer/medusa/test/test_lb.py +lib/zope/lib/python/ZServer/medusa/test/test_lb.pyc +lib/zope/lib/python/ZServer/medusa/test/test_medusa.py +lib/zope/lib/python/ZServer/medusa/test/test_medusa.pyc +lib/zope/lib/python/ZServer/medusa/test/test_single_11.py +lib/zope/lib/python/ZServer/medusa/test/test_single_11.pyc +lib/zope/lib/python/ZServer/medusa/test/tests.txt +lib/zope/lib/python/ZServer/medusa/thread/ +lib/zope/lib/python/ZServer/medusa/thread/__init__.py +lib/zope/lib/python/ZServer/medusa/thread/__init__.pyc +lib/zope/lib/python/ZServer/medusa/thread/pi_module.py +lib/zope/lib/python/ZServer/medusa/thread/pi_module.pyc +lib/zope/lib/python/ZServer/medusa/thread/select_trigger.py +lib/zope/lib/python/ZServer/medusa/thread/select_trigger.pyc +lib/zope/lib/python/ZServer/medusa/thread/test_module.py +lib/zope/lib/python/ZServer/medusa/thread/test_module.pyc +lib/zope/lib/python/ZServer/medusa/thread/thread_channel.py +lib/zope/lib/python/ZServer/medusa/thread/thread_channel.pyc +lib/zope/lib/python/ZServer/medusa/thread/thread_handler.py +lib/zope/lib/python/ZServer/medusa/thread/thread_handler.pyc +lib/zope/lib/python/ZServer/tests/ +lib/zope/lib/python/ZServer/tests/__init__.py +lib/zope/lib/python/ZServer/tests/__init__.pyc +lib/zope/lib/python/ZServer/tests/test_config.py +lib/zope/lib/python/ZServer/tests/test_config.pyc +lib/zope/lib/python/ZServer/tests/test_responses.py +lib/zope/lib/python/ZServer/tests/test_responses.pyc +lib/zope/lib/python/ZServer/utils.py +lib/zope/lib/python/ZServer/utils.pyc +lib/zope/lib/python/ZTUtils/ lib/zope/lib/python/ZTUtils/Batch.py lib/zope/lib/python/ZTUtils/Batch.pyc -lib/zope/lib/python/ZTUtils/Batch.pyo lib/zope/lib/python/ZTUtils/CHANGES.txt lib/zope/lib/python/ZTUtils/HISTORY.txt lib/zope/lib/python/ZTUtils/Iterator.py lib/zope/lib/python/ZTUtils/Iterator.pyc -lib/zope/lib/python/ZTUtils/Iterator.pyo lib/zope/lib/python/ZTUtils/SimpleTree.py lib/zope/lib/python/ZTUtils/SimpleTree.pyc -lib/zope/lib/python/ZTUtils/SimpleTree.pyo lib/zope/lib/python/ZTUtils/Tree.py lib/zope/lib/python/ZTUtils/Tree.pyc -lib/zope/lib/python/ZTUtils/Tree.pyo lib/zope/lib/python/ZTUtils/Zope.py lib/zope/lib/python/ZTUtils/Zope.pyc -lib/zope/lib/python/ZTUtils/Zope.pyo lib/zope/lib/python/ZTUtils/__init__.py lib/zope/lib/python/ZTUtils/__init__.pyc -lib/zope/lib/python/ZTUtils/__init__.pyo +lib/zope/lib/python/ZTUtils/tests/ +lib/zope/lib/python/ZTUtils/tests/__init__.py +lib/zope/lib/python/ZTUtils/tests/__init__.pyc lib/zope/lib/python/ZTUtils/tests/run.py +lib/zope/lib/python/ZTUtils/tests/run.pyc lib/zope/lib/python/ZTUtils/tests/testBatch.py +lib/zope/lib/python/ZTUtils/tests/testBatch.pyc lib/zope/lib/python/ZTUtils/tests/testIterator.py +lib/zope/lib/python/ZTUtils/tests/testIterator.pyc lib/zope/lib/python/ZTUtils/tests/testTree.py +lib/zope/lib/python/ZTUtils/tests/testTree.pyc +lib/zope/lib/python/Zope/ +lib/zope/lib/python/Zope/App/ lib/zope/lib/python/Zope/App/ClassFactory.py lib/zope/lib/python/Zope/App/ClassFactory.pyc -lib/zope/lib/python/Zope/App/ClassFactory.pyo lib/zope/lib/python/Zope/App/__init__.py lib/zope/lib/python/Zope/App/__init__.pyc -lib/zope/lib/python/Zope/App/__init__.pyo lib/zope/lib/python/Zope/App/startup.py lib/zope/lib/python/Zope/App/startup.pyc -lib/zope/lib/python/Zope/App/startup.pyo lib/zope/lib/python/Zope/ClassFactory.py lib/zope/lib/python/Zope/ClassFactory.pyc -lib/zope/lib/python/Zope/ClassFactory.pyo +lib/zope/lib/python/Zope/Startup/ +lib/zope/lib/python/Zope/Startup/__init__.py +lib/zope/lib/python/Zope/Startup/__init__.pyc +lib/zope/lib/python/Zope/Startup/cmdline.py +lib/zope/lib/python/Zope/Startup/cmdline.pyc +lib/zope/lib/python/Zope/Startup/datatypes.py +lib/zope/lib/python/Zope/Startup/datatypes.pyc +lib/zope/lib/python/Zope/Startup/handlers.py +lib/zope/lib/python/Zope/Startup/handlers.pyc +lib/zope/lib/python/Zope/Startup/misc/ +lib/zope/lib/python/Zope/Startup/misc/TextBlockFormatter.py +lib/zope/lib/python/Zope/Startup/misc/TextBlockFormatter.pyc +lib/zope/lib/python/Zope/Startup/misc/__init__.py +lib/zope/lib/python/Zope/Startup/misc/__init__.pyc +lib/zope/lib/python/Zope/Startup/misc/lock_file.py +lib/zope/lib/python/Zope/Startup/misc/lock_file.pyc +lib/zope/lib/python/Zope/Startup/misc/zpasswd.py +lib/zope/lib/python/Zope/Startup/misc/zpasswd.pyc +lib/zope/lib/python/Zope/Startup/nt/ +lib/zope/lib/python/Zope/Startup/nt/NTService.py +lib/zope/lib/python/Zope/Startup/nt/NTService.pyc +lib/zope/lib/python/Zope/Startup/nt/__init__.py +lib/zope/lib/python/Zope/Startup/nt/__init__.pyc +lib/zope/lib/python/Zope/Startup/options.py +lib/zope/lib/python/Zope/Startup/options.pyc +lib/zope/lib/python/Zope/Startup/run.py +lib/zope/lib/python/Zope/Startup/run.pyc +lib/zope/lib/python/Zope/Startup/tests/ +lib/zope/lib/python/Zope/Startup/tests/__init__.py +lib/zope/lib/python/Zope/Startup/tests/__init__.pyc +lib/zope/lib/python/Zope/Startup/tests/testStarter.py +lib/zope/lib/python/Zope/Startup/tests/testStarter.pyc +lib/zope/lib/python/Zope/Startup/tests/test_schema.py +lib/zope/lib/python/Zope/Startup/tests/test_schema.pyc +lib/zope/lib/python/Zope/Startup/tests/test_warnfilter.py +lib/zope/lib/python/Zope/Startup/tests/test_warnfilter.pyc +lib/zope/lib/python/Zope/Startup/warnfilter.py +lib/zope/lib/python/Zope/Startup/warnfilter.pyc +lib/zope/lib/python/Zope/Startup/warnfilter.xml +lib/zope/lib/python/Zope/Startup/zopectl.py +lib/zope/lib/python/Zope/Startup/zopectl.pyc +lib/zope/lib/python/Zope/Startup/zopeschema.xml lib/zope/lib/python/Zope/__init__.py lib/zope/lib/python/Zope/__init__.pyc -lib/zope/lib/python/Zope/__init__.pyo +lib/zope/lib/python/ZopeUndo/ lib/zope/lib/python/ZopeUndo/Prefix.py lib/zope/lib/python/ZopeUndo/Prefix.pyc -lib/zope/lib/python/ZopeUndo/Prefix.pyo lib/zope/lib/python/ZopeUndo/__init__.py lib/zope/lib/python/ZopeUndo/__init__.pyc -lib/zope/lib/python/ZopeUndo/__init__.pyo +lib/zope/lib/python/ZopeUndo/tests/ lib/zope/lib/python/ZopeUndo/tests/__init__.py +lib/zope/lib/python/ZopeUndo/tests/__init__.pyc lib/zope/lib/python/ZopeUndo/tests/testPrefix.py -lib/zope/lib/python/dcdb.py -lib/zope/lib/python/dcdb.pyc -lib/zope/lib/python/dcdb.pyo -lib/zope/lib/python/initgroups.so -lib/zope/lib/python/intSet.so -lib/zope/lib/python/ts_regex.py -lib/zope/lib/python/ts_regex.pyc -lib/zope/lib/python/ts_regex.pyo -lib/zope/lib/python/version.txt +lib/zope/lib/python/ZopeUndo/tests/testPrefix.pyc +lib/zope/lib/python/docutils/ +lib/zope/lib/python/docutils/__init__.py +lib/zope/lib/python/docutils/__init__.pyc +lib/zope/lib/python/docutils/core.py +lib/zope/lib/python/docutils/core.pyc +lib/zope/lib/python/docutils/examples.py +lib/zope/lib/python/docutils/examples.pyc +lib/zope/lib/python/docutils/frontend.py +lib/zope/lib/python/docutils/frontend.pyc +lib/zope/lib/python/docutils/io.py +lib/zope/lib/python/docutils/io.pyc +lib/zope/lib/python/docutils/languages/ +lib/zope/lib/python/docutils/languages/__init__.py +lib/zope/lib/python/docutils/languages/__init__.pyc +lib/zope/lib/python/docutils/languages/af.py +lib/zope/lib/python/docutils/languages/af.pyc +lib/zope/lib/python/docutils/languages/cs.py +lib/zope/lib/python/docutils/languages/cs.pyc +lib/zope/lib/python/docutils/languages/de.py +lib/zope/lib/python/docutils/languages/de.pyc +lib/zope/lib/python/docutils/languages/en.py +lib/zope/lib/python/docutils/languages/en.pyc +lib/zope/lib/python/docutils/languages/eo.py +lib/zope/lib/python/docutils/languages/eo.pyc +lib/zope/lib/python/docutils/languages/es.py +lib/zope/lib/python/docutils/languages/es.pyc +lib/zope/lib/python/docutils/languages/fr.py +lib/zope/lib/python/docutils/languages/fr.pyc +lib/zope/lib/python/docutils/languages/it.py +lib/zope/lib/python/docutils/languages/it.pyc +lib/zope/lib/python/docutils/languages/pt_br.py +lib/zope/lib/python/docutils/languages/pt_br.pyc +lib/zope/lib/python/docutils/languages/ru.py +lib/zope/lib/python/docutils/languages/ru.pyc +lib/zope/lib/python/docutils/languages/sk.py +lib/zope/lib/python/docutils/languages/sk.pyc +lib/zope/lib/python/docutils/languages/sv.py +lib/zope/lib/python/docutils/languages/sv.pyc +lib/zope/lib/python/docutils/nodes.py +lib/zope/lib/python/docutils/nodes.pyc +lib/zope/lib/python/docutils/parsers/ +lib/zope/lib/python/docutils/parsers/__init__.py +lib/zope/lib/python/docutils/parsers/__init__.pyc +lib/zope/lib/python/docutils/parsers/rst/ +lib/zope/lib/python/docutils/parsers/rst/__init__.py +lib/zope/lib/python/docutils/parsers/rst/__init__.pyc +lib/zope/lib/python/docutils/parsers/rst/directives/ +lib/zope/lib/python/docutils/parsers/rst/directives/__init__.py +lib/zope/lib/python/docutils/parsers/rst/directives/__init__.pyc +lib/zope/lib/python/docutils/parsers/rst/directives/admonitions.py +lib/zope/lib/python/docutils/parsers/rst/directives/admonitions.pyc +lib/zope/lib/python/docutils/parsers/rst/directives/body.py +lib/zope/lib/python/docutils/parsers/rst/directives/body.pyc +lib/zope/lib/python/docutils/parsers/rst/directives/html.py +lib/zope/lib/python/docutils/parsers/rst/directives/html.pyc +lib/zope/lib/python/docutils/parsers/rst/directives/images.py +lib/zope/lib/python/docutils/parsers/rst/directives/images.pyc +lib/zope/lib/python/docutils/parsers/rst/directives/misc.py +lib/zope/lib/python/docutils/parsers/rst/directives/misc.pyc +lib/zope/lib/python/docutils/parsers/rst/directives/parts.py +lib/zope/lib/python/docutils/parsers/rst/directives/parts.pyc +lib/zope/lib/python/docutils/parsers/rst/directives/references.py +lib/zope/lib/python/docutils/parsers/rst/directives/references.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/ +lib/zope/lib/python/docutils/parsers/rst/languages/__init__.py +lib/zope/lib/python/docutils/parsers/rst/languages/__init__.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/af.py +lib/zope/lib/python/docutils/parsers/rst/languages/af.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/cs.py +lib/zope/lib/python/docutils/parsers/rst/languages/cs.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/de.py +lib/zope/lib/python/docutils/parsers/rst/languages/de.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/en.py +lib/zope/lib/python/docutils/parsers/rst/languages/en.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/eo.py +lib/zope/lib/python/docutils/parsers/rst/languages/eo.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/es.py +lib/zope/lib/python/docutils/parsers/rst/languages/es.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/fr.py +lib/zope/lib/python/docutils/parsers/rst/languages/fr.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/it.py +lib/zope/lib/python/docutils/parsers/rst/languages/it.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/pt_br.py +lib/zope/lib/python/docutils/parsers/rst/languages/pt_br.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/ru.py +lib/zope/lib/python/docutils/parsers/rst/languages/ru.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/sk.py +lib/zope/lib/python/docutils/parsers/rst/languages/sk.pyc +lib/zope/lib/python/docutils/parsers/rst/languages/sv.py +lib/zope/lib/python/docutils/parsers/rst/languages/sv.pyc +lib/zope/lib/python/docutils/parsers/rst/roles.py +lib/zope/lib/python/docutils/parsers/rst/roles.pyc +lib/zope/lib/python/docutils/parsers/rst/roman.py +lib/zope/lib/python/docutils/parsers/rst/roman.pyc +lib/zope/lib/python/docutils/parsers/rst/states.py +lib/zope/lib/python/docutils/parsers/rst/states.pyc +lib/zope/lib/python/docutils/parsers/rst/tableparser.py +lib/zope/lib/python/docutils/parsers/rst/tableparser.pyc +lib/zope/lib/python/docutils/readers/ +lib/zope/lib/python/docutils/readers/__init__.py +lib/zope/lib/python/docutils/readers/__init__.pyc +lib/zope/lib/python/docutils/readers/pep.py +lib/zope/lib/python/docutils/readers/pep.pyc +lib/zope/lib/python/docutils/readers/standalone.py +lib/zope/lib/python/docutils/readers/standalone.pyc +lib/zope/lib/python/docutils/statemachine.py +lib/zope/lib/python/docutils/statemachine.pyc +lib/zope/lib/python/docutils/transforms/ +lib/zope/lib/python/docutils/transforms/__init__.py +lib/zope/lib/python/docutils/transforms/__init__.pyc +lib/zope/lib/python/docutils/transforms/components.py +lib/zope/lib/python/docutils/transforms/components.pyc +lib/zope/lib/python/docutils/transforms/frontmatter.py +lib/zope/lib/python/docutils/transforms/frontmatter.pyc +lib/zope/lib/python/docutils/transforms/misc.py +lib/zope/lib/python/docutils/transforms/misc.pyc +lib/zope/lib/python/docutils/transforms/parts.py +lib/zope/lib/python/docutils/transforms/parts.pyc +lib/zope/lib/python/docutils/transforms/peps.py +lib/zope/lib/python/docutils/transforms/peps.pyc +lib/zope/lib/python/docutils/transforms/references.py +lib/zope/lib/python/docutils/transforms/references.pyc +lib/zope/lib/python/docutils/transforms/universal.py +lib/zope/lib/python/docutils/transforms/universal.pyc +lib/zope/lib/python/docutils/urischemes.py +lib/zope/lib/python/docutils/urischemes.pyc +lib/zope/lib/python/docutils/utils.py +lib/zope/lib/python/docutils/utils.pyc +lib/zope/lib/python/docutils/writers/ +lib/zope/lib/python/docutils/writers/__init__.py +lib/zope/lib/python/docutils/writers/__init__.pyc +lib/zope/lib/python/docutils/writers/docutils_xml.py +lib/zope/lib/python/docutils/writers/docutils_xml.pyc +lib/zope/lib/python/docutils/writers/html4css1.py +lib/zope/lib/python/docutils/writers/html4css1.pyc +lib/zope/lib/python/docutils/writers/latex2e.py +lib/zope/lib/python/docutils/writers/latex2e.pyc +lib/zope/lib/python/docutils/writers/pep_html.py +lib/zope/lib/python/docutils/writers/pep_html.pyc +lib/zope/lib/python/docutils/writers/pseudoxml.py +lib/zope/lib/python/docutils/writers/pseudoxml.pyc +lib/zope/lib/python/nt_svcutils/ +lib/zope/lib/python/nt_svcutils/__init__.py +lib/zope/lib/python/nt_svcutils/__init__.pyc +lib/zope/lib/python/nt_svcutils/service.py +lib/zope/lib/python/nt_svcutils/service.pyc +lib/zope/lib/python/reStructuredText/ +lib/zope/lib/python/reStructuredText/README.txt +lib/zope/lib/python/reStructuredText/__init__.py +lib/zope/lib/python/reStructuredText/__init__.pyc +lib/zope/lib/python/reStructuredText/reStructuredText.txt +lib/zope/lib/python/tempstorage/ +lib/zope/lib/python/tempstorage/TemporaryStorage.py +lib/zope/lib/python/tempstorage/TemporaryStorage.pyc +lib/zope/lib/python/tempstorage/__init__.py +lib/zope/lib/python/tempstorage/__init__.pyc +lib/zope/lib/python/tempstorage/component.xml +lib/zope/lib/python/tempstorage/config.py +lib/zope/lib/python/tempstorage/config.pyc +lib/zope/lib/python/tempstorage/tests/ +lib/zope/lib/python/tempstorage/tests/__init__.py +lib/zope/lib/python/tempstorage/tests/__init__.pyc +lib/zope/lib/python/tempstorage/tests/testTemporaryStorage.py +lib/zope/lib/python/tempstorage/tests/testTemporaryStorage.pyc +lib/zope/lib/python/webdav/ lib/zope/lib/python/webdav/Collection.py lib/zope/lib/python/webdav/Collection.pyc -lib/zope/lib/python/webdav/Collection.pyo lib/zope/lib/python/webdav/EtagSupport.py lib/zope/lib/python/webdav/EtagSupport.pyc -lib/zope/lib/python/webdav/EtagSupport.pyo lib/zope/lib/python/webdav/LockItem.py lib/zope/lib/python/webdav/LockItem.pyc -lib/zope/lib/python/webdav/LockItem.pyo lib/zope/lib/python/webdav/Lockable.py lib/zope/lib/python/webdav/Lockable.pyc -lib/zope/lib/python/webdav/Lockable.pyo lib/zope/lib/python/webdav/NullResource.py lib/zope/lib/python/webdav/NullResource.pyc -lib/zope/lib/python/webdav/NullResource.pyo lib/zope/lib/python/webdav/Resource.py lib/zope/lib/python/webdav/Resource.pyc -lib/zope/lib/python/webdav/Resource.pyo lib/zope/lib/python/webdav/WriteLockInterface.py lib/zope/lib/python/webdav/WriteLockInterface.pyc -lib/zope/lib/python/webdav/WriteLockInterface.pyo lib/zope/lib/python/webdav/__init__.py lib/zope/lib/python/webdav/__init__.pyc -lib/zope/lib/python/webdav/__init__.pyo lib/zope/lib/python/webdav/client.py lib/zope/lib/python/webdav/client.pyc -lib/zope/lib/python/webdav/client.pyo lib/zope/lib/python/webdav/common.py lib/zope/lib/python/webdav/common.pyc -lib/zope/lib/python/webdav/common.pyo lib/zope/lib/python/webdav/davcmds.py lib/zope/lib/python/webdav/davcmds.pyc -lib/zope/lib/python/webdav/davcmds.pyo +lib/zope/lib/python/webdav/dtml/ lib/zope/lib/python/webdav/dtml/locknullmain.dtml lib/zope/lib/python/webdav/hookable_PUT.py lib/zope/lib/python/webdav/hookable_PUT.pyc -lib/zope/lib/python/webdav/hookable_PUT.pyo +lib/zope/lib/python/webdav/www/ lib/zope/lib/python/webdav/www/davlock.gif lib/zope/lib/python/webdav/xmltools.py lib/zope/lib/python/webdav/xmltools.pyc -lib/zope/lib/python/webdav/xmltools.pyo -lib/zope/lib/python/xmlrpclib.py -lib/zope/lib/python/xmlrpclib.pyc -lib/zope/lib/python/xmlrpclib.pyo +lib/zope/lib/python/zExceptions/ lib/zope/lib/python/zExceptions/ExceptionFormatter.py lib/zope/lib/python/zExceptions/ExceptionFormatter.pyc -lib/zope/lib/python/zExceptions/ExceptionFormatter.pyo lib/zope/lib/python/zExceptions/ITracebackSupplement.py lib/zope/lib/python/zExceptions/ITracebackSupplement.pyc -lib/zope/lib/python/zExceptions/ITracebackSupplement.pyo +lib/zope/lib/python/zExceptions/TracebackSupplement.py +lib/zope/lib/python/zExceptions/TracebackSupplement.pyc lib/zope/lib/python/zExceptions/__init__.py lib/zope/lib/python/zExceptions/__init__.pyc -lib/zope/lib/python/zExceptions/__init__.pyo +lib/zope/lib/python/zExceptions/tests/ lib/zope/lib/python/zExceptions/tests/__init__.py +lib/zope/lib/python/zExceptions/tests/__init__.pyc lib/zope/lib/python/zExceptions/tests/testExceptionFormatter.py +lib/zope/lib/python/zExceptions/tests/testExceptionFormatter.pyc lib/zope/lib/python/zExceptions/unauthorized.py lib/zope/lib/python/zExceptions/unauthorized.pyc -lib/zope/lib/python/zExceptions/unauthorized.pyo -lib/zope/lib/python/zLOG/FormatException.py -lib/zope/lib/python/zLOG/FormatException.pyc -lib/zope/lib/python/zLOG/FormatException.pyo -lib/zope/lib/python/zLOG/MinimalLogger.py -lib/zope/lib/python/zLOG/MinimalLogger.pyc -lib/zope/lib/python/zLOG/MinimalLogger.pyo +lib/zope/lib/python/zLOG/ +lib/zope/lib/python/zLOG/BaseLogger.py +lib/zope/lib/python/zLOG/BaseLogger.pyc +lib/zope/lib/python/zLOG/EventLogger.py +lib/zope/lib/python/zLOG/EventLogger.pyc +lib/zope/lib/python/zLOG/LogHandlers.py +lib/zope/lib/python/zLOG/LogHandlers.pyc lib/zope/lib/python/zLOG/__init__.py lib/zope/lib/python/zLOG/__init__.pyc -lib/zope/lib/python/zLOG/__init__.pyo +lib/zope/lib/python/zLOG/component.xml +lib/zope/lib/python/zLOG/datatypes.py +lib/zope/lib/python/zLOG/datatypes.pyc +lib/zope/lib/python/zLOG/factory.py +lib/zope/lib/python/zLOG/factory.pyc +lib/zope/lib/python/zLOG/tests/ lib/zope/lib/python/zLOG/tests/__init__.py +lib/zope/lib/python/zLOG/tests/__init__.pyc lib/zope/lib/python/zLOG/tests/testzLog.py -lib/zope/lib/python/zdaemon/Daemon.py -lib/zope/lib/python/zdaemon/Daemon.pyc -lib/zope/lib/python/zdaemon/Daemon.pyo -lib/zope/lib/python/zdaemon/Heartbeat.py -lib/zope/lib/python/zdaemon/Heartbeat.pyc -lib/zope/lib/python/zdaemon/Heartbeat.pyo -lib/zope/lib/python/zdaemon/SignalHandler.py -lib/zope/lib/python/zdaemon/SignalHandler.pyc -lib/zope/lib/python/zdaemon/SignalHandler.pyo -lib/zope/lib/python/zdaemon/ZDaemonLogging.py -lib/zope/lib/python/zdaemon/ZDaemonLogging.pyc -lib/zope/lib/python/zdaemon/ZDaemonLogging.pyo +lib/zope/lib/python/zLOG/tests/testzLog.pyc +lib/zope/lib/python/zLOG/tests/testzLogConfig.py +lib/zope/lib/python/zLOG/tests/testzLogConfig.pyc +lib/zope/lib/python/zdaemon/ lib/zope/lib/python/zdaemon/__init__.py lib/zope/lib/python/zdaemon/__init__.pyc -lib/zope/lib/python/zdaemon/__init__.pyo +lib/zope/lib/python/zdaemon/component.xml +lib/zope/lib/python/zdaemon/sample.conf +lib/zope/lib/python/zdaemon/schema.xml +lib/zope/lib/python/zdaemon/tests/ lib/zope/lib/python/zdaemon/tests/__init__.py -lib/zope/lib/python/zdaemon/tests/testDaemon.py -lib/zope/lib/python2.1 -lib/zope/pcgi/Example/pcgitest -lib/zope/pcgi/Example/pcgitime.py -lib/zope/pcgi/Example/pcgitime.pyc -lib/zope/pcgi/Example/pcgitime.pyo -lib/zope/pcgi/Makefile.in -lib/zope/pcgi/MrCreosote/README.MrCreosote -lib/zope/pcgi/MrCreosote/creosote.c -lib/zope/pcgi/MrCreosote/creosote.h -lib/zope/pcgi/MrCreosote/creosote.py -lib/zope/pcgi/MrCreosote/creosote.pyc -lib/zope/pcgi/MrCreosote/creosote.pyo -lib/zope/pcgi/README -lib/zope/pcgi/Test/README.parseinfo -lib/zope/pcgi/Test/parseinfo -lib/zope/pcgi/Util/README -lib/zope/pcgi/Util/killpcgi.py -lib/zope/pcgi/Util/killpcgi.pyc -lib/zope/pcgi/Util/killpcgi.pyo -lib/zope/pcgi/Util/pcgifile.py -lib/zope/pcgi/Util/pcgifile.pyc -lib/zope/pcgi/Util/pcgifile.pyo -lib/zope/pcgi/config.guess -lib/zope/pcgi/config.h.in -lib/zope/pcgi/config.sub -lib/zope/pcgi/configure -lib/zope/pcgi/configure.in -lib/zope/pcgi/install-sh -lib/zope/pcgi/manifest -lib/zope/pcgi/parseinfo.c -lib/zope/pcgi/pcgi-wrapper -lib/zope/pcgi/pcgi-wrapper.c -lib/zope/pcgi/pcgi.h -lib/zope/pcgi/pcgi_publisher.py -lib/zope/pcgi/pcgi_publisher.pyc -lib/zope/pcgi/pcgi_publisher.pyo -lib/zope/setup.py -lib/zope/setup.pyc -lib/zope/setup.pyo -lib/zope/stupid_clean -lib/zope/utilities/ExtensionBuilder.py -lib/zope/utilities/ExtensionBuilder.pyc -lib/zope/utilities/ExtensionBuilder.pyo -lib/zope/utilities/FS.py -lib/zope/utilities/FS.pyc -lib/zope/utilities/FS.pyo -lib/zope/utilities/README.txt -lib/zope/utilities/ZODBTools/checkbtrees.py -lib/zope/utilities/ZODBTools/checkbtrees.pyc -lib/zope/utilities/ZODBTools/checkbtrees.pyo -lib/zope/utilities/ZODBTools/fsdump.py -lib/zope/utilities/ZODBTools/fsdump.pyc -lib/zope/utilities/ZODBTools/fsdump.pyo -lib/zope/utilities/ZODBTools/fstest.py -lib/zope/utilities/ZODBTools/fstest.pyc -lib/zope/utilities/ZODBTools/fstest.pyo -lib/zope/utilities/ZODBTools/netspace.py -lib/zope/utilities/ZODBTools/netspace.pyc -lib/zope/utilities/ZODBTools/netspace.pyo -lib/zope/utilities/ZODBTools/parsezeolog.py -lib/zope/utilities/ZODBTools/parsezeolog.pyc -lib/zope/utilities/ZODBTools/parsezeolog.pyo -lib/zope/utilities/ZODBTools/space.py -lib/zope/utilities/ZODBTools/space.pyc -lib/zope/utilities/ZODBTools/space.pyo -lib/zope/utilities/ZODBTools/tests/test-checker.fs -lib/zope/utilities/ZODBTools/tests/testfstest.py -lib/zope/utilities/ZODBTools/tests/testzeopack.py -lib/zope/utilities/ZODBTools/zeopack.py -lib/zope/utilities/ZODBTools/zeopack.pyc -lib/zope/utilities/ZODBTools/zeopack.pyo -lib/zope/utilities/ZODBTools/zeoreplay.py -lib/zope/utilities/ZODBTools/zeoreplay.pyc -lib/zope/utilities/ZODBTools/zeoreplay.pyo -lib/zope/utilities/ZODBTools/zeoup.py -lib/zope/utilities/ZODBTools/zeoup.pyc -lib/zope/utilities/ZODBTools/zeoup.pyo -lib/zope/utilities/bbb.py -lib/zope/utilities/bbb.pyc -lib/zope/utilities/bbb.pyo -lib/zope/utilities/check_catalog.py -lib/zope/utilities/check_catalog.pyc -lib/zope/utilities/check_catalog.pyo -lib/zope/utilities/fixbbbts.py -lib/zope/utilities/fixbbbts.pyc -lib/zope/utilities/fixbbbts.pyo -lib/zope/utilities/load_site.py -lib/zope/utilities/load_site.pyc -lib/zope/utilities/load_site.pyo -lib/zope/utilities/requestprofiler.py -lib/zope/utilities/requestprofiler.pyc -lib/zope/utilities/requestprofiler.pyo -lib/zope/utilities/testrunner.py -lib/zope/utilities/testrunner.pyc -lib/zope/utilities/testrunner.pyo -lib/zope/var/Data.fs.in -lib/zope/z2.py -lib/zope/z2.pyc -lib/zope/z2.pyo -lib/zope/zpasswd.py -lib/zope/zpasswd.pyc -lib/zope/zpasswd.pyo -share/doc/zope/CHANGES.txt -share/doc/zope/CREDITS.txt -share/doc/zope/DEBUGGING.txt -share/doc/zope/ENVIRONMENT.txt -share/doc/zope/FAQ.txt -share/doc/zope/HELPSYS.txt -share/doc/zope/HISTORY.txt -share/doc/zope/INSTALL.txt -share/doc/zope/LICENSE.txt -share/doc/zope/LOGGING.txt -share/doc/zope/README.txt -share/doc/zope/SECURITY.txt -share/doc/zope/SETUID.txt -share/doc/zope/SIGNALS.txt -share/doc/zope/UNITTEST.txt -share/doc/zope/WEBSERVER.txt -share/doc/zope/ZODB.txt -share/doc/zope/changenotes/010516-2.4-unicode.stx -share/doc/zope/changenotes/010529-2.4-dropinindex.stx -share/doc/zope/changenotes/010529-2.4-exreg.stx -share/doc/zope/changenotes/010529-2.4-pluggableindex.stx -share/doc/zope/changenotes/010620-2.4-btreeconflict.stx -@dirrm share/doc/zope/changenotes -@dirrm share/doc/zope -@dirrm lib/zope/var -@dirrm lib/zope/utilities/ZODBTools/tests -@dirrm lib/zope/utilities/ZODBTools -@dirrm lib/zope/utilities -@dirrm lib/zope/pcgi/Util -@dirrm lib/zope/pcgi/Test -@dirrm lib/zope/pcgi/MrCreosote -@dirrm lib/zope/pcgi/Example -@dirrm lib/zope/pcgi -@dirrm lib/zope/lib/python/zdaemon/tests -@dirrm lib/zope/lib/python/zdaemon -@dirrm lib/zope/lib/python/zLOG/tests -@dirrm lib/zope/lib/python/zLOG -@dirrm lib/zope/lib/python/zExceptions/tests -@dirrm lib/zope/lib/python/zExceptions -@dirrm lib/zope/lib/python/webdav/www -@dirrm lib/zope/lib/python/webdav/dtml -@dirrm lib/zope/lib/python/webdav -@dirrm lib/zope/lib/python/ZopeUndo/tests -@dirrm lib/zope/lib/python/ZopeUndo -@dirrm lib/zope/lib/python/Zope/App -@dirrm lib/zope/lib/python/Zope -@dirrm lib/zope/lib/python/ZTUtils/tests -@dirrm lib/zope/lib/python/ZTUtils -@dirrm lib/zope/lib/python/ZPublisher/tests -@dirrm lib/zope/lib/python/ZPublisher -@dirrm lib/zope/lib/python/ZODB/tests -@dirrm lib/zope/lib/python/ZODB -@dirrm lib/zope/lib/python/ZLogger -@dirrm lib/zope/lib/python/ZClasses/dtml -@dirrm lib/zope/lib/python/ZClasses -@dirrm lib/zope/lib/python/TreeDisplay/www -@dirrm lib/zope/lib/python/TreeDisplay -@dirrm lib/zope/lib/python/ThreadedAsync -@dirrm lib/zope/lib/python/Testing/var -@dirrm lib/zope/lib/python/Testing -@dirrm lib/zope/lib/python/TAL/tests/output -@dirrm lib/zope/lib/python/TAL/tests/input -@dirrm lib/zope/lib/python/TAL/tests -@dirrm lib/zope/lib/python/TAL/benchmark -@dirrm lib/zope/lib/python/TAL -@dirrm lib/zope/lib/python/StructuredText/tests -@dirrm lib/zope/lib/python/StructuredText/regressions -@dirrm lib/zope/lib/python/StructuredText -@dirrm lib/zope/lib/python/Signals -@dirrm lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmltok -@dirrm lib/zope/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse -@dirrm lib/zope/lib/python/Shared/DC/xml/pyexpat/expat -@dirrm lib/zope/lib/python/Shared/DC/xml/pyexpat -@dirrm lib/zope/lib/python/Shared/DC/xml -@dirrm lib/zope/lib/python/Shared/DC/ZRDB/www -@dirrm lib/zope/lib/python/Shared/DC/ZRDB/dtml -@dirrm lib/zope/lib/python/Shared/DC/ZRDB -@dirrm lib/zope/lib/python/Shared/DC/Scripts/dtml -@dirrm lib/zope/lib/python/Shared/DC/Scripts -@dirrm lib/zope/lib/python/Shared/DC -@dirrm lib/zope/lib/python/Shared -@dirrm lib/zope/lib/python/SearchIndex/tests -@dirrm lib/zope/lib/python/SearchIndex -@dirrm lib/zope/lib/python/RestrictedPython/tests -@dirrm lib/zope/lib/python/RestrictedPython/compiler_2_1 -@dirrm lib/zope/lib/python/RestrictedPython -@dirrm lib/zope/lib/python/Products/ZopeTutorial/dtml -@dirrm lib/zope/lib/python/Products/ZopeTutorial -@dirrm lib/zope/lib/python/Products/ZSQLMethods/help -@dirrm lib/zope/lib/python/Products/ZSQLMethods/dtml -@dirrm lib/zope/lib/python/Products/ZSQLMethods -@dirrm lib/zope/lib/python/Products/ZGadflyDA/icons -@dirrm lib/zope/lib/python/Products/ZGadflyDA/gadfly -@dirrm lib/zope/lib/python/Products/ZGadflyDA/dtml -@dirrm lib/zope/lib/python/Products/ZGadflyDA -@dirrm lib/zope/lib/python/Products/ZCatalog/www -@dirrm lib/zope/lib/python/Products/ZCatalog/tests -@dirrm lib/zope/lib/python/Products/ZCatalog/regressiontests -@dirrm lib/zope/lib/python/Products/ZCatalog/help -@dirrm lib/zope/lib/python/Products/ZCatalog/dtml -@dirrm lib/zope/lib/python/Products/ZCatalog -@dirrm lib/zope/lib/python/Products/ZCTextIndex/www -@dirrm lib/zope/lib/python/Products/ZCTextIndex/tests -@dirrm lib/zope/lib/python/Products/ZCTextIndex/help -@dirrm lib/zope/lib/python/Products/ZCTextIndex/dtml -@dirrm lib/zope/lib/python/Products/ZCTextIndex -@dirrm lib/zope/lib/python/Products/Transience/www -@dirrm lib/zope/lib/python/Products/Transience/tests -@dirrm lib/zope/lib/python/Products/Transience/help -@dirrm lib/zope/lib/python/Products/Transience/dtml -@dirrm lib/zope/lib/python/Products/Transience -@dirrm lib/zope/lib/python/Products/TemporaryFolder/www -@dirrm lib/zope/lib/python/Products/TemporaryFolder/tests -@dirrm lib/zope/lib/python/Products/TemporaryFolder/help -@dirrm lib/zope/lib/python/Products/TemporaryFolder/dtml -@dirrm lib/zope/lib/python/Products/TemporaryFolder -@dirrm lib/zope/lib/python/Products/StandardCacheManagers/help -@dirrm lib/zope/lib/python/Products/StandardCacheManagers/dtml -@dirrm lib/zope/lib/python/Products/StandardCacheManagers -@dirrm lib/zope/lib/python/Products/SiteErrorLog/www -@dirrm lib/zope/lib/python/Products/SiteErrorLog -@dirrm lib/zope/lib/python/Products/SiteAccess/www -@dirrm lib/zope/lib/python/Products/SiteAccess/help -@dirrm lib/zope/lib/python/Products/SiteAccess/doc -@dirrm lib/zope/lib/python/Products/SiteAccess/Extensions -@dirrm lib/zope/lib/python/Products/SiteAccess -@dirrm lib/zope/lib/python/Products/Sessions/www -@dirrm lib/zope/lib/python/Products/Sessions/tests -@dirrm lib/zope/lib/python/Products/Sessions/stresstests -@dirrm lib/zope/lib/python/Products/Sessions/help -@dirrm lib/zope/lib/python/Products/Sessions/dtml -@dirrm lib/zope/lib/python/Products/Sessions -@dirrm lib/zope/lib/python/Products/PythonScripts/www -@dirrm lib/zope/lib/python/Products/PythonScripts/tests/tscripts -@dirrm lib/zope/lib/python/Products/PythonScripts/tests -@dirrm lib/zope/lib/python/Products/PythonScripts/help -@dirrm lib/zope/lib/python/Products/PythonScripts/Extensions -@dirrm lib/zope/lib/python/Products/PythonScripts -@dirrm lib/zope/lib/python/Products/PluginIndexes/www -@dirrm lib/zope/lib/python/Products/PluginIndexes/help -@dirrm lib/zope/lib/python/Products/PluginIndexes/common -@dirrm lib/zope/lib/python/Products/PluginIndexes/TopicIndex/tests -@dirrm lib/zope/lib/python/Products/PluginIndexes/TopicIndex/help -@dirrm lib/zope/lib/python/Products/PluginIndexes/TopicIndex/dtml -@dirrm lib/zope/lib/python/Products/PluginIndexes/TopicIndex -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/tests -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/help -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/dtml -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter -@dirrm lib/zope/lib/python/Products/PluginIndexes/TextIndex -@dirrm lib/zope/lib/python/Products/PluginIndexes/PathIndex/tests -@dirrm lib/zope/lib/python/Products/PluginIndexes/PathIndex/help -@dirrm lib/zope/lib/python/Products/PluginIndexes/PathIndex/dtml -@dirrm lib/zope/lib/python/Products/PluginIndexes/PathIndex -@dirrm lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/tests -@dirrm lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/help -@dirrm lib/zope/lib/python/Products/PluginIndexes/KeywordIndex/dtml -@dirrm lib/zope/lib/python/Products/PluginIndexes/KeywordIndex -@dirrm lib/zope/lib/python/Products/PluginIndexes/FieldIndex/tests -@dirrm lib/zope/lib/python/Products/PluginIndexes/FieldIndex/help -@dirrm lib/zope/lib/python/Products/PluginIndexes/FieldIndex/dtml -@dirrm lib/zope/lib/python/Products/PluginIndexes/FieldIndex -@dirrm lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/tests -@dirrm lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex/dtml -@dirrm lib/zope/lib/python/Products/PluginIndexes/DateRangeIndex -@dirrm lib/zope/lib/python/Products/PluginIndexes/DateIndex/tests -@dirrm lib/zope/lib/python/Products/PluginIndexes/DateIndex/dtml -@dirrm lib/zope/lib/python/Products/PluginIndexes/DateIndex -@dirrm lib/zope/lib/python/Products/PluginIndexes -@dirrm lib/zope/lib/python/Products/PageTemplates/www -@dirrm lib/zope/lib/python/Products/PageTemplates/tests/output -@dirrm lib/zope/lib/python/Products/PageTemplates/tests/input -@dirrm lib/zope/lib/python/Products/PageTemplates/tests -@dirrm lib/zope/lib/python/Products/PageTemplates/help -@dirrm lib/zope/lib/python/Products/PageTemplates/examples -@dirrm lib/zope/lib/python/Products/PageTemplates -@dirrm lib/zope/lib/python/Products/OFSP/images -@dirrm lib/zope/lib/python/Products/OFSP/help -@dirrm lib/zope/lib/python/Products/OFSP/dtml -@dirrm lib/zope/lib/python/Products/OFSP -@dirrm lib/zope/lib/python/Products/MailHost/www -@dirrm lib/zope/lib/python/Products/MailHost/tests -@dirrm lib/zope/lib/python/Products/MailHost/help -@dirrm lib/zope/lib/python/Products/MailHost/dtml -@dirrm lib/zope/lib/python/Products/MailHost -@dirrm lib/zope/lib/python/Products/MIMETools -@dirrm lib/zope/lib/python/Products/ExternalMethod/www -@dirrm lib/zope/lib/python/Products/ExternalMethod/tests/Extensions -@dirrm lib/zope/lib/python/Products/ExternalMethod/tests -@dirrm lib/zope/lib/python/Products/ExternalMethod/help -@dirrm lib/zope/lib/python/Products/ExternalMethod/dtml -@dirrm lib/zope/lib/python/Products/ExternalMethod -@dirrm lib/zope/lib/python/Products -@dirrm lib/zope/lib/python/Persistence -@dirrm lib/zope/lib/python/OFS/www -@dirrm lib/zope/lib/python/OFS/tests -@dirrm lib/zope/lib/python/OFS/standard -@dirrm lib/zope/lib/python/OFS/dtml -@dirrm lib/zope/lib/python/OFS -@dirrm lib/zope/lib/python/Interface/tests -@dirrm lib/zope/lib/python/Interface/Common/tests -@dirrm lib/zope/lib/python/Interface/Common -@dirrm lib/zope/lib/python/Interface -@dirrm lib/zope/lib/python/HelpSys/images -@dirrm lib/zope/lib/python/HelpSys/dtml -@dirrm lib/zope/lib/python/HelpSys -@dirrm lib/zope/lib/python/DocumentTemplate/tests -@dirrm lib/zope/lib/python/DocumentTemplate/sequence/tests -@dirrm lib/zope/lib/python/DocumentTemplate/sequence -@dirrm lib/zope/lib/python/DocumentTemplate -@dirrm lib/zope/lib/python/DateTime/tests -@dirrm lib/zope/lib/python/DateTime -@dirrm lib/zope/lib/python/BTrees/tests -@dirrm lib/zope/lib/python/BTrees -@dirrm lib/zope/lib/python/App/www -@dirrm lib/zope/lib/python/App/dtml -@dirrm lib/zope/lib/python/App -@dirrm lib/zope/lib/python/AccessControl/www -@dirrm lib/zope/lib/python/AccessControl/tests/public_module/submodule -@dirrm lib/zope/lib/python/AccessControl/tests/public_module -@dirrm lib/zope/lib/python/AccessControl/tests/private_module/submodule -@dirrm lib/zope/lib/python/AccessControl/tests/private_module -@dirrm lib/zope/lib/python/AccessControl/tests/mixed_module/submodule -@dirrm lib/zope/lib/python/AccessControl/tests/mixed_module -@dirrm lib/zope/lib/python/AccessControl/tests -@dirrm lib/zope/lib/python/AccessControl/securitySuite -@dirrm lib/zope/lib/python/AccessControl/dtml -@dirrm lib/zope/lib/python/AccessControl -@dirrm lib/zope/lib/python -@dirrm lib/zope/lib -@dirrm lib/zope/inst -@dirrm lib/zope/import -@dirrm lib/zope/ZServer/medusa/thread -@dirrm lib/zope/ZServer/medusa/test -@dirrm lib/zope/ZServer/medusa/sendfile -@dirrm lib/zope/ZServer/medusa/script_handler_demo -@dirrm lib/zope/ZServer/medusa/notes -@dirrm lib/zope/ZServer/medusa/misc -@dirrm lib/zope/ZServer/medusa/docs -@dirrm lib/zope/ZServer/medusa/dist -@dirrm lib/zope/ZServer/medusa/demo -@dirrm lib/zope/ZServer/medusa/contrib -@dirrm lib/zope/ZServer/medusa -@dirrm lib/zope/ZServer/PubCore -@dirrm lib/zope/ZServer -@dirrm lib/zope/Extensions -@dirrm lib/zope +lib/zope/lib/python/zdaemon/tests/__init__.pyc +lib/zope/lib/python/zdaemon/tests/donothing.sh +lib/zope/lib/python/zdaemon/tests/nokill.py +lib/zope/lib/python/zdaemon/tests/nokill.pyc +lib/zope/lib/python/zdaemon/tests/parent.py +lib/zope/lib/python/zdaemon/tests/parent.pyc +lib/zope/lib/python/zdaemon/tests/testzdoptions.py +lib/zope/lib/python/zdaemon/tests/testzdoptions.pyc +lib/zope/lib/python/zdaemon/tests/testzdrun.py +lib/zope/lib/python/zdaemon/tests/testzdrun.pyc +lib/zope/lib/python/zdaemon/zdctl.py +lib/zope/lib/python/zdaemon/zdctl.pyc +lib/zope/lib/python/zdaemon/zdoptions.py +lib/zope/lib/python/zdaemon/zdoptions.pyc +lib/zope/lib/python/zdaemon/zdrun.py +lib/zope/lib/python/zdaemon/zdrun.pyc +lib/zope/skel/ +lib/zope/skel/Extensions/ +lib/zope/skel/Extensions/README.txt +lib/zope/skel/Products/ +lib/zope/skel/Products/README.txt +lib/zope/skel/README.txt +lib/zope/skel/bin/ +lib/zope/skel/bin/runzope.bat.in +lib/zope/skel/bin/runzope.in +lib/zope/skel/bin/zopectl.in +lib/zope/skel/bin/zopeservice.py.in +lib/zope/skel/etc/ +lib/zope/skel/etc/zope.conf.in +lib/zope/skel/import/ +lib/zope/skel/import/README.txt +lib/zope/skel/log/ +lib/zope/skel/log/README.txt +lib/zope/skel/var/ +lib/zope/skel/var/README.txt +%%SHARED%% +@extraunexec userdel _zope +@extraunexec groupdel _zope