May 2007 Archives by thread
Starting: Sat May 5 14:32:12 EST 2007
Ending: Thu May 31 12:51:12 EST 2007
Messages: 78
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/ Suppress
version-deprecation warnings for tests.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ Removed the mvcc option.
Everybody wants mvcc and removing us lets us
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/BTrees/tests/testConflict.py
Refactored tests to use separate transaction managers to provide
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/transaction/ Removed
subtransaction support, which had been scheduled to go in 3.7.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ Removed the synch option
to DB and Connection open.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-registerdb/ merged trunk
changes since branch
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/BTrees/tests/testBTrees.py make
BTree family test pass on 64 bit machines
Gary Poster
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-registerdb/src/Z
checkpointing.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/nikhil_n-py25/ Branch for
porting to Python 2.5
nikhil n
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-registerdb/src/ZEO/ Got
fan-out tests to pass.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ClientStorage.py Updated to
implement IServeable so a ClientStorage can be used in a
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/interfaces.py Fixed a
documentation bug about the ordering of lastInvalidations
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/zrpc/smac.py Added a
should_close method that allows connection closes to be
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Updated to support the
registerDB framework which allows storages to
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/testFileStorage.py
Fixed a typo.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/interfaces.py Added more
detail on return values.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-registerdb/ retire dev
branch
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/ updated release info
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/Connection.py Removed an
unused import.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ClientStorage.py Delay
import of ZODB.Blobs.Blob to avoid a dependency on pywin32 on
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/zeo-fan-out.test
Minor changes for windows.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/util.py Added code
to wait if attempts to remove the test dir fail on windows
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testZEO.py Use
ZODB.tests.util setup code, which has logic to wait for processes
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/zeo-fan-out.test Got
rid of lame wait code since this is handled by the setup code.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Added some missing news.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/BTrees/BTreeItemsTemplate.c
make C API work with Python 2.5
nikhil n
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/BTrees/BucketTemplate.c
make C API work with Python 2.5
nikhil n
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/BTrees/SetOpTemplate.c
make C API work with Python 2.5
nikhil n
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/BTrees/BTreeTemplate.c
make C API work with Python 2.5
nikhil n
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/BTrees/TreeSetTemplate.c
make C API work with Python 2.5
nikhil n
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/BTrees/SetTemplate.c
make C API work with Python 2.5
nikhil n
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/BTrees/_fsBTree.c
make C API work with Python 2.5
nikhil n
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/persistent/cPickleCache.c
make C API work with Python 2.5
nikhil n
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/persistent/TimeStamp.c
make C API work with Python 2.5
nikhil n
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/persistent/cPersistence.c
make C API work with Python 2.5
nikhil n
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-blob/ devel branch to
try to improve ZEO Blob performance.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZEO/zrpc/smac.py
Queue message processing for main thread so we can support sane file
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZEO/zrpc/smac.py
Refined queuing logic.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/Blobs/BlobStorage.py
Don't error if no blob file. Blobs are allowed to not have blob
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/ExportImport.py
Sped up and cleaned up blob handling a bit.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-blob/src/ZEO/ Changed
the storeBlob implementation to use iterators to avoid loading
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZEO/zrpc/connection.py
Updated the ZEO protocol to reflect the new Blob methods.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/Blobs/interfaces.py
Added a temporaryDirectory method.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/Blobs/interfaces.py
Removed unused version argument to loadBlob.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/Blobs/BlobStorage.py
Removed unused version argument to loadBlob.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZEO/ClientStorage.py
Began reimplementing loadBlob:
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-blob/src/ZODB/ Updated
winlock to use exception classes and created basic tests.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/lock_file.py
Updated to provide a catchable exception.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-blob/s Only compile
winlock on windows.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-blob/src/ZODB/ Added
lock_file test.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/lock_file.txt
Can't read lock files on Windows. (I suspect this could be fixed if
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/lock_file.py
Fixed error strings and made error handling a little more defensive.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-blob/s Refactored
ZODB.lock_file to keep lock files around after writing a
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/lock_file.py
Added a missing seek after failing tests on windows.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-blob/src/ZODB/ Removed
version argument from calls to loadBlob.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZEO/zrpc/smac.py
Added a comment explaining the elegent hack. :)
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-blob/src/ZEO/ Refactored
loadBlob use only a single round-trip to the server. Now,
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/tests/test_lock_file.py
Fixed a bug in the test and made it more stressful by
increasing # of
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZEO/tests/testZEO.py Fixed test.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/Blobs/tests/test_undo.py
Simplified some temporary-file management.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZEO/ClientStorage.py
Added work around for fact that you can't rename to an existing file
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZEO/ClientStorage.py
Fixed windows bug. Grrrrrr.
Jim Fulton
- [Zodb-checkins] Don't be left out,
join millions of men in the revolution
Brett Coleman
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/Blobs/tests/consume.txt
consumeFile no-longer works with open files.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/Blobs/tests/basic.txt
'rb' is not a valid mode. Binary mode is implicit.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/Blobs/tests/transaction.txt
'rb' is not a valid mode. Binary mode is implicit.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/Blobs/Blob.py
consumeFile no-longer works with open files.
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/jim-zeo-blob/src/ZODB/Blobs/tests/test_doctests.py
Use ZODB.tests.util.setUp to arrange that the tests run from a
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ Refactored file locking
support:
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/s Removed the no-longer needed
winlock module.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/zrpc/smac.py Added support
for message iterators. This allows one, for example, to
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/zrpc/connection.py Added
support for message iterators. This allows one, for example, to
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/trunk/src/ZODB/Blobs/tests/test_doctests.py
Use ZODB.tests.util.setUp to arrange that the tests run from a
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ Removed the unnecessary
and unused version argument from storeBlob.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/Blobs/ Only support the
documented modes, 'r', 'w', 'a', and 'r+' and open
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/Blobs/tests/ consumeFile
no-longer works with open files.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Reimplemented the ZEO Blob
protocol:
Jim Fulton
- [Zodb-checkins]
SVN: ZODB/branches/nikhil_n-py25/src/persistent/tests/testPersistent.py
made persistent work with Python 2.5
nikhil n
Last message date:
Thu May 31 12:51:12 EST 2007
Archived on: Thu May 31 12:51:17 EST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).