1. 25 Ara, 2005 1 kayıt (commit)
  2. 03 Kas, 2005 1 kayıt (commit)
  3. 12 Şub, 2004 1 kayıt (commit)
  4. 23 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Get rid of relative imports in all unittests. Now anything that · 04f357cf
      Barry Warsaw yazdı
      imports e.g. test_support must do so using an absolute package name
      such as "import test.test_support" or "from test import test_support".
      
      This also updates the README in Lib/test, and gets rid of the
      duplicate data dirctory in Lib/test/data (replaced by
      Lib/email/test/data).
      
      Now Tim and Jack can have at it. :)
      04f357cf
  5. 17 Ock, 2001 1 kayıt (commit)
  6. 23 Eki, 2000 1 kayıt (commit)
  7. 29 Agu, 2000 1 kayıt (commit)
    • Andrew M. Kuchling's avatar
      Fix for two problems on FreeBSD: · d50a1877
      Andrew M. Kuchling yazdı
      In test_poll1(), unregister file descriptors as they're closed,
          and also close the read end of the pipe
      In test_poll2(), make the code assume less about the combinations of flag
          bits that will be returned
      d50a1877
  8. 26 Agu, 2000 1 kayıt (commit)
    • Tim Peters's avatar
      Another new test using "from test.test_support import ...", causing · 43dee064
      Tim Peters yazdı
      subtle breakage on Windows (the test is skipped here, but the TestSkipped
      exception wasn't recognized as such, because of duplicate copies of
      test_support got loaded; so the test looks like a failure under Windows
      instead of a skip).
      Repaired the import, but
      
              THIS TEST *WILL* FAIL ON OTHER SYSTEMS NOW!
      
      Again due to the duplicate copies of test_support, the checked-in
      "expected output" file actually contains verbose-mode output.  I can't
      generate the *correct* non-verbose output on my system.  So, somebody
      please do that.
      43dee064
  9. 25 Agu, 2000 1 kayıt (commit)