1. 24 May, 2003 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug 705231: Assertion failed, python aborts. · e87568dd
      Tim Peters yazdı
      float_pow():  Don't let the platform pow() raise -1.0 to an integer power
      anymore; at least glibc gets it wrong in some cases.  Note that
      math.pow() will continue to deliver wrong (but platform-native) results
      in such cases.
      e87568dd
  2. 01 May, 2003 1 kayıt (commit)
  3. 03 Şub, 2003 1 kayıt (commit)
  4. 07 Ara, 2002 1 kayıt (commit)
  5. 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
  6. 01 Nis, 2002 1 kayıt (commit)
  7. 04 Eyl, 2001 1 kayıt (commit)
  8. 03 Eyl, 2001 2 kayıt (commit)
  9. 30 Agu, 2001 2 kayıt (commit)
  10. 12 Tem, 2001 1 kayıt (commit)
  11. 12 Ara, 2000 1 kayıt (commit)
  12. 23 Eki, 2000 1 kayıt (commit)
  13. 06 Eki, 2000 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than · c54d1904
      Tim Peters yazdı
      raise ValueError.  Checked in the patch as far as it went, but also changed
      all of ints, longs and floats to raise ZeroDivisionError instead when raising
      0 to a negative number.  This is what 754-inspired stds require, as the "true
      result" is an infinity obtained from finite operands, i.e. it's a singularity.
      Also changed float pow to not be so timid about using its square-and-multiply
      algorithm.  Note that what math.pow does is unrelated to what builtin pow
      does, and will still vary by platform.
      c54d1904
  14. 23 Ara, 1999 1 kayıt (commit)
  15. 26 Mar, 1998 1 kayıt (commit)
  16. 24 Kas, 1997 1 kayıt (commit)
  17. 12 Agu, 1994 1 kayıt (commit)