- 05 Nov, 2008 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 04 Nov, 2008 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
new_oids to avoid a race.
-
Benji York authored
twice (with test) - remove irrelevent and unused test_suite definition from testDemoStorage.py
-
- 02 Nov, 2008 1 commit
-
-
Jim Fulton authored
datetime modules. :(
-
- 01 Nov, 2008 7 commits
-
-
Chris McDonough authored
-
Jim Fulton authored
keyword option can be passed to the pack method. A false value prevents garbage collection. - The FileStorage constructor now provides a boolean pack_gc option, which defaults to True, to control whether garbage collection is performed when packing by default. This can be overridden with the gc option to the pack method. The ZConfig configuration for FileStorage now includes a pack-gc option, corresponding to the pack_gc constructor argument. - The FileStorage constructor now has a packer keyword argument that allows an alternative packer to be supplied. The ZConfig configuration for FileStorage now includes a packer option, corresponding to the packer constructor argument.
-
Jim Fulton authored
-
Jim Fulton authored
Added a new test class for testing packing without gc. Moved some useful tests to PackableStorage so they are run by storages without undo.
-
Jim Fulton authored
-
Jim Fulton authored
-
Chris McDonough authored
-
- 31 Oct, 2008 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
empty transactions.
-
- 30 Oct, 2008 2 commits
-
-
Jim Fulton authored
it could be made simpler still.)
-
Jim Fulton authored
-
- 29 Oct, 2008 9 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
- explicit push and pop methods - backward compatible with old behavior.
-
Jim Fulton authored
Moved size-limiting-cache feature to future release, since it
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
addresses some of the windows errors. (I think the remaining failures here and in dbopen.txt have to do with the way time is used in management of available connections.)
-
Jim Fulton authored
closed.
-
Jim Fulton authored
-
- 28 Oct, 2008 2 commits
-
-
Jim Fulton authored
tests have a clean transaction state and to avoid leaving files behind.
-
Jim Fulton authored
to abort the current global transaction before and after each test and to create a temporary test directory to run each test.
-
- 27 Oct, 2008 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
relative path, the blob machinery used relative paths, which could lead to breakage if an application changed directories.
-
Jim Fulton authored
blobs work for large databases on systems that don't allow many subdirectories.
-
Jim Fulton authored
-
Jim Fulton authored
-
Benji York authored
-
- 26 Oct, 2008 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
rather than a file storage. This makes interactive exploration easier. This is tested indirectly by the ConflictResolution.txt test. I expect more tests to take advantage of this convenience. It would be nice to have an explicit test. Get WeakSet from the transaction package.
-
Jim Fulton authored
-