October 2008 Archives by thread
      
      Starting: Fri Oct  3 23:30:23 EDT 2008
         Ending: Thu Oct 30 09:35:50 EDT 2008
         Messages: 99
     
- [Zope-Checkins] SVN: Zope/trunk/ - LP #253362: Moved Zope2-specific	moudle, ZODB/Mount.py, to
 
Tres Seaver
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/zope/app/ - Fix	broken externals
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/Zope2/Startup/warnfilter.py	- Accept new-style classes as valid warning categories. Patch by
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/AccessControl/ImplC.py	- Get rid of a relative import. Python 2.6 compatibility patch, by
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/Products/PythonScripts/tests/testPythonScript.py	- This test fails with a TypeError on Python 2.6,	so adjust accordingly.
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/DocumentTemplate/ -	Some PEP-328 related changes. Need to make imports conditionally
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/AccessControl/ -	More PEP-328 changes. Make imports absolute.
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/Zope2/App/ - Raising	a string exception generates a TypeError on Python
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ LP #142667:	Updated to ZODB-3.4.5 to fix problem with product auto-refresh.
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.9/ LP #142667: Updated to	ZODB-3.6.4 to fix problem with product auto-refresh.
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.10/ LP #142667: Updated to	ZODB-3.7.3 to fix problem with product auto-refresh.
 
Tres Seaver
- [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_value
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/2.11/lib/python/Products/PythonScripts/tests/testPythonScript.py	Remove redundant copy of test.
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ LP #281156:	'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.9/ LP #281156:	'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity
 
Tres Seaver
- [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
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/2.10/ LP #281156:	'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ -	Provide a helper function to upgrade a string exception to a	real exception.
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/2.11/ LP #281156:	'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/ LP #281156:	'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity
 
Tres Seaver
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/zExceptions/__init__.py	- Use stacklevel=2 to show calling site
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ -	Change some externals to trunk while I make releases
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/zope/app/ - Stitch	in temp hack branch
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/ZServer/HTTPServer.py	- Hack around another direct usage of producer_fifo
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/zope/app/ - Update	some externals to trunk versions
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/AccessControl/ - Add	guards for 'all' and 'any',	new in Python 2.5. Add support for 'key' keyword argument to 'max'	and 'min' guards
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ -	ZODB 3.8.1b9
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ -	Convert another string exception to normal exception
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ -	Cleanup DocumentTemplate module for relative imports
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/lib/python/zope/app/ - Update	to newer zope.app.security
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/utilities/mkzopeinstance.py sha	-> hashlib
 
Andreas Jung
- [Zope-Checkins] SVN:	Zope/branches/gsoc-python-2.5/utilities/mkzopeinstance.py -	using SHA256 for new accounts
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ - Lauchpad #143736,	#271395: fixed AttributeError' on _ltid in TempStorage
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.10/ - Lauchpad #143736,	#271395: fixed AttributeError' on _ltid in TempStorage
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.11/ - Lauchpad #143736,	#271395: fixed AttributeError' on _ltid in TempStorage
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ updated to ZODB 3.8.1
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.11/doc/CHANGES.txt updated to	ZODB 3.8.1
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.11/lib/python/ updated to ZODB	3.8.1
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.11/utilities/ use the	_current_ ZODB 3.8.1 release
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.10/utilities/ using _current_	ZODB 3.7.1 release
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.10/utilities/ oops..we have	already ZODB 3.7.3
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/utilities/ using ZODB 3.8.1
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.10/utilities/ Fix ZODBTools	external so Zope 2.10 builds again.
 
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/branches/2.10/setup.py Fix script	locations for ZODB 3.7.3.
 
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/trunk/lib/python/AccessControl/ -	Launchpad #282677: fixed implementation of guarded_map and
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/2.9/lib/python/AccessControl/ -	Launchpad #282677: fixed implementation of guarded_map and
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/2.9/doc/CHANGES.txt - Record	last checkin
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/2.10/ - Launchpad #282677: fixed	implementation of guarded_map and provided
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/2.11/ - Launchpad #282677: fixed	implementation of guarded_map and provided
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/2.10/ preparing 2.10.7
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.10.7/ 'creating tag	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/tags/2.10.7 from	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/branches/2.10'
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.9/ preparing 2.9.10
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.9.10/ 'creating tag	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/tags/2.9.10 from	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/branches/2.9'
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.11/ preparing 2.11.2
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.11.2/ 'creating tag	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/tags/2.11.2 from	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/branches/2.11'
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ preparing 2.8.10
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.8.10/ 'creating tag	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/tags/2.8.10 from	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/branches/Zope-2_8-branch'
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Ensure that	response header values cannot embed CRLF pairs, which violate the
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.9/ Ensure that response header	values cannot embed CRLF pairs, which violate the
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.10/ Ensure that response	header values cannot embed CRLF pairs, which violate the
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.11/ Ensure that response	header values cannot embed CRLF pairs, which violate the
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/tags/2.11.2/ removed
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.11.2/ 'creating tag	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/tags/2.11.2 from	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/branches/2.11'
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.10.7/ removed
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.10.7/ 'creating tag	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/tags/2.10.7 from	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/branches/2.10'
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.9.10/ removed
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.9.10/ 'creating tag	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/tags/2.9.10 from	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/branches/2.9'
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.8.10/ removed
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.8.10/ 'creating tag	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/tags/2.8.10 from	svn+ssh://andreasjung at svn.zope.org/repos/main/Zope/branches/Zope-2_8-branch'
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/ - Launchpad	#280334: Fixed problem with 'timeout'
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ - Switch to newer	RestrictedPython
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ - Bump version of	zope.documenttemplate to 3.4.2
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Bump	versions of zope.app.component and zope.app.container
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/ - Merge remaining changes from	gsoc-python-2.5 branch. We now 'work' on Python 2.6
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Adjust	externals to released versions
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Got	publisher and publication backwards
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/trunk/lib/python/Products/PythonScripts/patches.py -	Since it's fixed after 2.4.5, no reason to apply the patch otherwise
 
Sidnei da Silva
- [Zope-Checkins] SVN:	Zope/trunk/lib/python/Products/ZCatalog/Catalog.py removed	unused local variable
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ - Revert to an	older zope.testing. New one is way too new
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Newer	zope.app.appsetup
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/utilities/mkzopeinstance.py Make	the SHA usage in mkzopeinstance a conditional import. Re-adds	Python2.4 compatibility
 
Matthew Wilkes
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/HTTPServer.py -	Make it work with Python 2.4 too
 
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/2.11/doc/CHANGES.txt update
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.10/doc/CHANGES.txt update
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.9/doc/CHANGES.txt update
 
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	update
 
Andreas Jung
- [Zope-Checkins] SVN:	Zope/trunk/lib/python/AccessControl/tests/actual_python.py	'any' and 'all' are not builtins in Python 2.4.
 
Tres Seaver
- [Zope-Checkins] SVN:	Zope/trunk/lib/python/AccessControl/tests/testZopeGuards.py	Clean up imports;	skip testing 'key' argument to min/max in Python < 2.5.
 
Tres Seaver
- [Zope-Checkins] SVN:	Zope/trunk/lib/python/DocumentTemplate/DT_Raise.py Import cleanup
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/ Actually	land the CRLF response header fix.
 
Tres Seaver
- [Zope-Checkins] SVN:	Zope/trunk/lib/python/AccessControl/tests/actual_python.py Typo.
 
Tres Seaver
- [Zope-Checkins] SVN:	Zope/trunk/lib/python/AccessControl/tests/testZopeGuards.py	Pass key as positional, rather than keyword, to get passing on 2.5.
 
Tres Seaver
- [Zope-Checkins] SVN:	Zope/trunk/lib/python/AccessControl/tests/testZopeGuards.py	Make test actually exercise guards in Python 2.5.
 
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Note change
 
Tres Seaver
- [Zope-Checkins] SVN:	Zope/branches/2.11/lib/python/Testing/ZopeTestCase/doc/	Reverted r89899 (version bump).
 
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/branches/2.11/ Repair changelog faux pas.
 
Stefan H. Holek
- [Zope-Checkins] SVN:	Zope/trunk/lib/python/Testing/ZopeTestCase/doc/ Reverted	r89900 (version bump).
 
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/trunk/ Repair changelog mishap.
 
Stefan H. Holek
- [Zope-Checkins] SVN:	Zope/trunk/lib/python/Products/PythonScripts/patches.py Fix	version check. See second comment here:	https://bugs.launchpad.net/zope2/+bug/257276
 
Stefan H. Holek
    
      Last message date: 
       Thu Oct 30 09:35:50 EDT 2008
    Archived on: Thu Oct 30 09:36:40 EDT 2008
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).