1. 19 Feb, 2004 12 commits
  2. 18 Feb, 2004 6 commits
  3. 17 Feb, 2004 3 commits
  4. 14 Feb, 2004 1 commit
  5. 12 Feb, 2004 1 commit
  6. 11 Feb, 2004 11 commits
  7. 06 Feb, 2004 1 commit
  8. 05 Feb, 2004 2 commits
  9. 04 Feb, 2004 1 commit
  10. 19 Jan, 2004 1 commit
  11. 16 Jan, 2004 1 commit
    • Tim Peters's avatar
      checkPackAfterUndoDeletion(): the new fix for "redundant" packs caused · 02178b3e
      Tim Peters authored
      trouble here on Windows, due to the poor granulatiry of Windows time.time()
      feeding into pack-time selection in this test.  Moved the snooze() from
      before pack time selection to after it, which appears to be a sufficient
      fix; this can't hurt Linux, because the snooze() calls aren't needed at
      all there (but don't hurt either).
      02178b3e