1. 03 Agu, 2010 2 kayıt (commit)
  2. 06 Şub, 2010 1 kayıt (commit)
  3. 26 Mar, 2009 2 kayıt (commit)
  4. 10 May, 2008 1 kayıt (commit)
  5. 01 Nis, 2008 1 kayıt (commit)
  6. 09 Nis, 2006 1 kayıt (commit)
  7. 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
  8. 27 Şub, 2001 1 kayıt (commit)
  9. 17 Ock, 2001 2 kayıt (commit)
  10. 04 Agu, 2000 1 kayıt (commit)
  11. 23 Şub, 1999 1 kayıt (commit)
  12. 26 Mar, 1998 1 kayıt (commit)
  13. 09 Nis, 1997 1 kayıt (commit)
  14. 20 Ara, 1996 2 kayıt (commit)
  15. 16 Ara, 1996 1 kayıt (commit)
  16. 13 Ara, 1996 1 kayıt (commit)
    • Roger E. Masse's avatar
      Test for the dl module. This only works for SunOS and Solaris. · 7eee08d0
      Roger E. Masse yazdı
      I've attempted to make a test that silently exits if either
      module dl is not present, we're not on a Sun OS, or a standard
      shared library ('/usr/lib/libresolv.so') is not found...  Otherwise,
      It does a simple test of dlmodule on that library.  I *think*
      this would be ok to add to testall.py but I'll wait till I hear
      some feedback on the liberalness of this approach.
      7eee08d0