[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/branches/gsoc-python-2.5/lib/python/OF

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/Products/PythonScripts/tests/testPythonScript.py Remove redundant copy of test.

2008-10-10 Thread Tres Seaver
Log message for revision 91978: Remove redundant copy of test. Changed: U Zope/branches/2.11/lib/python/Products/PythonScripts/tests/testPythonScript.py -=- Modified: Zope/branches/2.11/lib/python/Products/PythonScripts/tests/testPythonScript.py ===

[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: d

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

2008-10-10 Thread Tres Seaver
Log message for revision 91980: 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: d

[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/branches/gs

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

2008-10-10 Thread Tres Seaver
Log message for revision 91982: 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: d

[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/branches/gsoc-python-2

[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: d

[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: d

[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 ===

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ - Change some externals to trunk while I make releases

2008-10-10 Thread Sidnei da Silva
Log message for revision 91992: - Change some externals to trunk while I make releases Changed: _U Zope/branches/gsoc-python-2.5/lib/python/ _U Zope/branches/gsoc-python-2.5/lib/python/zope/ -=- Property changes on: Zope/branches/gsoc-python-2.5/lib/python __

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ZServer/HTTPServer.py - Hack around another direct usage of producer_fifo

2008-10-10 Thread Sidnei da Silva
Log message for revision 92023: - Hack around another direct usage of producer_fifo Changed: U Zope/branches/gsoc-python-2.5/lib/python/ZServer/HTTPServer.py -=- Modified: Zope/branches/gsoc-python-2.5/lib/python/ZServer/HTTPServer.py ===

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/zope/app/ - Stitch in temp hack branch

2008-10-10 Thread Sidnei da Silva
Log message for revision 92022: - Stitch in temp hack branch Changed: _U Zope/branches/gsoc-python-2.5/lib/python/zope/app/ -=- Property changes on: Zope/branches/gsoc-python-2.5/lib/python/zope/app ___ Name: svn:externals