[Zope-Checkins] SVN: Zope/trunk/lib/python/ Merge the Zope part of Zope/branches/jim-fix-zclasses.

2005-04-06 Thread Tim Peters
Log message for revision 29895:
  Merge the Zope part of Zope/branches/jim-fix-zclasses.
  
  Two of the ZClasses tests are disabled here, because they
  run afoul of Zope trunk's security machinery.  Jim needs to look
  at them.  A blurb also needs to be added to CHANGES.txt.
  
  Here are checkin msgs from the branch relating to Zope code
  (the msgs relating to ZODB code were reproduced in the
  ZODB 3.4 branch checkin):
  
  
  r29869 | jim | 2005-04-04 07:04:21 -0400 (Mon, 04 Apr 2005) | 6 lines
  Changed paths:
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/ZClass.txt
  
  Added configuration of class factory.
  
  Use explicit tm for second connection rather than separate thread.
  
  Added copy test
  
  
  r29868 | jim | 2005-04-04 07:03:57 -0400 (Mon, 04 Apr 2005) | 2 lines
  Changed paths:
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/_pmc.txt
  
  Added configuration of class factory.
  
  
  r29776 | jim | 2005-04-01 06:24:31 -0500 (Fri, 01 Apr 2005) | 3 lines
  Changed paths:
 M 
/Zope/branches/jim-fix-zclasses/lib/python/OFS/tests/testProductInit.py
  
  Added clean-up code to remove non-exixtent directoris from products
  path.
  
  
  r29775 | jim | 2005-04-01 06:24:29 -0500 (Fri, 01 Apr 2005) | 2 lines
  Changed paths:
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/tests.py
  
  Added missing abourt to tear-down code
  
  
  r29772 | jim | 2005-04-01 06:24:22 -0500 (Fri, 01 Apr 2005) | 2 lines
  Changed paths:
 M /Zope/branches/jim-fix-zclasses/lib/python/App/ApplicationManager.py
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/Basic.py
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/ZClass.py
 M /Zope/branches/jim-fix-zclasses/lib/python/Zope2/App/startup.py
  
  Removed BoboPOS compatibility code.
  
  
  r29201 | jim | 2005-02-18 07:18:05 -0500 (Fri, 18 Feb 2005) | 3 lines
  Changed paths:
 A /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/27.fs
 A /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/27.txt
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/tests.py
  
  Added a test for reading ZClasses and their instances from Zope 2.7
  databases.
  
  
  r29149 | jim | 2005-02-15 07:24:49 -0500 (Tue, 15 Feb 2005) | 2 lines
  Changed paths:
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/ZClass.txt
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/tests.py
  
  Made the tests a bit more thorough.
  
  
  r29148 | jim | 2005-02-15 07:24:44 -0500 (Tue, 15 Feb 2005) | 3 lines
  Changed paths:
 M 
/Zope/branches/jim-fix-zclasses/lib/python/OFS/tests/testAppInitializer.py
  
  Made the test cleanup more robust by cleaning up any non-existent
  directories found in Products.__path__.
  
  
  r29147 | jim | 2005-02-15 07:24:37 -0500 (Tue, 15 Feb 2005) | 3 lines
  Changed paths:
 M 
/Zope/branches/jim-fix-zclasses/lib/python/ExtensionClass/ExtensionClass.h
 M 
/Zope/branches/jim-fix-zclasses/lib/python/ExtensionClass/_ExtensionClass.c
  
  Fixed code that assumed that there weren't subclasses of the
  ExtensionClass meta class.
  
  
  r29136 | jim | 2005-02-13 11:37:33 -0500 (Sun, 13 Feb 2005) | 3 lines
  Changed paths:
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/ZClass.py
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/ZClass.txt
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/_pmc.py
 M /Zope/branches/jim-fix-zclasses/lib/python/ZClasses/tests.py
  
  Integrated persistent metaclass with ZClasses and got basic ZClass
  test to pass.
  
  
  r29135 | jim | 2005-02-13 11:15:15 -0500 (Sun, 13 Feb 2005) | 3 lines
  Changed paths:
 M 
/Zope/branches/jim-fix-zclasses/lib/python/ExtensionClass/_ExtensionClass.c
 M /Zope/branches/jim-fix-zclasses/lib/python/ExtensionClass/tests.py
  
  Fixed bug in Base __getattro__ that caused __of__ to be missed in
  instance

[Zope-Checkins] SVN: Zope/trunk/ Temporarily point the ZODB code at current 3.4 branch.

2005-04-06 Thread Tim Peters
Log message for revision 29892:
  Temporarily point the ZODB code at current 3.4 branch.
  
  That contains some of the changes from Jim's ZClasses branch.
  The other changes still need to be merged into Zope, but require
  using current ZODB code.  Pointing at the 3.4 branch allows for
  easy changing of both ZODB and Zope until all of this works.
  
  A proper tag for ZODB will be made later.
  

Changed:
  _U  Zope/trunk/lib/python/
  _U  Zope/trunk/utilities/

-=-

Property changes on: Zope/trunk/lib/python
___
Name: svn:externals
   - zope   
svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.0-Zope-2.8-a2/src/zope
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a2/src/BTrees
Persistencesvn://svn.zope.org/repos/main/ZODB/tags/3.4.0a2/src/Persistence
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a2/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a2/src/ThreadedAsync
transactionsvn://svn.zope.org/repos/main/ZODB/tags/3.4.0a2/src/transaction
ZEOsvn://svn.zope.org/repos/main/ZODB/tags/3.4.0a2/src/ZEO
ZODB   svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a2/src/ZODB
ZopeUndo   svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a2/src/ZopeUndo

   + zope   
svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.0-Zope-2.8-a2/src/zope
BTrees svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/BTrees
Persistencesvn://svn.zope.org/repos/main/ZODB/branches/3.4/src/Persistence
persistent svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/ThreadedAsync
transactionsvn://svn.zope.org/repos/main/ZODB/branches/3.4/src/transaction
ZEOsvn://svn.zope.org/repos/main/ZODB/branches/3.4/src/ZEO
ZODB   svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/ZODB
ZopeUndo   svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/ZopeUndo



Property changes on: Zope/trunk/utilities
___
Name: svn:externals
   - ZODBTools  svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a2/src/scripts

   + ZODBTools  svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/scripts


___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins