1. 12 Şub, 2004 1 kayıt (commit)
  2. 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
  3. 11 Haz, 2002 1 kayıt (commit)
  4. 30 Ock, 2001 1 kayıt (commit)
  5. 01 Eyl, 2000 1 kayıt (commit)
    • Tim Peters's avatar
      The "more" cmd varies across Windows flavors, sometimes adding stray · 3620857d
      Tim Peters yazdı
      newlines at the start or end.  Fiddle test_popen2 and popen2._test() to
      tolerate this.  Also change all "assert"s in these tests to raise
      explicit exceptions, so that python -O doesn't render them useless.
      Also, in case of error, make the msg display the reprs of what we
      wrote and what we read, so we can tell exactly why it's failing.
      3620857d
  6. 28 Agu, 2000 1 kayıt (commit)
  7. 27 Tem, 2000 1 kayıt (commit)
  8. 11 Mar, 1999 1 kayıt (commit)