1. 08 May, 2003 3 commits
    • Jeremy Hylton's avatar
      2b15f06b
    • Tim Peters's avatar
      checkTransactionalUndoAfterPack(): This failed sporadically on Windows, · 040dc5a2
      Tim Peters authored
      due to the coarseness of time.time() on Windows.  It looks like an
      attempt was made before to fix this, and also removed a wrong comment
      explaining that fix.  .pack() used to be documented incorrectly, saying
      that stuff before the pack time was packed away.  It's actually the case
      that stuff before *or equal to* the pack time is packed away, and that's
      a crucial distinction on Windows because time.time() often (usually,
      in fact) returns the same value on two successive calls.  The earlier
      fix attempt tried to separate observed time.time() values, but did so
      before the pack().  That's usually appropriate, but in this test we
      really need to make sure that object revisions *after* the pack() get
      timestamps distinct from the pack time (else they'll get packed away,
      and the test isn't expecting that).
      040dc5a2
    • Tim Peters's avatar
      The newer checkPackVersionReachable() test must fail when using · b8235069
      Tim Peters authored
      a MappingStorage (which doesn't support versions), so stop trying to
      test that combo.
      b8235069
  2. 02 May, 2003 3 commits
  3. 01 May, 2003 19 commits
  4. 30 Apr, 2003 2 commits
  5. 29 Apr, 2003 2 commits
  6. 25 Apr, 2003 1 commit
  7. 24 Apr, 2003 3 commits
  8. 23 Apr, 2003 5 commits
  9. 22 Apr, 2003 2 commits