1. 26 Kas, 2013 1 kayıt (commit)
  2. 15 Ara, 2012 1 kayıt (commit)
  3. 18 Kas, 2012 4 kayıt (commit)
  4. 31 Eki, 2012 2 kayıt (commit)
  5. 30 Agu, 2012 2 kayıt (commit)
  6. 11 May, 2012 1 kayıt (commit)
  7. 23 Mar, 2012 1 kayıt (commit)
  8. 21 Mar, 2012 2 kayıt (commit)
  9. 14 Ock, 2012 2 kayıt (commit)
  10. 04 Tem, 2011 2 kayıt (commit)
  11. 12 Ock, 2011 1 kayıt (commit)
  12. 08 Ock, 2011 1 kayıt (commit)
  13. 21 Kas, 2010 2 kayıt (commit)
  14. 07 Kas, 2010 3 kayıt (commit)
  15. 17 Agu, 2010 1 kayıt (commit)
  16. 11 Haz, 2010 1 kayıt (commit)
  17. 29 May, 2010 4 kayıt (commit)
  18. 22 May, 2010 1 kayıt (commit)
  19. 04 Nis, 2010 5 kayıt (commit)
  20. 03 Nis, 2010 1 kayıt (commit)
    • Mark Dickinson's avatar
      Merged revisions 79583,79588-79589 via svnmerge from · ac256ab2
      Mark Dickinson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79583 | mark.dickinson | 2010-04-02 09:53:22 +0100 (Fri, 02 Apr 2010) | 7 lines
      
        Issue #2531: Make float-to-decimal comparisons return correct results.
      
        Float to decimal comparison operations now return a result based on
        the numeric values of the operands.  Decimal.__hash__ has also been
        fixed so that Decimal and float values that compare equal have equal
        hash value.
      ........
        r79588 | mark.dickinson | 2010-04-02 11:17:07 +0100 (Fri, 02 Apr 2010) | 2 lines
      
        Issue #7279:  Make comparisons involving a Decimal sNaN signal InvalidOperation.
      ........
        r79589 | mark.dickinson | 2010-04-02 11:35:12 +0100 (Fri, 02 Apr 2010) | 6 lines
      
        Issue #7279:  Make Decimal('nan') hashable.  Decimal('snan') remains unhashable.
      
        Also rewrite the Decimal __hash__ method so that it doesn't rely on
        float('inf') being valid: float('inf') could raise an exception on
        platforms not using IEEE 754 arithmetic.
      ........
      ac256ab2
  21. 02 Nis, 2010 2 kayıt (commit)