1. 13 May, 2004 6 commits
  2. 12 May, 2004 5 commits
  3. 11 May, 2004 12 commits
  4. 07 May, 2004 1 commit
  5. 04 May, 2004 2 commits
  6. 03 May, 2004 1 commit
  7. 02 May, 2004 2 commits
  8. 30 Apr, 2004 1 commit
  9. 29 Apr, 2004 8 commits
  10. 26 Apr, 2004 2 commits
    • Fred Drake's avatar
      Medusa wants the IP number, not the actual hostname, so give it that · f654a4f8
      Fred Drake authored
      way.  We do more work up front, but this makes the pieces go together
      more cleanly in the end since expectations aren't fudged.
      f654a4f8
    • Tim Peters's avatar
      BaseTest.check_prepare(): the default hostname on Windows isn't an · 86102785
      Tim Peters authored
      empty string, so check_prepare() can't expect factory.prepare() to
      change the host on Windows.  This repairs Windows failures in
      
      test_fcgi_factory
      test_ftp_factory
      test_http_factory
      test_icp_factory
      test_webdav_source_factory
      test_monitor_factory_with_emergency_user
      test_monitor_factory_without_emergency_user
      
      Unfortunately, it also exposes 2 new Windows failures in
      
      test_http_factory
      test_webdav_source_factory
      86102785