1. 09 May, 2007 1 commit
    • Collin Winter's avatar
      Fix a bug in test.test_support.open_urlresource(). · fa9be8c2
      Collin Winter authored
      If the call to requires() doesn't precede the filesystem check, we get the following situation:
      1. ./python Lib/test/regrtest.py test_foo # test needs urlfetch, not enabled, so skipped
      2. ./python Lib/test/regrtest.py -u urlfetch test_foo # test runs
      3. ./python Lib/test/regrtest.py test_foo # test runs (!)
      
      By moving the call to requires() *before* the filesystem check, the fact that fetched files are cached on the local disk becomes an implementation detail, rather than a semantics-changing point of note.
      fa9be8c2
  2. 07 May, 2007 2 commits
  3. 06 May, 2007 1 commit
  4. 05 May, 2007 2 commits
  5. 04 May, 2007 7 commits
  6. 03 May, 2007 8 commits
  7. 02 May, 2007 3 commits
  8. 01 May, 2007 4 commits
  9. 30 Apr, 2007 3 commits
  10. 29 Apr, 2007 1 commit
  11. 27 Apr, 2007 2 commits
  12. 26 Apr, 2007 5 commits
  13. 25 Apr, 2007 1 commit