[Checkins] [zopefoundation/Zope] f221c6: Try again.

GitHub noreply at github.com
Tue Feb 26 16:41:49 UTC 2013


  Branch: refs/heads/tseaver-2.8-external_test
  Home:   https://github.com/zopefoundation/Zope
  Commit: f221c603104496839561017a8dd1d3c3433da447
      https://github.com/zopefoundation/Zope/commit/f221c603104496839561017a8dd1d3c3433da447
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2005-03-30 (Wed, 30 Mar 2005)

  Log Message:
  -----------
  Try again.


  Commit: 6f3d74ea9498328e69bd57533b3da39e7d9e6946
      https://github.com/zopefoundation/Zope/commit/6f3d74ea9498328e69bd57533b3da39e7d9e6946
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2005-03-30 (Wed, 30 Mar 2005)

  Changed paths:
    R lib/python/ZODB/ActivityMonitor.py
    R lib/python/ZODB/BaseStorage.py
    R lib/python/ZODB/ConflictResolution.py
    R lib/python/ZODB/Connection.py
    R lib/python/ZODB/DB.py
    R lib/python/ZODB/DEPENDENCIES.cfg
    R lib/python/ZODB/DemoStorage.py
    R lib/python/ZODB/ExportImport.py
    R lib/python/ZODB/FileStorage/FileStorage.py
    R lib/python/ZODB/FileStorage/__init__.py
    R lib/python/ZODB/FileStorage/format.py
    R lib/python/ZODB/FileStorage/fsdump.py
    R lib/python/ZODB/FileStorage/fspack.py
    R lib/python/ZODB/MappingStorage.py
    R lib/python/ZODB/Mount.py
    R lib/python/ZODB/POSException.py
    R lib/python/ZODB/SETUP.cfg
    R lib/python/ZODB/TmpStore.py
    R lib/python/ZODB/UndoLogCompatible.py
    R lib/python/ZODB/ZApplication.py
    R lib/python/ZODB/__init__.py
    R lib/python/ZODB/broken.py
    R lib/python/ZODB/component.xml
    R lib/python/ZODB/config.py
    R lib/python/ZODB/config.xml
    R lib/python/ZODB/conversionhack.py
    R lib/python/ZODB/dbmStorage.py
    R lib/python/ZODB/fsIndex.py
    R lib/python/ZODB/fsrecover.py
    R lib/python/ZODB/fstools.py
    R lib/python/ZODB/interfaces.py
    R lib/python/ZODB/lock_file.py
    R lib/python/ZODB/loglevels.py
    R lib/python/ZODB/serialize.py
    R lib/python/ZODB/storage.xml
    R lib/python/ZODB/subtransactions.txt
    R lib/python/ZODB/tests/BasicStorage.py
    R lib/python/ZODB/tests/ConflictResolution.py
    R lib/python/ZODB/tests/Corruption.py
    R lib/python/ZODB/tests/HistoryStorage.py
    R lib/python/ZODB/tests/IteratorStorage.py
    R lib/python/ZODB/tests/LocalStorage.py
    R lib/python/ZODB/tests/MTStorage.py
    R lib/python/ZODB/tests/MinPO.py
    R lib/python/ZODB/tests/PackableStorage.py
    R lib/python/ZODB/tests/PersistentStorage.py
    R lib/python/ZODB/tests/ReadOnlyStorage.py
    R lib/python/ZODB/tests/RecoveryStorage.py
    R lib/python/ZODB/tests/RevisionStorage.py
    R lib/python/ZODB/tests/StorageTestBase.py
    R lib/python/ZODB/tests/Synchronization.py
    R lib/python/ZODB/tests/TransactionalUndoStorage.py
    R lib/python/ZODB/tests/TransactionalUndoVersionStorage.py
    R lib/python/ZODB/tests/VersionStorage.py
    R lib/python/ZODB/tests/__init__.py
    R lib/python/ZODB/tests/dangle.py
    R lib/python/ZODB/tests/loggingsupport.py
    R lib/python/ZODB/tests/sampledm.py
    R lib/python/ZODB/tests/speed.py
    R lib/python/ZODB/tests/testActivityMonitor.py
    R lib/python/ZODB/tests/testBroken.py
    R lib/python/ZODB/tests/testCache.py
    R lib/python/ZODB/tests/testConfig.py
    R lib/python/ZODB/tests/testConnection.py
    R lib/python/ZODB/tests/testDB.py
    R lib/python/ZODB/tests/testDemoStorage.py
    R lib/python/ZODB/tests/testFileStorage.py
    R lib/python/ZODB/tests/testMappingStorage.py
    R lib/python/ZODB/tests/testPersistentList.py
    R lib/python/ZODB/tests/testPersistentMapping.py
    R lib/python/ZODB/tests/testRecover.py
    R lib/python/ZODB/tests/testSerialize.py
    R lib/python/ZODB/tests/testSubTransaction.py
    R lib/python/ZODB/tests/testTimeStamp.py
    R lib/python/ZODB/tests/testUtils.py
    R lib/python/ZODB/tests/testZODB.py
    R lib/python/ZODB/tests/test_cache.py
    R lib/python/ZODB/tests/test_datamanageradapter.py
    R lib/python/ZODB/tests/test_storage.py
    R lib/python/ZODB/tests/testfsIndex.py
    R lib/python/ZODB/tests/testmvcc.py
    R lib/python/ZODB/tests/util.py
    R lib/python/ZODB/tests/warnhook.py
    R lib/python/ZODB/transact.py
    R lib/python/ZODB/utils.py
    R lib/python/ZODB/winlock.c

  Log Message:
  -----------
  Death to forks!


  Commit: 9d74e29493aac75171010ccbb28f98d5bd200377
      https://github.com/zopefoundation/Zope/commit/9d74e29493aac75171010ccbb28f98d5bd200377
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2005-03-30 (Wed, 30 Mar 2005)

  Changed paths:
    R lib/python/BTrees/BTreeItemsTemplate.c
    R lib/python/BTrees/BTreeModuleTemplate.c
    R lib/python/BTrees/BTreeTemplate.c
    R lib/python/BTrees/BucketTemplate.c
    R lib/python/BTrees/DEPENDENCIES.cfg
    R lib/python/BTrees/IIBTree.py
    R lib/python/BTrees/IOBTree.py
    R lib/python/BTrees/Interfaces.py
    R lib/python/BTrees/Length.py
    R lib/python/BTrees/Maintainer.txt
    R lib/python/BTrees/MergeTemplate.c
    R lib/python/BTrees/OIBTree.py
    R lib/python/BTrees/OOBTree.py
    R lib/python/BTrees/SETUP.cfg
    R lib/python/BTrees/SetOpTemplate.c
    R lib/python/BTrees/SetTemplate.c
    R lib/python/BTrees/TreeSetTemplate.c
    R lib/python/BTrees/_IIBTree.c
    R lib/python/BTrees/_IOBTree.c
    R lib/python/BTrees/_OIBTree.c
    R lib/python/BTrees/_OOBTree.c
    R lib/python/BTrees/__init__.py
    R lib/python/BTrees/_fsBTree.c
    R lib/python/BTrees/check.py
    R lib/python/BTrees/convert.py
    R lib/python/BTrees/intkeymacros.h
    R lib/python/BTrees/intvaluemacros.h
    R lib/python/BTrees/objectkeymacros.h
    R lib/python/BTrees/objectvaluemacros.h
    R lib/python/BTrees/sorters.c
    R lib/python/BTrees/tests/__init__.py
    R lib/python/BTrees/tests/testBTrees.py
    R lib/python/BTrees/tests/testBTreesUnicode.py
    R lib/python/BTrees/tests/testConflict.py
    R lib/python/BTrees/tests/testSetOps.py
    R lib/python/BTrees/tests/test_btreesubclass.py
    R lib/python/BTrees/tests/test_check.py
    R lib/python/BTrees/tests/test_compare.py
    R lib/python/Persistence/DEPENDENCIES.cfg
    R lib/python/Persistence/_Persistence.c
    R lib/python/Persistence/__init__.py
    R lib/python/Persistence/mapping.py
    R lib/python/Persistence/tests/__init__.py
    R lib/python/Persistence/tests/testPersistent.py
    R lib/python/Persistence/tests/test_ExtensionClass.py
    R lib/python/Persistence/tests/test_mapping.py
    R lib/python/ThreadedAsync/LoopCallback.py
    R lib/python/ThreadedAsync/__init__.py
    R lib/python/ZConfig/BRANCHES.txt
    R lib/python/ZConfig/NEWS.txt
    R lib/python/ZConfig/PACKAGE.cfg
    R lib/python/ZConfig/PUBLICATION.cfg
    R lib/python/ZConfig/README.txt
    R lib/python/ZConfig/SETUP.cfg
    R lib/python/ZConfig/__init__.py
    R lib/python/ZConfig/cfgparser.py
    R lib/python/ZConfig/cmdline.py
    R lib/python/ZConfig/components/__init__.py
    R lib/python/ZConfig/components/basic/__init__.py
    R lib/python/ZConfig/components/basic/component.xml
    R lib/python/ZConfig/components/basic/mapping.py
    R lib/python/ZConfig/components/basic/mapping.xml
    R lib/python/ZConfig/components/basic/tests/__init__.py
    R lib/python/ZConfig/components/basic/tests/test_mapping.py
    R lib/python/ZConfig/components/logger/__init__.py
    R lib/python/ZConfig/components/logger/abstract.xml
    R lib/python/ZConfig/components/logger/base-logger.xml
    R lib/python/ZConfig/components/logger/component.xml
    R lib/python/ZConfig/components/logger/datatypes.py
    R lib/python/ZConfig/components/logger/eventlog.xml
    R lib/python/ZConfig/components/logger/factory.py
    R lib/python/ZConfig/components/logger/handlers.py
    R lib/python/ZConfig/components/logger/handlers.xml
    R lib/python/ZConfig/components/logger/logger.py
    R lib/python/ZConfig/components/logger/logger.xml
    R lib/python/ZConfig/components/logger/loghandler.py
    R lib/python/ZConfig/components/logger/tests/__init__.py
    R lib/python/ZConfig/components/logger/tests/test_logger.py
    R lib/python/ZConfig/datatypes.py
    R lib/python/ZConfig/doc/Makefile
    R lib/python/ZConfig/doc/README.txt
    R lib/python/ZConfig/doc/schema.dtd
    R lib/python/ZConfig/doc/xmlmarkup.perl
    R lib/python/ZConfig/doc/xmlmarkup.sty
    R lib/python/ZConfig/doc/zconfig.pdf
    R lib/python/ZConfig/doc/zconfig.tex
    R lib/python/ZConfig/info.py
    R lib/python/ZConfig/loader.py
    R lib/python/ZConfig/matcher.py
    R lib/python/ZConfig/schema.py
    R lib/python/ZConfig/scripts/zconfig
    R lib/python/ZConfig/scripts/zconfig_schema2html
    R lib/python/ZConfig/substitution.py
    R lib/python/ZConfig/tests/__init__.py
    R lib/python/ZConfig/tests/input/base-datatype1.xml
    R lib/python/ZConfig/tests/input/base-datatype2.xml
    R lib/python/ZConfig/tests/input/base-keytype1.xml
    R lib/python/ZConfig/tests/input/base-keytype2.xml
    R lib/python/ZConfig/tests/input/base.xml
    R lib/python/ZConfig/tests/input/include.conf
    R lib/python/ZConfig/tests/input/inner.conf
    R lib/python/ZConfig/tests/input/library.xml
    R lib/python/ZConfig/tests/input/logger.xml
    R lib/python/ZConfig/tests/input/outer.conf
    R lib/python/ZConfig/tests/input/simple.conf
    R lib/python/ZConfig/tests/input/simple.xml
    R lib/python/ZConfig/tests/input/simplesections.conf
    R lib/python/ZConfig/tests/input/simplesections.xml
    R lib/python/ZConfig/tests/library/README.txt
    R lib/python/ZConfig/tests/library/__init__.py
    R lib/python/ZConfig/tests/library/thing/__init__.py
    R lib/python/ZConfig/tests/library/thing/component.xml
    R lib/python/ZConfig/tests/library/thing/extras/extras.xml
    R lib/python/ZConfig/tests/library/widget/__init__.py
    R lib/python/ZConfig/tests/library/widget/component.xml
    R lib/python/ZConfig/tests/library/widget/extra.xml
    R lib/python/ZConfig/tests/runtests.bat
    R lib/python/ZConfig/tests/runtests.py
    R lib/python/ZConfig/tests/support.py
    R lib/python/ZConfig/tests/test_cfgimports.py
    R lib/python/ZConfig/tests/test_cmdline.py
    R lib/python/ZConfig/tests/test_config.py
    R lib/python/ZConfig/tests/test_cookbook.py
    R lib/python/ZConfig/tests/test_datatypes.py
    R lib/python/ZConfig/tests/test_loader.py
    R lib/python/ZConfig/tests/test_schema.py
    R lib/python/ZConfig/tests/test_subst.py
    R lib/python/ZConfig/url.py
    R lib/python/ZEO/ClientStorage.py
    R lib/python/ZEO/ClientStub.py
    R lib/python/ZEO/CommitLog.py
    R lib/python/ZEO/DEPENDENCIES.cfg
    R lib/python/ZEO/DebugServer.py
    R lib/python/ZEO/Exceptions.py
    R lib/python/ZEO/README.txt
    R lib/python/ZEO/SETUP.cfg
    R lib/python/ZEO/ServerStub.py
    R lib/python/ZEO/StorageServer.py
    R lib/python/ZEO/TransactionBuffer.py
    R lib/python/ZEO/__init__.py
    R lib/python/ZEO/auth/__init__.py
    R lib/python/ZEO/auth/auth_digest.py
    R lib/python/ZEO/auth/base.py
    R lib/python/ZEO/auth/hmac.py
    R lib/python/ZEO/cache.py
    R lib/python/ZEO/component.xml
    R lib/python/ZEO/mkzeoinst.py
    R lib/python/ZEO/monitor.py
    R lib/python/ZEO/runzeo.py
    R lib/python/ZEO/schema.xml
    R lib/python/ZEO/simul.py
    R lib/python/ZEO/stats.py
    R lib/python/ZEO/tests/Cache.py
    R lib/python/ZEO/tests/CommitLockTests.py
    R lib/python/ZEO/tests/ConnectionTests.py
    R lib/python/ZEO/tests/InvalidationTests.py
    R lib/python/ZEO/tests/TestThread.py
    R lib/python/ZEO/tests/ThreadTests.py
    R lib/python/ZEO/tests/__init__.py
    R lib/python/ZEO/tests/auth_plaintext.py
    R lib/python/ZEO/tests/deadlock.py
    R lib/python/ZEO/tests/forker.py
    R lib/python/ZEO/tests/multi.py
    R lib/python/ZEO/tests/speed.py
    R lib/python/ZEO/tests/stress.py
    R lib/python/ZEO/tests/testAuth.py
    R lib/python/ZEO/tests/testConnection.py
    R lib/python/ZEO/tests/testMonitor.py
    R lib/python/ZEO/tests/testTransactionBuffer.py
    R lib/python/ZEO/tests/testZEO.py
    R lib/python/ZEO/tests/testZEOOptions.py
    R lib/python/ZEO/tests/test_cache.py
    R lib/python/ZEO/tests/zeoserver.py
    R lib/python/ZEO/util.py
    R lib/python/ZEO/version.txt
    R lib/python/ZEO/zeoctl.py
    R lib/python/ZEO/zeoctl.xml
    R lib/python/ZEO/zeopasswd.py
    R lib/python/ZEO/zrpc/__init__.py
    R lib/python/ZEO/zrpc/_hmac.py
    R lib/python/ZEO/zrpc/client.py
    R lib/python/ZEO/zrpc/connection.py
    R lib/python/ZEO/zrpc/error.py
    R lib/python/ZEO/zrpc/log.py
    R lib/python/ZEO/zrpc/marshal.py
    R lib/python/ZEO/zrpc/server.py
    R lib/python/ZEO/zrpc/smac.py
    R lib/python/ZEO/zrpc/trigger.py
    R lib/python/ZopeUndo/Prefix.py
    R lib/python/ZopeUndo/__init__.py
    R lib/python/ZopeUndo/tests/__init__.py
    R lib/python/ZopeUndo/tests/testPrefix.py
    R lib/python/persistent/DEPENDENCIES.cfg
    R lib/python/persistent/README.txt
    R lib/python/persistent/SETUP.cfg
    R lib/python/persistent/TimeStamp.c
    R lib/python/persistent/__init__.py
    R lib/python/persistent/cPersistence.c
    R lib/python/persistent/cPersistence.h
    R lib/python/persistent/cPickleCache.c
    R lib/python/persistent/dict.py
    R lib/python/persistent/interfaces.py
    R lib/python/persistent/list.py
    R lib/python/persistent/mapping.py
    R lib/python/persistent/ring.c
    R lib/python/persistent/ring.h
    R lib/python/persistent/tests/__init__.py
    R lib/python/persistent/tests/persistent.txt
    R lib/python/persistent/tests/persistenttestbase.py
    R lib/python/persistent/tests/testPersistent.py
    R lib/python/persistent/tests/test_PickleCache.py
    R lib/python/persistent/tests/test_list.py
    R lib/python/persistent/tests/test_overriding_attrs.py
    R lib/python/persistent/tests/test_persistent.py
    R lib/python/persistent/tests/test_pickle.py
    R lib/python/persistent/tests/test_wref.py
    R lib/python/persistent/wref.py
    R lib/python/transaction/DEPENDENCIES.cfg
    R lib/python/transaction/README.txt
    R lib/python/transaction/__init__.py
    R lib/python/transaction/_manager.py
    R lib/python/transaction/_transaction.py
    R lib/python/transaction/interfaces.py
    R lib/python/transaction/notes.txt
    R lib/python/transaction/tests/__init__.py
    R lib/python/transaction/tests/abstestIDataManager.py
    R lib/python/transaction/tests/test_SampleDataManager.py
    R lib/python/transaction/tests/test_register_compat.py
    R lib/python/transaction/tests/test_transaction.py
    R lib/python/transaction/tests/test_util.py
    R lib/python/transaction/util.py
    R lib/python/zdaemon/DEPENDENCIES.cfg
    R lib/python/zdaemon/SETUP.cfg
    R lib/python/zdaemon/__init__.py
    R lib/python/zdaemon/component.xml
    R lib/python/zdaemon/sample.conf
    R lib/python/zdaemon/schema.xml
    R lib/python/zdaemon/tests/__init__.py
    R lib/python/zdaemon/tests/donothing.sh
    R lib/python/zdaemon/tests/nokill.py
    R lib/python/zdaemon/tests/parent.py
    R lib/python/zdaemon/tests/testzdoptions.py
    R lib/python/zdaemon/tests/testzdrun.py
    R lib/python/zdaemon/zdctl.py
    R lib/python/zdaemon/zdoptions.py
    R lib/python/zdaemon/zdrun.py

  Log Message:
  -----------
  Death to forks!


  Commit: d734336244fb9eea21d46f06879556512319495b
      https://github.com/zopefoundation/Zope/commit/d734336244fb9eea21d46f06879556512319495b
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2005-03-30 (Wed, 30 Mar 2005)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Stitch trunk ZODB into this branch using svn:externals

o setup.py:  Add support for building IFBTrees.

o XXX:  One test fails inside ZopeX3 code, because the contract for
  IDataManager just changed last week (it got accurately documented,
  actually).


Compare: https://github.com/zopefoundation/Zope/compare/f221c6031044^...d734336244fb


More information about the checkins mailing list