- 21 Jun, 2004 2 commits
-
-
Tim Peters authored
If the system clock moved back in time more than 30 days between a FileStorage close and (re)open, new txn ids could be smaller than txn ids already in the database. Plugged that hole.
-
Tim Peters authored
-
- 18 Jun, 2004 1 commit
-
-
Tim Peters authored
New test checkRestoreWithMultipleObjectsInUndoRedo from ZODB 3.2.2. 3.3 didn't have the bug, and this confirms it.
-
- 17 Jun, 2004 1 commit
-
-
Tim Peters authored
-
- 15 Jun, 2004 1 commit
-
-
Fred Drake authored
-
- 08 Jun, 2004 7 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Fred Drake authored
-
- 07 Jun, 2004 3 commits
-
-
Fred Drake authored
move the release metadata for zpkg here from the CVS repository; this was in Releases/ZODB3/ on cvs.zope.org
-
Tim Peters authored
-
Tim Peters authored
-
- 03 Jun, 2004 13 commits
-
-
Fred Drake authored
-
Tim Peters authored
worker thread creates could cause mysterious exceptions in *later* tests (when running all the tests, they appeared to come out of checkDetail, which runs right after checkMinimizeTerminates). Changed the CantRidOfMe class so that instances of the class *can* be gotten rid of, keying off a new module bool. The checkMinimizeTerminates worker thread uses this to defang the objects after the body of the test has completed.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
In replace(), print feedback to stderr, since fileinput hijacks stdout.
-
Tim Peters authored
release, tried to make this script much more robust. Use r-strings for regexps. Junk unnecessary code that a Unixhead probably thought was needed for Windows (replacing forward slashes in filepaths -- Windows accepts those too). Made the search criteria for NEWS.txt much looser (this is the one we seem to blow most often). Changed replace() in several ways: only replace the first occurrence of the pattern (we never need more than that, and looser searches are dangerous when replacing all occurrences); provide feedback on everything done; if the pattern isn't found at all, print a noisy msg saying so. Completed the list of modified files in the module docstring.
-
Tim Peters authored
-
Tim Peters authored
SAX stuff (that all comes with the minimum Python needed to run ZODB now).
-
Tim Peters authored
God knows it will get out of synch someday, but continuing to call it version 0.3a2 is crazy.
-
Tim Peters authored
Call it beta 1. Recommend Python 2.3.4. Retract the promise that ZEO incompatibilities will be fixed in beta 1.
-
Tim Peters authored
to the dead StandaloneZODB project at SourceForge.
-
- 02 Jun, 2004 11 commits
-
-
Tim Peters authored
cacheMeanDeal, and cacheMeanDeac methods from the DB class. They were untested, undocumented, unused, and did nothing of use (the first always returned an empty tuple, the rest always returned None).
-
Tim Peters authored
-
Tim Peters authored
-
Fred Drake authored
-
Fred Drake authored
this should be automated by zpkg, but just name it specifically for now
-
Fred Drake authored
-
Jim Fulton authored
-
Fred Drake authored
- the implementation is a shim around the "persistent" package, so we need that - the tests import a function from ZODB.util
-
Fred Drake authored
error if zope.interface is not available (the ZODB import is not checked at all, though)
-
Casey Duncan authored
-
Tim Peters authored
- Put horizontal whitespace around most operators. - Split all compound statements to have one statement per physical line. - Switched to augmented assignment where possible.
-
- 01 Jun, 2004 1 commit
-
-
Tim Peters authored
so just get rid of them.
-