September 2005 Archives by thread
      
      Starting: Thu Sep  1 09:20:07 EST 2005
         Ending: Fri Sep 30 14:13:25 EST 2005
         Messages: 55
     
- [Zodb-checkins] SVN: ZODB/branches/3.5/doc/zodb.pdf Regenerate for
	3.5 final.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.5.0/ What may be 3.5 final.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Fiddled to make it look
	like trunk changes after 3.5a7 actually
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/src/ The old commit hook spelling
	will actually be removed
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Give the trunk a 3.6-ish version
	number.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/README.txt It's called 3.6 now.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Merge the alienoid-btrees_pop
	branch.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/alienoid-btrees_pop/ This branch
	was merged to the trunk, for ZODB 3.6a1.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/setup.py Make sure we use ZConfig
	shipped with the distribution
 
Dmitry Vasiliev
- [Zodb-checkins] SVN: ZODB/trunk/src/BTrees/BucketTemplate.c typo
 
Ruslan Spivak
- [Zodb-checkins] SVN: ZODB/trunk/ In accord with the endless debate
	on zodb-dev, remove the ``order=``
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ An internal 3.6.0a1 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.6.0a1/ An internal 3.6.0a1 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/winlock.c fix copy/paste
	bug in comment
 
Benji York
- [Zodb-checkins] SVN: ZODB/trunk/src/ restore the ZEO.mkzeoinst
	module, and add a wrapper script to call it; see
 
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/branches/3.5/src/ restore the
	ZEO.mkzeoinst module, and add a wrapper script to call it; see
 
Fred L. Drake, Jr.
- [Zodb-checkins] SVN: ZODB/branches/3.5/NEWS.txt News for ZODB
	3.5.1b1.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Merge 3.5.1b1 news.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ An internal 3.5.1b1 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ Oops! Revert rev 38316 --
	ran release.py for a 3.5.1b1
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.5/ An internal 3.5.1b1 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Fix date for 3.5.1b1
	release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.5.1b1/ An internal 3.5.1b1 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ An internal 3.6a2 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.6.0a2/ An internal 3.6a2 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/src/transaction/_transaction.py
	Small typo in comment.
 
Florent Guillaume
- [Zodb-checkins] SVN: ZODB/branches/3.5/ Re-add the zeoctl module to
	ZEO, and rewrite runzeo so
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Mrege rev 38358 from 3.5 branch.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ An internal 3.5.1b2 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ Revert rev 38360;
	made release from a wrong place.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/3.5/ An internal 3.5.1b2 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Merge news from 3.5.1b2.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ An internal 3.6.0a3 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.6.0a3/ An internal 3.6.0a3 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.5.1b2/ An internal 3.5.1b2 release.
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/ When obj is a ghost,
	"obj._p_changed = some_true_value"
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/branches/blob-merge-branch/ Create a
	temporary branch to merge the (aged)
	ctheune-blobsupport-branch into the current trunk.
 
Chris McDonough
- [Zodb-checkins] SVN: ZODB/branches/blob-merge-branch/src/ First
	crack at merging ctheune-blobsupport into a recent trunk
	checkout (tests have not yet been run).
 
Chris McDonough
- [Zodb-checkins] 
	SVN: ZODB/branches/blob-merge-branch/src/ZODB/Connection.py
	Add some missed merges to Connection.py and add note about
	cluelessness about what to do in the face of savepoints when
	blobs are involved.
 
Chris McDonough
- [Zodb-checkins] SVN: ZODB/branches/blob-merge-branch/src/ZODB/ Add
	(badly implemented) methods to TmpStore to allow blob import
	to work again. This will need to be redone,
	but it gets us to the point where all the tests pass.
 
Chris McDonough
- [Zodb-checkins] 
	SVN: ZODB/branches/blob-merge-branch/src/zope/proxy/
	- removed accidental commit of zope.proxy
 
Christian Theune
- [Zodb-checkins] 
	SVN: ZODB/branches/blob-merge-branch/src/ZODB/Blobs/BlobStorage.py
	Override tpc_begin and tpc_abort because methods found on the
	proxied object aren't rebound to the proxy. :-(
 
Chris McDonough
- [Zodb-checkins] 
	SVN: ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/transaction.txt
	Add a test to show that our cleanup code (currently in
	"_abort") doesn't get called. The complexity of the proxied
	storage, the connection as a datamanager,
	and the transaction indirections make it unclear exactly how to hook
	a transaction abort for cleanup purposes.
 
Chris McDonough
- [Zodb-checkins] 
	SVN: ZODB/branches/blob-merge-branch/src/ZODB/Blobs/BlobStorage.py
	Use the proper attribute for detecting "dirty" blobs.
 
Chris McDonough
- [Zodb-checkins] 
	SVN: ZODB/branches/blob-merge-branch/src/ZODB/Blobs/BlobStorage.py
	Delegate to the proper method in tpc_abort.
 
Chris McDonough
- [Zodb-checkins] 
	SVN: ZODB/branches/blob-merge-branch/src/ZODB/config.py
	Allow the support of multidatabase open calls.
 
Chris McDonough
- [Zodb-checkins] SVN: ZODB/trunk/ Fix for Collector #1810: A
	previous bugfix (#1726) broke listing undoable
 
Martijn Pieters
- [Zodb-checkins] SVN: ZODB/branches/3.3/ Fix for Collector #1810: A
	previous bugfix (#1726) broke listing undoable
 
Martijn Pieters
- [Zodb-checkins] SVN: ZODB/branches/3.4/ Fix for Collector #1810: A
	previous bugfix (#1726) broke listing undoable
 
Martijn Pieters
- [Zodb-checkins] SVN: ZODB/branches/3.5/ Fix for Collector #1810: A
	previous bugfix (#1726) broke listing undoable
 
Martijn Pieters
- [Zodb-checkins] CVS: Packages/ZopeUndo/tests -
	testPrefix.py:1.1.66.3
 
Martijn Pieters
- [Zodb-checkins] CVS: Packages/ZopeUndo - Prefix.py:1.1.66.3
 
Martijn Pieters
- [Zodb-checkins] SVN: ZODB/branches/3.5/ Fiddling for 3.5.1 final
	(for Zope 3.1.0 final).
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/tags/3.5.1/ 3.5.1 final (for Zope 3.1.0
	final).
 
Tim Peters
- [Zodb-checkins] SVN: ZODB/trunk/README.txt More information for
	testing a build in place with zope external components
 
Julien Anguenot
    
      Last message date: 
       Fri Sep 30 14:13:25 EST 2005
    Archived on: Fri Sep 30 14:13:25 EST 2005
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).