[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/ Update to mechanize 0.10.
Tres Seaver
tseaver at palladion.com
Mon Dec 8 11:10:15 EST 2008
Log message for revision 93787:
Update to mechanize 0.10.
o Fix fragile doctest for changed traceback.
o Drop never-releaesed '_seek' feature from
Products.Five.testbrowser.PublisherMechanizeBrowser.
Changed:
U Zope/branches/2.11/lib/python/Products/Five/form/tests/forms.txt
U Zope/branches/2.11/lib/python/Products/Five/testbrowser.py
_U Zope/branches/2.11/lib/python/zope/
-=-
Modified: Zope/branches/2.11/lib/python/Products/Five/form/tests/forms.txt
===================================================================
--- Zope/branches/2.11/lib/python/Products/Five/form/tests/forms.txt 2008-12-08 15:50:57 UTC (rev 93786)
+++ Zope/branches/2.11/lib/python/Products/Five/form/tests/forms.txt 2008-12-08 16:10:14 UTC (rev 93787)
@@ -41,8 +41,8 @@
>>> browser.open("http://localhost/test_folder_1_/ftf/+/protectedaddform.html")
Traceback (most recent call last):
- ...
- HTTPError: HTTP Error 401: Unauthorized
+ ...
+ httperror_seek_wrapper: HTTP Error 401: Unauthorized
For a protected one we need a manager account:
Modified: Zope/branches/2.11/lib/python/Products/Five/testbrowser.py
===================================================================
--- Zope/branches/2.11/lib/python/Products/Five/testbrowser.py 2008-12-08 15:50:57 UTC (rev 93786)
+++ Zope/branches/2.11/lib/python/Products/Five/testbrowser.py 2008-12-08 16:10:14 UTC (rev 93787)
@@ -86,13 +86,13 @@
default_others = ['_http_error', '_http_request_upgrade',
'_http_default_error']
default_features = ['_redirect', '_cookies', '_referer', '_refresh',
- '_equiv', '_basicauth', '_digestauth', '_seek' ]
+ '_equiv', '_basicauth', '_digestauth' ]
def __init__(self, *args, **kws):
inherited_handlers = ['_unknown', '_http_error',
'_http_request_upgrade', '_http_default_error', '_basicauth',
'_digestauth', '_redirect', '_cookies', '_referer',
- '_refresh', '_equiv', '_seek', '_gzip']
+ '_refresh', '_equiv', '_gzip']
self.handler_classes = {"http": PublisherHTTPHandler}
for name in inherited_handlers:
Property changes on: Zope/branches/2.11/lib/python/zope
___________________________________________________________________
Modified: 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.0/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.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.3/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 svn://svn.zope.org/repos/main/zope.tal/tags/3.4.0/src/zope/tal
testbrowser svn://svn.zope.org/repos/main/zope.testbrowser/tags/3.4.1/src/zope/testbrowser
testing svn://svn.zope.org/repos/main/zope.testing/tags/3.5.3/src/zope/testing
thread svn://svn.zope.org/repos/main/zope.thread/tags/3.4/src/zope/thread
traversing svn://svn.zope.org/repos/main/zope.traversing/tags/3.4.0/src/zope/traversing
viewlet svn://svn.zope.org/repos/main/zope.viewlet/tags/3.4.2/src/zope/viewlet
wfmc svn://svn.zope.org/repos/main/zope.wfmc/tags/3.4.0/src/zope/wfmc
+ 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.0/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.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.3/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 svn://svn.zope.org/repos/main/zope.tal/tags/3.4.0/src/zope/tal
testbrowser svn://svn.zope.org/repos/main/zope.testbrowser/tags/3.4.2-zope2/src/zope/testbrowser
testing svn://svn.zope.org/repos/main/zope.testing/tags/3.5.3/src/zope/testing
thread svn://svn.zope.org/repos/main/zope.thread/tags/3.4/src/zope/thread
traversing svn://svn.zope.org/repos/main/zope.traversing/tags/3.4.0/src/zope/traversing
viewlet svn://svn.zope.org/repos/main/zope.viewlet/tags/3.4.2/src/zope/viewlet
wfmc svn://svn.zope.org/repos/main/zope.wfmc/tags/3.4.0/src/zope/wfmc
More information about the Zope-Checkins
mailing list