[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/Catalog.py added comment to weird code

2005-11-02 Thread Andreas Jung
Log message for revision 39804: added comment to weird code Changed: U Zope/trunk/lib/python/Products/ZCatalog/Catalog.py -=- Modified: Zope/trunk/lib/python/Products/ZCatalog/Catalog.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ transaction.commit(1) is deprecated in favor of transaction.savepoint().

2005-11-02 Thread Stefan H. Holek
Log message for revision 39807: transaction.commit(1) is deprecated in favor of transaction.savepoint(). Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U Zope/trunk/lib/python/Testing/ZopeTestCase/testZODBCompat.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/releases/Zope2/SETUP.cfg the skeleton dir is called differently in zope 2

2005-11-02 Thread Philipp von Weitershausen
Log message for revision 39813: the skeleton dir is called differently in zope 2 Changed: U Zope/branches/philikon-zope32-integration/releases/Zope2/SETUP.cfg -=- Modified: Zope/branches/philikon-zope32-integration/releases/Zope2/SETUP.cfg

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/PropertySheets.py - always look for WriteLockInterface *and* IWriteLock (the z3 version of the same interface)

2005-11-02 Thread Yvo Schubbe
Log message for revision 39808: - always look for WriteLockInterface *and* IWriteLock (the z3 version of the same interface) Changed: U Zope/trunk/lib/python/OFS/PropertySheets.py -=- Modified: Zope/trunk/lib/python/OFS/PropertySheets.py

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/releases/Zope2.map whitespace

2005-11-02 Thread Philipp von Weitershausen
Log message for revision 39814: whitespace Changed: U Zope/branches/philikon-zope32-integration/releases/Zope2.map -=- Modified: Zope/branches/philikon-zope32-integration/releases/Zope2.map === ---

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/releases/Zope2.map fix up the syntax of this thing.

2005-11-02 Thread Philipp von Weitershausen
Log message for revision 39810: fix up the syntax of this thing. also removed duplicate entry on docutils Changed: U Zope/branches/philikon-zope32-integration/releases/Zope2.map -=- Modified: Zope/branches/philikon-zope32-integration/releases/Zope2.map

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/releases/Zope2.map made the wrong one the module

2005-11-02 Thread Philipp von Weitershausen
Log message for revision 39817: made the wrong one the module Changed: U Zope/branches/philikon-zope32-integration/releases/Zope2.map -=- Modified: Zope/branches/philikon-zope32-integration/releases/Zope2.map === ---

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py Work correctly with event dispatching:

2005-11-02 Thread Florent Guillaume
Log message for revision 39820: Work correctly with event dispatching: - mark a test class as deprecated, - use a container class that implements IItem. Changed: U Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py Move code inside try/except.

2005-11-02 Thread Florent Guillaume
Log message for revision 39829: Move code inside try/except. Changed: U Zope/branches/philikon-zope32-integration/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/ Incorporated test runner bug fixes:

2005-11-02 Thread Jim Fulton
Log message for revision 39833: Incorporated test runner bug fixes: - --verbose --progress didn't do what people expected - --module matched module file paths rather than module dotted names - Positional arguments weren't handled correctly Changed the test-runner script,

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py Don't recurse explicitely, and shut up deprecation warnings.

2005-11-02 Thread Florent Guillaume
Log message for revision 39835: Don't recurse explicitely, and shut up deprecation warnings. Changed: U Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py -=- Modified: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/ Moved more stuff from Five into Zope itself.

2005-11-02 Thread Florent Guillaume
Log message for revision 39846: Moved more stuff from Five into Zope itself. Event interfaces are now in OFS.interfaces. IFiveObjectClonedEvent has been renamed into IObjectClonedEvent. Changed: U Zope/branches/philikon-zope32-integration/lib/python/OFS/CopySupport.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/webdav/ - converted LockItemInterface to z3 and bridged it back

2005-11-02 Thread Yvo Schubbe
Log message for revision 39857: - converted LockItemInterface to z3 and bridged it back Changed: UU Zope/trunk/lib/python/webdav/LockItem.py U Zope/trunk/lib/python/webdav/Lockable.py U Zope/trunk/lib/python/webdav/WriteLockInterface.py U