An error occurred fetching the project authors.
  1. 03 Apr, 2010 8 commits
    • Mark Dickinson's avatar
      Merged revisions 79629 via svnmerge from · 98127c37
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79629 | mark.dickinson | 2010-04-02 23:27:36 +0100 (Fri, 02 Apr 2010) | 2 lines
      
        Issue #8294:  Allow float and Decimal arguments in Fraction constructor.
      ........
      98127c37
    • Mark Dickinson's avatar
      Merged revisions 79583,79588-79589 via svnmerge from · ac256ab2
      Mark Dickinson authored
      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
    • Mark Dickinson's avatar
      Merged revisions 79661 via svnmerge from · 5fc16b46
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79661 | mark.dickinson | 2010-04-03 11:27:05 +0100 (Sat, 03 Apr 2010) | 14 lines
      
        Fix a couple of issues with the test_structmembersType class in _testcapimodule
      
         - rename to _test_structmembersType to avoid the class being automatically
           called by test_capi
      
         - allow space for trailing NUL in inplace_member field of all_structmembers
      
         - use T_STRING_INPLACE instead of T_INPLACE_STRING as keyword argument
           to _test_structmembersType initializer
      
         - don't attempt to initialize inplace_member field if T_STRING_INPLACE
           argument wasn't supplied.
      ........
      5fc16b46
    • Raymond Hettinger's avatar
      9c01e441
    • Tarek Ziadé's avatar
      Merged revisions 79652 via svnmerge from · 03d788dc
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79652 | tarek.ziade | 2010-04-03 10:37:59 +0200 (Sat, 03 Apr 2010) | 1 line
      
        Issue #1222585: Added LDCXXSHARED for C++ support
      ........
      03d788dc
    • Victor Stinner's avatar
      Blocked revisions 79654 via svnmerge · 1826c48d
      Victor Stinner authored
      ........
        r79654 | victor.stinner | 2010-04-03 10:40:16 +0200 (sam., 03 avril 2010) | 5 lines
      
        Issue #8227: Fix C API documentation, argument parsing
      
         * 'z', 'z#', 'z*' does also accept Unicode
         * unify types name: replace "string or Unicode objet" by "string or Unicode"
      ........
      1826c48d
    • Benjamin Peterson's avatar
      Merged revisions 79642,79644 via svnmerge from · 80d8fd85
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79642 | benjamin.peterson | 2010-04-02 20:08:34 -0500 (Fri, 02 Apr 2010) | 1 line
      
        split out large test function
      ........
        r79644 | benjamin.peterson | 2010-04-02 20:28:57 -0500 (Fri, 02 Apr 2010) | 1 line
      
        give TypeError when trying to set T_STRING_INPLACE
      ........
      80d8fd85
    • Benjamin Peterson's avatar
      Blocked revisions 79636,79639 via svnmerge · a811c16a
      Benjamin Peterson authored
      ........
        r79636 | benjamin.peterson | 2010-04-02 18:59:41 -0500 (Fri, 02 Apr 2010) | 4 lines
      
        always check _PyString_Resize for error
      
        also normalize how this error is checked
      ........
        r79639 | benjamin.peterson | 2010-04-02 19:57:33 -0500 (Fri, 02 Apr 2010) | 1 line
      
        more _PyString_Resize error checking
      ........
      a811c16a
  2. 02 Apr, 2010 18 commits
  3. 01 Apr, 2010 3 commits
  4. 31 Mar, 2010 5 commits
  5. 30 Mar, 2010 6 commits