[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/OFS/ - Avoid raising string exceptions. If one is found, upgrade it to InternalError and keep the original exception name as part of exc_v

2008-10-10 Thread Sidnei da Silva
Log message for revision 91977: - Avoid raising string exceptions. If one is found, upgrade it to InternalError and keep the original exception name as part of exc_value Changed: U Zope/branches/gsoc-python-2.5/lib/python/OFS/CopySupport.py U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ LP #281156: 'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity

2008-10-10 Thread Tres Seaver
Log message for revision 91979: LP #281156: 'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity for failed imports, obscuring later attempts to import the same broken module. 'AccessControl.ZopeGuards.guarded_import' mapped some Unauthorized exceptions onto ImportErrors:

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ZServer/ - Temporary workaround for new asyncore in Python 2.6. Need to clean this up

2008-10-10 Thread Sidnei da Silva
Log message for revision 91981: - Temporary workaround for new asyncore in Python 2.6. Need to clean this up Changed: U Zope/branches/gsoc-python-2.5/lib/python/ZServer/HTTPServer.py U Zope/branches/gsoc-python-2.5/lib/python/ZServer/medusa/http_server.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ - Provide a helper function to upgrade a string exception to a real exception.

2008-10-10 Thread Sidnei da Silva
Log message for revision 91983: - Provide a helper function to upgrade a string exception to a real exception. Changed: U Zope/branches/gsoc-python-2.5/lib/python/DocumentTemplate/DT_Raise.py U Zope/branches/gsoc-python-2.5/lib/python/OFS/SimpleItem.py U

[Zope-Checkins] SVN: Zope/branches/2.11/ LP #281156: 'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity

2008-10-10 Thread Tres Seaver
Log message for revision 91984: LP #281156: 'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity for failed imports, obscuring later attempts to import the same broken module. 'AccessControl.ZopeGuards.guarded_import' mapped some Unauthorized exceptions onto ImportErrors:

[Zope-Checkins] SVN: Zope/trunk/ LP #281156: 'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity

2008-10-10 Thread Tres Seaver
Log message for revision 91985: LP #281156: 'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity for failed imports, obscuring later attempts to import the same broken module. 'AccessControl.ZopeGuards.guarded_import' mapped some Unauthorized exceptions onto ImportErrors:

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/zExceptions/__init__.py - Use stacklevel=2 to show calling site

2008-10-10 Thread Sidnei da Silva
Log message for revision 91986: - Use stacklevel=2 to show calling site Changed: U Zope/branches/gsoc-python-2.5/lib/python/zExceptions/__init__.py -=- Modified: Zope/branches/gsoc-python-2.5/lib/python/zExceptions/__init__.py