[Zope-Checkins] CVS: Packages/App - Management.py:1.61.68.5

2005-07-05 Thread Chris McDonough
Update of /cvs-repository/Packages/App In directory cvs.zope.org:/tmp/cvs-serv20396 Modified Files: Tag: Zope-2_7-branch Management.py Log Message: Remove two bare except: clauses and comment on another. === Packages/App/Management.py 1.61.68.4 => 1.61.68.5 === --- Packages/App/M

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/App/Management.py Remove bare except: clauses.

2005-07-05 Thread Chris McDonough
Log message for revision 31019: Remove bare except: clauses. Changed: U Zope/branches/Zope-2_8-branch/lib/python/App/Management.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/App/Management.py === --- Zope/bran

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/Management.py Remove bare except: clauses.

2005-07-05 Thread Chris McDonough
Log message for revision 31018: Remove bare except: clauses. Changed: U Zope/trunk/lib/python/App/Management.py -=- Modified: Zope/trunk/lib/python/App/Management.py === --- Zope/trunk/lib/python/App/Management.py 2005-0

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/ Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to

2005-07-05 Thread Chris McDonough
Log message for revision 31015: Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to collector 1828 which was already marked as resolved. Changed: U Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py U Zope/branches/Zope-2_8-br

[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/ Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to collector 1828 which was already marked as resolved.

2005-07-05 Thread Chris McDonough
Log message for revision 31014: Tim pointed out that loadEx is supposed to return a 3-tuple. This is related to collector 1828 which was already marked as resolved. Changed: U Zope/trunk/lib/python/tempstorage/TemporaryStorage.py U Zope/trunk/lib/python/tempstorage/tests/testTempora

[Zope-Checkins] CVS: Packages/ZEO - __init__.py:1.19.4.27 version.txt:1.9.4.26

2005-07-05 Thread Tim Peters
Update of /cvs-repository/Packages/ZEO In directory cvs.zope.org:/tmp/cvs-serv27485/ZEO Modified Files: Tag: Zope-2_7-branch __init__.py version.txt Log Message: An internal 3.2.9b3 release. === Packages/ZEO/__init__.py 1.19.4.26 => 1.19.4.27 === --- Packages/ZEO/__init__.py:1.19.

[Zope-Checkins] CVS: Packages/ZODB - __init__.py:1.23.4.27

2005-07-05 Thread Tim Peters
Update of /cvs-repository/Packages/ZODB In directory cvs.zope.org:/tmp/cvs-serv27485/ZODB Modified Files: Tag: Zope-2_7-branch __init__.py Log Message: An internal 3.2.9b3 release. === Packages/ZODB/__init__.py 1.23.4.26 => 1.23.4.27 === --- Packages/ZODB/__init__.py:1.23.4.26 Fri

[Zope-Checkins] CVS: Packages/BTrees - BTreeTemplate.c:1.74.8.1 BucketTemplate.c:1.54.4.2

2005-07-05 Thread Tim Peters
Update of /cvs-repository/Packages/BTrees In directory cvs.zope.org:/tmp/cvs-serv26910/BTrees Modified Files: Tag: Zope-2_7-branch BTreeTemplate.c BucketTemplate.c Log Message: Collector 1831. The BTree minKey() and maxKey() methods gave a misleading message if no key satisfying th

[Zope-Checkins] CVS: Packages/BTrees/tests - testBTrees.py:1.51.8.3

2005-07-05 Thread Tim Peters
Update of /cvs-repository/Packages/BTrees/tests In directory cvs.zope.org:/tmp/cvs-serv26910/BTrees/tests Modified Files: Tag: Zope-2_7-branch testBTrees.py Log Message: Collector 1831. The BTree minKey() and maxKey() methods gave a misleading message if no key satisfying the const

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/ Collector #1832: UnIndex swallowed ConflictErrors (bare 'except:' is evil).

2005-07-05 Thread Tres Seaver
Log message for revision 31009: Collector #1832: UnIndex swallowed ConflictErrors (bare 'except:' is evil). Changed: U Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py A Zope/trunk/lib/python/Products/PluginIndexes/common/tests/ A Zope/trunk/lib/python/Products/PluginI

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ merged r30999:r31005 from Zope-2_8-branch:

2005-07-05 Thread Yvo Schubbe
Log message for revision 31008: merged r30999:r31005 from Zope-2_8-branch: - removed all Five dependencies introduced in r30996 (this fixes the infinite loop issue, but adds redundant interface definitions because we can't use Five's bridging code) Changed: U Zope/trunk/lib/python/

[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.341

2005-07-05 Thread Tres Seaver
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv5467/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: Collector #1832: UnIndex swallowed ConflictErrors (bare 'except:' is evil). === Zope/doc/CHANGES.txt 1.625.2.340 => 1.625.2.341 === ---

[Zope-Checkins] CVS: Products/PluginIndexes/common - UnIndex.py:1.20.2.8

2005-07-05 Thread Tres Seaver
Update of /cvs-repository/Products/PluginIndexes/common In directory cvs.zope.org:/tmp/cvs-serv5467/lib/python/Products/PluginIndexes/common Modified Files: Tag: Zope-2_7-branch UnIndex.py Log Message: Collector #1832: UnIndex swallowed ConflictErrors (bare 'except:' is evil). =

[Zope-Checkins] CVS: Products/PluginIndexes/common/tests - __init__.py:1.1.2.1 test_UnIndex.py:1.1.2.1

2005-07-05 Thread Tres Seaver
Update of /cvs-repository/Products/PluginIndexes/common/tests In directory cvs.zope.org:/tmp/cvs-serv5467/lib/python/Products/PluginIndexes/common/tests Added Files: Tag: Zope-2_7-branch __init__.py test_UnIndex.py Log Message: Collector #1832: UnIndex swallowed ConflictErrors (ba

[Zope-Checkins] CVS: Products/PluginIndexes/common/tests Products/PluginIndexes/common/tests - New directory

2005-07-05 Thread Tres Seaver
Update of /cvs-repository/Products/PluginIndexes/common/tests In directory cvs.zope.org:/tmp/cvs-serv2422/lib/python/Products/PluginIndexes/common/tests Log Message: Directory /cvs-repository/Products/PluginIndexes/common/tests added to the repository --> Using per-directory sticky tag `Zope-2_7

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Collector #1832: UnIndex swallowed ConflictErrors (bare 'except:' is evil).

2005-07-05 Thread Tres Seaver
Log message for revision 31006: Collector #1832: UnIndex swallowed ConflictErrors (bare 'except:' is evil). Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/common/UnIndex.py A Zope/branches/Zope-2_8-branch/

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ reverted r30999, removed all Five dependencies introduced in r30994

2005-07-05 Thread Yvo Schubbe
Log message for revision 31005: reverted r30999, removed all Five dependencies introduced in r30994 (this fixes the infinite loop issue, but adds redundant interface definitions because we can't use Five's bridging code) Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/Plugin

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ partially reverted r30994 to avoid infinite import loops

2005-07-05 Thread Yvo Schubbe
Log message for revision 30999: partially reverted r30994 to avoid infinite import loops Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py U Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateRangeIndex/tests/t