1. 17 Tem, 2006 1 kayıt (commit)
  2. 06 Nis, 2006 1 kayıt (commit)
  3. 23 Kas, 2003 1 kayıt (commit)
  4. 18 Tem, 2003 1 kayıt (commit)
  5. 09 Haz, 2003 1 kayıt (commit)
  6. 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
  7. 30 Eki, 2001 1 kayıt (commit)
  8. 25 Eki, 2001 1 kayıt (commit)
    • Barry Warsaw's avatar
      Applying proposed patch for bug #474583, optional support for · 107771a2
      Barry Warsaw yazdı
      non-standard but common types.  Including Martin's suggestion to add
      rejected non-standard types from patch #438790.  Specifically,
      
      guess_type(), guess_extension(): Both the functions and the methods
      grow an optional "strict" flag, defaulting to true, which determines
      whether to recognize non-standard, but commonly found types or not.
      
      Also, I sorted, reformatted, and culled duplicates from the big
      types_map dictionary.  Note that there are a few non-equivalent
      duplicates (e.g. .cdf and .xls) for which the first will just get
      thrown away.  I didn't remove those though.
      
      Finally, use of the module as a script as grown the -l and -e options
      to toggle strictness and to do guess_extension(), respectively.
      
      Doc and unittest updates too.
      107771a2
  9. 20 Eyl, 2001 1 kayıt (commit)
  10. 16 Agu, 2001 1 kayıt (commit)