- 18 May, 2007 3 commits
-
-
Jim Fulton authored
use an iterator to send a large file without loading it in memory.
-
Jim Fulton authored
-
Jim Fulton authored
- Found and added a test for a race condition arising from creating and removing lock files. - Change to leave lock files behind. - Use the windows locking implementation from msvcrt from the standard library, rather than using a custom extension module.
-
- 12 May, 2007 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
to die when removing test directories.
-
Jim Fulton authored
to give time for servers to stop, since windows won't let us remove files or directories if they are in use.
-
- 11 May, 2007 10 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Windows when Blobs aren't used.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Fixed a typo.
-
Jim Fulton authored
-
Jim Fulton authored
generate it's own invalidations. Also updated to honor the storage APIs more carefully. These changes together allow a ClientStorage to be served by a storage server.
-
Jim Fulton authored
queued.
-
Jim Fulton authored
return values.
-
Jim Fulton authored
storage server.
-
- 09 May, 2007 1 commit
-
-
Gary Poster authored
-
- 06 May, 2007 3 commits
-
-
Jim Fulton authored
Removed subtransaction support.
-
Jim Fulton authored
-
Jim Fulton authored
isolation between connections, rather than using the no-longer supported synch=False hack.
-
- 05 May, 2007 2 commits
-
-
Jim Fulton authored
simplify the code a little. (We'll be able to simplify more when we stop supporting versions.) Suppress version-deprecation warnings for tests.
-
Jim Fulton authored
-
- 27 Apr, 2007 3 commits
-
-
Jim Fulton authored
Added deprecation warnings for using versions.
-
Jim Fulton authored
-
Fred Drake authored
unpicklable, so implement pickle support directly (with tests)
-
- 26 Apr, 2007 14 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Removed unused supportsTransactionalUndo. Simplified and fixed a bug in getTid. Now handles undo of object creation. Added note that record_iternext doesn't work with versions.
-
Jim Fulton authored
-
Jim Fulton authored
storages that don't support versions or that don't support undo. Changed some comments to doc strings. Deprecated storages without tpc_vote. Removed the modifiedInVersion cache. Added an XXX about the broken ResourceManager implementations.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
loadEx isn't a storage method.
-
Jim Fulton authored
loadEx helper function from VersionStorage, since loadEx isn't a storage method.
-
Jim Fulton authored
Changed a test that used loadEx to use load, since loadEx isn't a storage method.
-
Jim Fulton authored
Renamed getSerial to getTid. Removed support for non-transactional-undo-supporting storages.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Renamed getSerial to getTid. Removed silly getExtensionMethods test. getExtensionMethods is not part of the storage API.
-
Jim Fulton authored
-