1. 09 Jan, 2004 3 commits
    • Tim Peters's avatar
      ClientThread(): Some of the packing tests still fail in rare & strange · 4710a5c4
      Tim Peters authored
      ways, but unittest never notices this because the tests always fail in
      a thread unittest doesn't know anything about.  Changed ClientThread
      to derive from the MTStorage tests' TestThread, which arranges to re-raise
      a thread-death exception in the main thread.  Tested "by hand", via
      temporarily forcing fatal thread exceptions in all the Pack[Now]WhileWriting
      tests; unittest did notice those now.  So, when this happens again in real
      life, we'll no longer be fooled by test runner reports claiming that
      everything passed, and then frustrated by not even being able to tell
      which test failed (you can't tell from the isolated thread traceback(s)
      wading in the sea of testrunner dot output).
      4710a5c4
    • Tim Peters's avatar
    • Jeremy Hylton's avatar
      Remove a bunch of old files. · 4d8ca6fd
      Jeremy Hylton authored
      4d8ca6fd
  2. 08 Jan, 2004 4 commits
  3. 07 Jan, 2004 3 commits
  4. 06 Jan, 2004 14 commits
  5. 05 Jan, 2004 8 commits
  6. 02 Jan, 2004 8 commits