1. 05 Kas, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      Some days, I think my comment of · 173f11da
      Michael W. Hudson yazdı
      	/* this is harder to get right than you might think */
      
      angered some God somewhere.  After noticing
      
          >>> range(5000000)[slice(96360, None, 439)]
          []
      
      I found that my cute test for the slice being empty failed due to
      overflow.  Fixed, and added simple test (not the above!).
      173f11da
  2. 08 Agu, 2002 1 kayıt (commit)
  3. 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
  4. 19 Tem, 2002 1 kayıt (commit)