An error occurred fetching the project authors.
  1. 01 May, 2003 1 commit
  2. 29 Apr, 2003 1 commit
  3. 25 Apr, 2003 2 commits
  4. 23 Jul, 2002 1 commit
    • Barry Warsaw's avatar
      Get rid of relative imports in all unittests. Now anything that · 04f357cf
      Barry Warsaw authored
      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. 28 Jan, 2001 1 commit
  6. 20 Jan, 2001 1 commit
  7. 19 Jan, 2001 2 commits
  8. 17 Jan, 2001 1 commit
  9. 23 Oct, 2000 1 commit
  10. 14 Sep, 2000 1 commit
  11. 31 Aug, 2000 1 commit
    • Jeremy Hylton's avatar
      fixes bug #111951 · 6102e29d
      Jeremy Hylton authored
      applies patch #101369 by Moshe Zadke
      use explicit list of always safe characters instead of string.letters
      add test case
      6102e29d