1. 23 Şub, 2008 1 kayıt (commit)
  2. 09 Nis, 2006 1 kayıt (commit)
  3. 30 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Complete the absolute import patch for the test suite. All relative · 408b6d34
      Barry Warsaw yazdı
      imports of test modules now import from the test package.  Other
      related oddities are also fixed (like DeprecationWarning filters that
      weren't specifying the full import part, etc.).  Also did a general
      code cleanup to remove all "from test.test_support import *"'s.  Other
      from...import *'s weren't changed.
      408b6d34
  4. 04 Eyl, 2001 1 kayıt (commit)
  5. 16 Agu, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      Repair some accidents causing Windows failures: · 63a8d694
      Tim Peters yazdı
      + test_compare.  While None compares less than anything else, it's not
        always the case that None has the smallest id().
      + test_descr.  The output of %p (pointer) formats varies across platforms.
        In particular, on Windows it doesn't produce a leading "0x".
      63a8d694
  6. 15 Agu, 2001 1 kayıt (commit)
  7. 04 Ock, 2001 1 kayıt (commit)
  8. 03 Ock, 2001 1 kayıt (commit)
  9. 02 Ock, 2001 1 kayıt (commit)