[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Wrap long lines.

2008-05-31 Thread Tres Seaver
Log message for revision 87082:
  Wrap long lines.

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2008-05-31 18:17:31 UTC (rev 87081)
+++ Zope/trunk/doc/CHANGES.txt  2008-05-31 18:33:11 UTC (rev 87082)
@@ -94,30 +94,32 @@
 possible to mix ZTC and non-ZTC tests much more freely.
 
   - Testing/custom_zodb.py: added support use a different storage other
-than DemoStorage. A dedicated FileStorage can be mount by setting the
-$TEST_FILESTORAGE environment variable to a custom Data.fs file.  A 
-ZEO server can be configured using the $TEST_ZEO_HOST and 
-$TEST_ZEO_PORT environment variables. This new functionality allows us
-to use the standard Zope testrunner for writing and running tests
-against existing Zope installations.
+than DemoStorage. A dedicated FileStorage can be mount by setting
+the $TEST_FILESTORAGE environment variable to a custom Data.fs
+file.  A ZEO server can be configured using the $TEST_ZEO_HOST and
+$TEST_ZEO_PORT environment variables. This new functionality allows
+us to use the standard Zope testrunner for writing and running
+tests against existing Zope installations.
 
   - The ZPublisher HTTP request has now both the debug and locale
-attributes available, like its Zope 3 counterpart. The debug attribute
-was so far limited to code from the zope.* namespace in order to make
-the Zope 3 ZPT engine work. The locale attribute provides access to an
-zope.i18n.interfaces.locales.ILocale object with access to locale
-related information like date / time formatting or translated language
-and country names. Form variables of both debug and locale will shadow
-these two attributes and their use is therefor discouraged.
+attributes available, like its Zope 3 counterpart. The debug
+attribute was so far limited to code from the zope.* namespace in
+order to make the Zope 3 ZPT engine work. The locale attribute
+provides access to an zope.i18n.interfaces.locales.ILocale object
+with access to locale related information like date / time
+formatting or translated language and country names. Form variables
+of both debug and locale will shadow these two attributes and their
+use is therefor discouraged.
 
-  - MailHost: now uses zope.sendmail for delivering the mail. With this 
change
-MailHost integrates with the Zope transaction system (avoids sending 
dupe
-emails in case of conflict errors). In addition MailHost now provides 
-support for asynchronous mail delivery. The 'Use queue' configuration 
-option will create a mail queue on the filesystem (under 
-'Queue directory') and start a queue thread that checks the queue every
-three seconds. This decouples the sending of mail from its delivery.
-In addition MailHosts now supports encrypted connections through 
TLS/SSL.
+  - MailHost: now uses zope.sendmail for delivering the mail. With this
+change MailHost integrates with the Zope transaction system (avoids
+sending dupe emails in case of conflict errors). In addition
+MailHost now provides support for asynchronous mail delivery. The
+'Use queue' configuration option will create a mail queue on the
+filesystem (under 'Queue directory') and start a queue thread that
+checks the queue every three seconds. This decouples the sending of
+mail from its delivery.  In addition MailHosts now supports
+encrypted connections through TLS/SSL.
 
   - integrated ZODB 3.8
 
@@ -140,24 +142,26 @@
 
   - PythonScripts: allow usage of Python's 'sets' module
 
-  - added 'fast_listen' directive to http-server and webdav-source-server
-sections in etc/zope.conf in order to defer the opening of the sockets
-until the late startup phase. This in in particular useful when running
-Zope behind a loadbalancer (patch by Patrick Gerken).
+  - added 'fast_listen' directive to http-server and
+webdav-source-server sections in etc/zope.conf in order to defer
+the opening of the sockets until the late startup phase. This in in
+particular useful when running Zope behind a loadbalancer (patch by
+Patrick Gerken).
 
   - the ZopePageTemplate implementation now uses unicode internally.
-Non-unicode instances are migrated on-the-fly to unicode. However this
-will work only properly for ZPT instances formerly encoded as utf-8 or
-ISO-8859-15. For other encodings you might set the environment variable
-ZPT_REFERRED_ENCODING to insert your preferred encoding in front of
-utf-8 and ISO-8859-15 within the encoding sniffer 

[Zope-Checkins] SVN: Zope/trunk/ Switch to branch of 'zope.testbrowser' external which suppresses over-the-wire tests.

2008-05-31 Thread Tres Seaver
Log message for revision 87083:
  Switch to branch of 'zope.testbrowser' external which suppresses 
over-the-wire tests.
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt
  _U  Zope/trunk/lib/python/zope/

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2008-05-31 18:33:11 UTC (rev 87082)
+++ Zope/trunk/doc/CHANGES.txt  2008-05-31 18:34:13 UTC (rev 87083)
@@ -198,6 +198,9 @@
 
 Bugs Fixed
 
+  - Switch to branch of 'zope.testbrowser' external which suppresses
+over-the-wire tests.
+
   - Launchpad #164783: Indexes were migrated on initial creation of a
 ZODB.
 


Property changes on: Zope/trunk/lib/python/zope
___
Name: svn:externals
   - annotation   
svn://svn.zope.org/repos/main/zope.annotation/tags/3.4.0/src/zope/annotation
cachedescriptors 
svn://svn.zope.org/repos/main/zope.cachedescriptors/tags/3.4.0/src/zope/cachedescriptors
component
svn://svn.zope.org/repos/main/zope.component/tags/3.4.0/src/zope/component
configuration
svn://svn.zope.org/repos/main/zope.configuration/tags/3.4.0/src/zope/configuration
contentprovider  
svn://svn.zope.org/repos/main/zope.contentprovider/tags/3.4.0/src/zope/contentprovider
contenttype  
svn://svn.zope.org/repos/main/zope.contenttype/tags/3.4.0/src/zope/contenttype
copypastemove
svn://svn.zope.org/repos/main/zope.copypastemove/tags/3.4.0/src/zope/copypastemove
datetime 
svn://svn.zope.org/repos/main/zope.datetime/tags/3.4.0/src/zope/datetime
decorator
svn://svn.zope.org/repos/main/zope.decorator/tags/3.4.0/src/zope/decorator
deferredimport   
svn://svn.zope.org/repos/main/zope.deferredimport/tags/3.4.0/src/zope/deferredimport
deprecation  
svn://svn.zope.org/repos/main/zope.deprecation/tags/3.4.0/src/zope/deprecation
documenttemplate 
svn://svn.zope.org/repos/main/zope.documenttemplate/tags/3.4.0/src/zope/documenttemplate
dottedname   
svn://svn.zope.org/repos/main/zope.dottedname/tags/3.4.2/src/zope/dottedname
dublincore   
svn://svn.zope.org/repos/main/zope.dublincore/tags/3.4.0/src/zope/dublincore
error
svn://svn.zope.org/repos/main/zope.error/tags/3.5.1/src/zope/error
event
svn://svn.zope.org/repos/main/zope.event/tags/3.4.0/src/zope/event
exceptions   
svn://svn.zope.org/repos/main/zope.exceptions/tags/3.4.0/src/zope/exceptions
filerepresentation   
svn://svn.zope.org/repos/main/zope.filerepresentation/tags/3.4.0/src/zope/filerepresentation
formlib  
svn://svn.zope.org/repos/main/zope.formlib/tags/3.4.0/src/zope/formlib
hookable 
svn://svn.zope.org/repos/main/zope.hookable/tags/3.4.0/src/zope/hookable
i18nmessageid
svn://svn.zope.org/repos/main/zope.i18nmessageid/tags/3.4.3/src/zope/i18nmessageid
i18n 
svn://svn.zope.org/repos/main/zope.i18n/tags/3.4.0/src/zope/i18n
index
svn://svn.zope.org/repos/main/zope.index/tags/3.4.1/src/zope/index
interface
svn://svn.zope.org/repos/main/zope.interface/tags/3.4.1/src/zope/interface
lifecycleevent   
svn://svn.zope.org/repos/main/zope.lifecycleevent/tags/3.4.0/src/zope/lifecycleevent
location 
svn://svn.zope.org/repos/main/zope.location/tags/3.4.0/src/zope/location
minmax   
svn://svn.zope.org/repos/main/zope.minmax/tags/1.1.0/src/zope/minmax
modulealias  
svn://svn.zope.org/repos/main/zope.modulealias/tags/3.4.0/src/zope/modulealias
pagetemplate 
svn://svn.zope.org/repos/main/zope.pagetemplate/tags/3.4.0/src/zope/pagetemplate
proxy
svn://svn.zope.org/repos/main/zope.proxy/tags/3.4.0/src/zope/proxy
publisher
svn://svn.zope.org/repos/main/zope.publisher/tags/3.4.2/src/zope/publisher
rdb  
svn://svn.zope.org/repos/main/zope.rdb/tags/3.4.0/src/zope/rdb
schema   
svn://svn.zope.org/repos/main/zope.schema/tags/3.4.0/src/zope/schema
security 
svn://svn.zope.org/repos/main/zope.security/tags/3.4.0/src/zope/security
sequencesort 
svn://svn.zope.org/repos/main/zope.sequencesort/tags/3.4.0/src/zope/sequencesort
sendmail 
svn://svn.zope.org/repos/main/zope.sendmail/tags/3.4.0/src/zope/sendmail
server   
svn://svn.zope.org/repos/main/zope.server/tags/3.4.1/src/zope/server
session  
svn://svn.zope.org/repos/main/zope.session/tags/3.4.1/src/zope/session
size 
svn://svn.zope.org/repos/main/zope.size/tags/3.4.0/src/zope/size
securitypolicy   
svn://svn.zope.org/repos/main/zope.securitypolicy/tags/3.4.0/src/zope/securitypolicy
structuredtext   
svn://svn.zope.org/repos/main/zope.structuredtext/tags/3.4.0/src/zope/structuredtext
tales
svn://svn.zope.org/repos/main/zope.tales/tags/3.4.0/src/zope/tales
tal