[Zope3-checkins] CVS: Zope3 - MANIFEST:1.6
Jeremy Hylton
jeremy@zope.com
Sat, 21 Dec 2002 08:24:19 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv15869
Modified Files:
MANIFEST
Log Message:
Update to latest CVS
=== Zope3/MANIFEST 1.5 => 1.6 ===
--- Zope3/MANIFEST:1.5 Thu Dec 19 19:36:24 2002
+++ Zope3/MANIFEST Sat Dec 21 08:24:19 2002
@@ -124,12 +124,8 @@
lib/python/Persistence/Cache.py
lib/python/Persistence/Class.py
lib/python/Persistence/Function.py
-lib/python/Persistence/ICache.py
-lib/python/Persistence/IPersistent.py
-lib/python/Persistence/IPersistentDataManager.py
lib/python/Persistence/IPersistentModuleManager.py
lib/python/Persistence/IPersistentModuleRegistry.py
-lib/python/Persistence/Maintainer.txt
lib/python/Persistence/Module.py
lib/python/Persistence/PersistentDict.py
lib/python/Persistence/PersistentList.py
@@ -138,15 +134,13 @@
lib/python/Persistence/cPersistence.c
lib/python/Persistence/cPersistence.h
lib/python/Persistence/cPersistenceAPI.h
-lib/python/Persistence/notes.txt
+lib/python/Persistence/interfaces.py
lib/python/Persistence/patch.py
lib/python/Persistence/setup.py
lib/python/Persistence/BTrees/BTreeItemsTemplate.c
lib/python/Persistence/BTrees/BTreeModuleTemplate.c
lib/python/Persistence/BTrees/BTreeTemplate.c
lib/python/Persistence/BTrees/BucketTemplate.c
-lib/python/Persistence/BTrees/CustomPickle.py
-lib/python/Persistence/BTrees/Exception.py
lib/python/Persistence/BTrees/IIBTree.py
lib/python/Persistence/BTrees/IOBTree.py
lib/python/Persistence/BTrees/Interfaces.py
@@ -187,13 +181,10 @@
lib/python/Persistence/tests/testpatch.py
lib/python/ThreadedAsync/LoopCallback.py
lib/python/ThreadedAsync/__init__.py
-lib/python/Transaction/Exceptions.py
-lib/python/Transaction/IDataManager.py
-lib/python/Transaction/ITransaction.py
lib/python/Transaction/Manager.py
lib/python/Transaction/Transaction.py
lib/python/Transaction/__init__.py
-lib/python/Transaction/_defaultTransaction.py
+lib/python/Transaction/interfaces.py
lib/python/Transaction/tests/__init__.py
lib/python/Transaction/tests/abstestIDataManager.py
lib/python/ZConfig/ApacheStyle.py
@@ -228,13 +219,11 @@
lib/python/ZEO/runsvr.py
lib/python/ZEO/simul.py
lib/python/ZEO/stats.py
-lib/python/ZEO/trigger.py
lib/python/ZEO/util.py
lib/python/ZEO/version.txt
lib/python/ZEO/tests/Cache.py
lib/python/ZEO/tests/CommitLockTests.py
lib/python/ZEO/tests/ConnectionTests.py
-lib/python/ZEO/tests/TestThread.py
lib/python/ZEO/tests/ThreadTests.py
lib/python/ZEO/tests/__init__.py
lib/python/ZEO/tests/forker.py
@@ -261,8 +250,6 @@
lib/python/ZODB/DB.py
lib/python/ZODB/ExportImport.py
lib/python/ZODB/FileStorage.py
-lib/python/ZODB/IConnection.py
-lib/python/ZODB/IZTransaction.py
lib/python/ZODB/MappingStorage.py
lib/python/ZODB/POSException.py
lib/python/ZODB/Serialize.py
@@ -277,6 +264,7 @@
lib/python/ZODB/fsIndex.py
lib/python/ZODB/fsdump.py
lib/python/ZODB/fsrecover.py
+lib/python/ZODB/interfaces.py
lib/python/ZODB/lock_file.py
lib/python/ZODB/setup.py
lib/python/ZODB/utils.py
@@ -476,7 +464,6 @@
lib/python/Zope/App/OFS/ApplicationControl/__init__.py
lib/python/Zope/App/OFS/ApplicationControl/configure.zcml
lib/python/Zope/App/OFS/ApplicationControl/meta.zcml
-lib/python/Zope/App/OFS/ApplicationControl/metaConfigure.py
lib/python/Zope/App/OFS/ApplicationControl/ServerControl/IServerControl.py
lib/python/Zope/App/OFS/ApplicationControl/ServerControl/ServerControl.py
lib/python/Zope/App/OFS/ApplicationControl/ServerControl/__init__.py
@@ -498,7 +485,6 @@
lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/RuntimeInfoView.py
lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/__init__.py
lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/configure.zcml
-lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/index.pt
lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/runtimeinfo.pt
lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/tests/__init__.py
lib/python/Zope/App/OFS/ApplicationControl/Views/Browser/tests/testRuntimeInfoView.py
@@ -548,8 +534,11 @@
lib/python/Zope/App/OFS/Container/Views/Browser/tests/__init__.py
lib/python/Zope/App/OFS/Container/Views/Browser/tests/testAdding.py
lib/python/Zope/App/OFS/Container/Views/Browser/tests/testContents.py
+lib/python/Zope/App/OFS/Container/Views/VFS/Adding.py
+lib/python/Zope/App/OFS/Container/Views/VFS/ContainerTraverser.py
lib/python/Zope/App/OFS/Container/Views/VFS/VFSContainerView.py
lib/python/Zope/App/OFS/Container/Views/VFS/__init__.py
+lib/python/Zope/App/OFS/Container/Views/VFS/configure.zcml
lib/python/Zope/App/OFS/Container/tests/BaseTestIZopeItemContainer.py
lib/python/Zope/App/OFS/Container/tests/__init__.py
lib/python/Zope/App/OFS/Container/tests/testContainerTraversable.py
@@ -570,6 +559,10 @@
lib/python/Zope/App/OFS/Content/DTMLPage/Views/Browser/configure.zcml
lib/python/Zope/App/OFS/Content/DTMLPage/Views/Browser/tests/__init__.py
lib/python/Zope/App/OFS/Content/DTMLPage/Views/Browser/tests/testDTMLPageEval.py
+lib/python/Zope/App/OFS/Content/DTMLPage/Views/VFS/DTMLPageAdd.py
+lib/python/Zope/App/OFS/Content/DTMLPage/Views/VFS/DTMLPageView.py
+lib/python/Zope/App/OFS/Content/DTMLPage/Views/VFS/__init__.py
+lib/python/Zope/App/OFS/Content/DTMLPage/Views/VFS/configure.zcml
lib/python/Zope/App/OFS/Content/DTMLPage/tests/__init__.py
lib/python/Zope/App/OFS/Content/DTMLPage/tests/testDTMLPage.py
lib/python/Zope/App/OFS/Content/File/File.py
@@ -589,7 +582,8 @@
lib/python/Zope/App/OFS/Content/File/Views/Browser/__init__.py
lib/python/Zope/App/OFS/Content/File/Views/Browser/configure.zcml
lib/python/Zope/App/OFS/Content/File/Views/Browser/i18n_edit.pt
-lib/python/Zope/App/OFS/Content/File/Views/VFS/VFSFileView.py
+lib/python/Zope/App/OFS/Content/File/Views/VFS/FileAdd.py
+lib/python/Zope/App/OFS/Content/File/Views/VFS/FileView.py
lib/python/Zope/App/OFS/Content/File/Views/VFS/__init__.py
lib/python/Zope/App/OFS/Content/File/Views/VFS/configure.zcml
lib/python/Zope/App/OFS/Content/File/tests/__init__.py
@@ -605,13 +599,12 @@
lib/python/Zope/App/OFS/Content/Folder/Views/__init__.py
lib/python/Zope/App/OFS/Content/Folder/Views/configure.zcml
lib/python/Zope/App/OFS/Content/Folder/Views/Browser/FolderAdding.py
-lib/python/Zope/App/OFS/Content/Folder/Views/Browser/FolderContents.py
lib/python/Zope/App/OFS/Content/Folder/Views/Browser/__init__.py
lib/python/Zope/App/OFS/Content/Folder/Views/Browser/add.pt
lib/python/Zope/App/OFS/Content/Folder/Views/Browser/configure.zcml
-lib/python/Zope/App/OFS/Content/Folder/Views/Browser/contents.pt
lib/python/Zope/App/OFS/Content/Folder/Views/Browser/tests/__init__.py
-lib/python/Zope/App/OFS/Content/Folder/Views/Browser/tests/testFolderContents.py
+lib/python/Zope/App/OFS/Content/Folder/Views/VFS/FolderAdd.py
+lib/python/Zope/App/OFS/Content/Folder/Views/VFS/FolderView.py
lib/python/Zope/App/OFS/Content/Folder/Views/VFS/__init__.py
lib/python/Zope/App/OFS/Content/Folder/Views/VFS/configure.zcml
lib/python/Zope/App/OFS/Content/Folder/tests/__init__.py
@@ -634,6 +627,9 @@
lib/python/Zope/App/OFS/Content/Image/Views/Browser/tests/__init__.py
lib/python/Zope/App/OFS/Content/Image/Views/Browser/tests/testImageData.py
lib/python/Zope/App/OFS/Content/Image/Views/Browser/tests/testImageUpload.py
+lib/python/Zope/App/OFS/Content/Image/Views/VFS/ImageAdd.py
+lib/python/Zope/App/OFS/Content/Image/Views/VFS/__init__.py
+lib/python/Zope/App/OFS/Content/Image/Views/VFS/configure.zcml
lib/python/Zope/App/OFS/Content/Image/tests/__init__.py
lib/python/Zope/App/OFS/Content/Image/tests/testI18nImage.py
lib/python/Zope/App/OFS/Content/Image/tests/testImage.py
@@ -652,6 +648,10 @@
lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/configure.zcml
lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/test.pt
lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/testResults.pt
+lib/python/Zope/App/OFS/Content/SQLScript/Views/VFS/SQLScriptAdd.py
+lib/python/Zope/App/OFS/Content/SQLScript/Views/VFS/SQLScriptView.py
+lib/python/Zope/App/OFS/Content/SQLScript/Views/VFS/__init__.py
+lib/python/Zope/App/OFS/Content/SQLScript/Views/VFS/configure.zcml
lib/python/Zope/App/OFS/Content/SQLScript/tests/__init__.py
lib/python/Zope/App/OFS/Content/SQLScript/tests/testArguments.py
lib/python/Zope/App/OFS/Content/SQLScript/tests/testDT_SQLGroup.py
@@ -669,6 +669,10 @@
lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser/configure.zcml
lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser/tests/__init__.py
lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser/tests/testZPTPageEval.py
+lib/python/Zope/App/OFS/Content/ZPTPage/Views/VFS/ZPTPageAdd.py
+lib/python/Zope/App/OFS/Content/ZPTPage/Views/VFS/ZPTPageView.py
+lib/python/Zope/App/OFS/Content/ZPTPage/Views/VFS/__init__.py
+lib/python/Zope/App/OFS/Content/ZPTPage/Views/VFS/configure.zcml
lib/python/Zope/App/OFS/Content/ZPTPage/tests/__init__.py
lib/python/Zope/App/OFS/Content/ZPTPage/tests/testZPTPage.py
lib/python/Zope/App/OFS/Introspector/IIntrospector.py
@@ -733,6 +737,7 @@
lib/python/Zope/App/OFS/Services/Browser/adapter.py
lib/python/Zope/App/OFS/Services/Browser/adapter_search.pt
lib/python/Zope/App/OFS/Services/Browser/add_adapter_config.pt
+lib/python/Zope/App/OFS/Services/Browser/addservicemanager.py
lib/python/Zope/App/OFS/Services/Browser/configure.zcml
lib/python/Zope/App/OFS/Services/Browser/field.py
lib/python/Zope/App/OFS/Services/Browser/view.py
@@ -1283,12 +1288,13 @@
lib/python/Zope/App/Workflow/tests/testWorkflowService.py
lib/python/Zope/App/Workflow/tests/testWorkflowWorkitem.py
lib/python/Zope/App/ZMI/StandardMacros.py
-lib/python/Zope/App/ZMI/ZMIViewUtility.py
lib/python/Zope/App/ZMI/__init__.py
lib/python/Zope/App/ZMI/configure.zcml
+lib/python/Zope/App/ZMI/Browser/IMenu.py
lib/python/Zope/App/ZMI/Browser/ManagementViewSelector.py
lib/python/Zope/App/ZMI/Browser/__init__.py
lib/python/Zope/App/ZMI/Browser/configure.zcml
+lib/python/Zope/App/ZMI/Browser/menu.py
lib/python/Zope/App/ZMI/Browser/ZopeTop/StandardMacros.py
lib/python/Zope/App/ZMI/Browser/ZopeTop/__init__.py
lib/python/Zope/App/ZMI/Browser/ZopeTop/configure.zcml
@@ -1328,7 +1334,6 @@
lib/python/Zope/App/ZMI/tests/sampleInterfaces.py
lib/python/Zope/App/ZMI/tests/test.gif
lib/python/Zope/App/ZMI/tests/testStandardMacros.py
-lib/python/Zope/App/ZMI/tests/testZMIViewUtility.py
lib/python/Zope/App/ZMI/www/arrowUp.gif
lib/python/Zope/App/ZMI/www/dialog_macros.pt
lib/python/Zope/App/ZMI/www/document_icon.gif
@@ -1526,6 +1531,7 @@
lib/python/Zope/Event/ISubscribable.py
lib/python/Zope/Event/ISubscriber.py
lib/python/Zope/Event/ISubscriptionAware.py
+lib/python/Zope/Event/Logger.py
lib/python/Zope/Event/ObjectEvent.py
lib/python/Zope/Event/Subscribable.py
lib/python/Zope/Event/__init__.py
@@ -1534,6 +1540,7 @@
lib/python/Zope/Event/tests/subscriber.py
lib/python/Zope/Event/tests/testEventChannel.py
lib/python/Zope/Event/tests/testEventService.py
+lib/python/Zope/Event/tests/testLogger.py
lib/python/Zope/Event/tests/testObjectEvent.py
lib/python/Zope/Exceptions/ExceptionFormatter.py
lib/python/Zope/Exceptions/ITracebackSupplement.py
@@ -1710,6 +1717,7 @@
lib/python/Zope/Publisher/VFS/IVFSPresentation.py
lib/python/Zope/Publisher/VFS/IVFSPublisher.py
lib/python/Zope/Publisher/VFS/IVFSView.py
+lib/python/Zope/Publisher/VFS/VFSFileView.py
lib/python/Zope/Publisher/VFS/VFSRequest.py
lib/python/Zope/Publisher/VFS/VFSResponse.py
lib/python/Zope/Publisher/VFS/VFSView.py
@@ -1804,6 +1812,7 @@
lib/python/Zope/Server/ServerChannelBase.py
lib/python/Zope/Server/TaskThreads.py
lib/python/Zope/Server/Utilities.py
+lib/python/Zope/Server/ZLogIntegration.py
lib/python/Zope/Server/__init__.py
lib/python/Zope/Server/FTP/CommonFTPActivityLogger.py
lib/python/Zope/Server/FTP/FTPServer.py
@@ -1869,6 +1878,7 @@
lib/python/Zope/Server/VFS/tests/testOSFileSystem.py
lib/python/Zope/Server/VFS/tests/testPublisherFilesystem.py
lib/python/Zope/Server/tests/__init__.py
+lib/python/Zope/Server/tests/asyncerror.py
lib/python/Zope/TAL/CHANGES.txt
lib/python/Zope/TAL/DummyEngine.py
lib/python/Zope/TAL/HISTORY.txt
@@ -2070,7 +2080,9 @@
lib/python/Zope/ZTUtils/__init__.py
lib/python/datetime/__init__.py
lib/python/datetime/_datetime.py
-lib/python/datetime/test_datetime.py
+lib/python/datetime/doc.txt
+lib/python/datetime/tests/__init__.py
+lib/python/datetime/tests/test_datetime.py
lib/python/logging/__init__.py
lib/python/logging/config.py
lib/python/logging/handlers.py