[Zope3-checkins] SVN: Zope3/trunk/ remove all the "X"s from Zope
Benji York
benji at zope.com
Mon Jun 27 11:48:32 EDT 2005
Log message for revision 30931:
remove all the "X"s from Zope
Changed:
U Zope3/trunk/Makefile
U Zope3/trunk/doc/TODO.txt
U Zope3/trunk/releases/Zope/README.txt
U Zope3/trunk/setup.py
U Zope3/trunk/src/zope/app/appsetup/appsetup.py
U Zope3/trunk/src/zope/app/copypastemove/__init__.py
U Zope3/trunk/src/zope/app/event/objectevent.py
U Zope3/trunk/src/zope/app/security/principal.py
U Zope3/trunk/src/zope/app/security/vocabulary.py
U Zope3/trunk/src/zope/app/traversing/adapters.py
U Zope3/trunk/src/zope/app/traversing/api.py
U Zope3/trunk/src/zope/app/traversing/namespace.py
U Zope3/trunk/src/zope/app/undo/__init__.py
U Zope3/trunk/src/zope/component/bbb/tests/request.py
-=-
Modified: Zope3/trunk/Makefile
===================================================================
--- Zope3/trunk/Makefile 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/Makefile 2005-06-27 15:48:32 UTC (rev 30931)
@@ -1,4 +1,4 @@
-PYTHON=python
+PYTHON=~/buildout2/bin/python
TESTFLAGS=-v
TESTOPTS=
SETUPFLAGS=
Modified: Zope3/trunk/doc/TODO.txt
===================================================================
--- Zope3/trunk/doc/TODO.txt 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/doc/TODO.txt 2005-06-27 15:48:32 UTC (rev 30931)
@@ -31,7 +31,7 @@
* 307: browser:addMenuItem and broken view references
- * 316: Zope3X test.py truncates path with dir=
+ * 316: Zope3 test.py truncates path with dir=
* 336: zpkg: defining 'zpkgsetup' resource shouldn't be necessary
Modified: Zope3/trunk/releases/Zope/README.txt
===================================================================
--- Zope3/trunk/releases/Zope/README.txt 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/releases/Zope/README.txt 2005-06-27 15:48:32 UTC (rev 30931)
@@ -55,7 +55,7 @@
change the installation directory, use the ``--prefix`` option to specify an
alternate location:
- $ ./configure --prefix /opt/ZopeX3-3.0.0
+ $ ./configure --prefix /opt/Zope-3.0.0
Configuring Zope 3 installation
@@ -85,7 +85,7 @@
python2.3 install.py -q build
python2.3 test.py -v
Running UNIT tests at level 1
- Running UNIT tests from /home/user/ZopeX3-3.0.0/build/lib.linux-i686-2.3
+ Running UNIT tests from /home/user/Zope-3.0.0/build/lib.linux-i686-2.3
[...lots of dots, one per test...]
----------------------------------------------------------------------
Ran 4510 tests in 501.389s
@@ -154,15 +154,15 @@
Build the Zope software by switching to the directory created by unpacking the
source distribution, then running the command::
- C:\ZopeX3-3.0.0> \Python23\python install.py -q build
+ C:\Zope-3.0.0> \Python23\python install.py -q build
The unit tests for the Zope software can be run once this is complete. This
is an optional step, and can take a while to complete. The tests can be run
using the command::
- C:\ZopeX3-3.0.0> \Python23\python test.py -v
+ C:\Zope-3.0.0> \Python23\python test.py -v
Running UNIT tests at level 1
- Running UNIT tests from C:\ZopeX3-3.0.0\build\lib.win32-2.3
+ Running UNIT tests from C:\Zope-3.0.0\build\lib.win32-2.3
[...lots of dots, one per test...]
----------------------------------------------------------------------
Ran 4500 tests in 501.389s
Modified: Zope3/trunk/setup.py
===================================================================
--- Zope3/trunk/setup.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/setup.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -272,7 +272,7 @@
# We're using the module docstring as the distutils descriptions.
doclines = __doc__.split("\n")
-setup(name="ZopeX3",
+setup(name="Zope",
version="3.0m5",
maintainer="Zope Corporation",
maintainer_email="zope3-dev at zope.org",
Modified: Zope3/trunk/src/zope/app/appsetup/appsetup.py
===================================================================
--- Zope3/trunk/src/zope/app/appsetup/appsetup.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/src/zope/app/appsetup/appsetup.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -109,5 +109,5 @@
],
"The database opened and process starting events have moved to "
"zope.app.appsetup.interfaces they will disappear from here in "
- "in ZopeX3.3."
+ "in Zope 3.3."
)
Modified: Zope3/trunk/src/zope/app/copypastemove/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/copypastemove/__init__.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/src/zope/app/copypastemove/__init__.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -615,7 +615,7 @@
# BBB (remove in 3.3)
warnings.warn(
"rename is deprecated and will not be supported starting in "
- "ZopeX3 3.3. Use IContainerItemRenamer(container).renameItem "
+ "Zope 3.3. Use IContainerItemRenamer(container).renameItem "
"instead.", DeprecationWarning)
IContainerItemRenamer(container).renameItem(oldid, newid)
Modified: Zope3/trunk/src/zope/app/event/objectevent.py
===================================================================
--- Zope3/trunk/src/zope/app/event/objectevent.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/src/zope/app/event/objectevent.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -175,7 +175,7 @@
if deprecated_use :
warnings.warn(
"%s is deprecated and will no-longer be supported "
- "starting in ZopeX3 3.3. Use ObjectModifiedEvent "
+ "starting in Zope 3.3. Use ObjectModifiedEvent "
"and modification descriptors instead."
% self.__class__.__name__,
DeprecationWarning)
@@ -183,7 +183,7 @@
def annotationModified(object, deprecated_use=True):
warnings.warn(
"annotationModified is deprecated and will no-longer be "
- "supported starting in ZopeX3 3.3. Use modified "
+ "supported starting in Zope 3.3. Use modified "
"and modification descriptors instead."
% self.__class__.__name__,
DeprecationWarning)
@@ -200,7 +200,7 @@
if deprecated_use :
warnings.warn(
"%s is deprecated and will no-longer be supported "
- "starting in ZopeX3 3.3. Use ObjectModifiedEvent "
+ "starting in Zope 3.3. Use ObjectModifiedEvent "
"and modification descriptors instead."
% self.__class__.__name__,
DeprecationWarning)
@@ -208,7 +208,7 @@
def contentModified(object, deprecated_use=True):
warnings.warn(
"contentModified is deprecated and will no-longer be "
- "supported starting in ZopeX3 3.3. Use modified "
+ "supported starting in Zope 3.3. Use modified "
"and modification descriptors instead."
% self.__class__.__name__,
DeprecationWarning)
Modified: Zope3/trunk/src/zope/app/security/principal.py
===================================================================
--- Zope3/trunk/src/zope/app/security/principal.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/src/zope/app/security/principal.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -36,7 +36,7 @@
"A %s instance raised a NotFoundError in "
"getPrincipals. Raising NotFoundError in this "
"method is deprecated and will no-longer be supported "
- "staring in ZopeX3 3.3. PrincipalLookupError should "
+ "staring in Zope 3.3. PrincipalLookupError should "
"be raised instead."
% auth.__class__.__name__,
DeprecationWarning)
Modified: Zope3/trunk/src/zope/app/security/vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/app/security/vocabulary.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/src/zope/app/security/vocabulary.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -157,7 +157,7 @@
"A %s instance raised a NotFoundError in "
"getPrincipals. Raising NotFoundError in this "
"method is deprecated and will no-longer be supported "
- "starting in ZopeX3 3.3. PrincipalLookupError should "
+ "starting in Zope 3.3. PrincipalLookupError should "
"be raised instead."
% auth.__class__.__name__,
DeprecationWarning)
Modified: Zope3/trunk/src/zope/app/traversing/adapters.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/adapters.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/src/zope/app/traversing/adapters.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -180,7 +180,7 @@
"A %s instance raised a NotFoundError in "
"traverse. Raising NotFoundError in this "
"method is deprecated and will no-longer be supported "
- "starting in ZopeX3 3.3. TraversalError should "
+ "starting in Zope 3.3. TraversalError should "
"be raised instead."
% traversable.__class__.__name__,
DeprecationWarning)
Modified: Zope3/trunk/src/zope/app/traversing/api.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/api.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/src/zope/app/traversing/api.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -102,7 +102,7 @@
"A %s instance raised a NotFoundError in "
"traverse. Raising NotFoundError in this "
"method is deprecated and will no-longer be supported "
- "staring in ZopeX3 3.3. TraversalError should "
+ "staring in Zope 3.3. TraversalError should "
"be raised instead."
% traverser.__class__.__name__,
DeprecationWarning)
Modified: Zope3/trunk/src/zope/app/traversing/namespace.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/namespace.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/src/zope/app/traversing/namespace.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -264,7 +264,7 @@
"A %s instance raised a NotFoundError in "
"traverse. Raising NotFoundError in this "
"method is deprecated and will no-longer be supported "
- "staring in ZopeX3 3.3. TraversalError should "
+ "staring in Zope 3.3. TraversalError should "
"be raised instead."
% traversable.__class__.__name__,
DeprecationWarning)
Modified: Zope3/trunk/src/zope/app/undo/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/undo/__init__.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/src/zope/app/undo/__init__.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -160,7 +160,7 @@
"A %s instance raised a NotFoundError in "
"getPrincipals. Raising NotFoundError in this "
"method is deprecated and will no-longer be supported "
- "staring in ZopeX3 3.3. PrincipalLookupError should "
+ "staring in Zope 3.3. PrincipalLookupError should "
"be raised instead."
% principalRegistry.__class__.__name__,
DeprecationWarning)
Modified: Zope3/trunk/src/zope/component/bbb/tests/request.py
===================================================================
--- Zope3/trunk/src/zope/component/bbb/tests/request.py 2005-06-27 11:53:09 UTC (rev 30930)
+++ Zope3/trunk/src/zope/component/bbb/tests/request.py 2005-06-27 15:48:32 UTC (rev 30931)
@@ -36,7 +36,7 @@
warnings.warn(
"The skin argument is deprecated for "
"zope.component.tests.request.Request and will go away in "
- "ZopeX3 3.3. Use zope.publisher.browser.TestRequest if "
+ "Zope 3.3. Use zope.publisher.browser.TestRequest if "
"you need to test skins.",
DeprecationWarning)
zope.interface.directlyProvides(self, skin)
More information about the Zope3-Checkins
mailing list