1. 01 Feb, 2005 3 commits
  2. 31 Jan, 2005 16 commits
  3. 30 Jan, 2005 7 commits
  4. 29 Jan, 2005 3 commits
  5. 27 Jan, 2005 3 commits
  6. 26 Jan, 2005 2 commits
  7. 25 Jan, 2005 1 commit
  8. 24 Jan, 2005 2 commits
  9. 21 Jan, 2005 3 commits
    • Tim Peters's avatar
      Try to repair testRunIgnoresParentSignals. · cb922396
      Tim Peters authored
      Instead of poke-and-hope guessing at how long to wait
      for the child process to start running, use send_action()
      in a loop to ask about that more directly -- but don't
      wait longer than a minute.
      
      The test should run faster on most boxes now, but
      take up to a minute on boxes that are bogged down for
      whatever reason.
      
      Note that this checkin is being made from a wrong place!
      zdaemon isn't part of the Zope tree, it's stitched in
      from the zdaemon repository.  So this checkin has no
      effect on zdaemon.  It will need to be sideported later
      if it turns out to fix the overnight test failures.
      cb922396
    • Tim Peters's avatar
      Revert rev 28860, in preparation for a more principled · 2d291875
      Tim Peters authored
      fix for testRunIgnoresParentSignals.
      2d291875
    • Stefan H. Holek's avatar
      Make VerboseSecurity work in unit tests. · d00b8992
      Stefan H. Holek authored
      d00b8992