1. 07 Apr, 2010 1 commit
    • Ezio Melotti's avatar
      Blocked revisions 79314,79316,79320,79528 via svnmerge · 067b4bfe
      Ezio Melotti authored
      ........
        r79314 | ezio.melotti | 2010-03-23 01:07:32 +0200 (Tue, 23 Mar 2010) | 1 line
      
        Update the version number of the Unicode Database in a few more places.
      ........
        r79316 | ezio.melotti | 2010-03-23 02:25:19 +0200 (Tue, 23 Mar 2010) | 1 line
      
        Remove link to objects.rst (gone in r79179).
      ........
        r79320 | ezio.melotti | 2010-03-23 02:38:12 +0200 (Tue, 23 Mar 2010) | 1 line
      
        Link specifically to the UCD version 5.2.0.
      ........
        r79528 | ezio.melotti | 2010-03-31 11:33:50 +0300 (Wed, 31 Mar 2010) | 1 line
      
        Silence a py3k warning.
      ........
      067b4bfe
  2. 06 Apr, 2010 10 commits
  3. 05 Apr, 2010 7 commits
  4. 04 Apr, 2010 8 commits
  5. 03 Apr, 2010 13 commits
    • Mark Dickinson's avatar
      Blocked revisions 79707 via svnmerge · d661291e
      Mark Dickinson authored
      ........
        r79707 | mark.dickinson | 2010-04-03 17:41:20 +0100 (Sat, 03 Apr 2010) | 5 lines
      
        Ensure 'module removed' warning messages contain the word 'module' or 'package'.
      
        This should fix the test_py3kwarn failure on OS X.  test_support.import_module
        also requires this.
      ........
      d661291e
    • Mark Dickinson's avatar
      Blocked revisions 79699 via svnmerge · 0da2aa5f
      Mark Dickinson authored
      ........
        r79699 | mark.dickinson | 2010-04-03 16:47:46 +0100 (Sat, 03 Apr 2010) | 1 line
      
        Add Misc/NEWS entry for r79609.
      ........
      0da2aa5f
    • Ezio Melotti's avatar
      Blocked revisions 79624 via svnmerge · 808a70ad
      Ezio Melotti authored
      ........
        r79624 | ezio.melotti | 2010-04-03 00:43:10 +0300 (Sat, 03 Apr 2010) | 1 line
      
        Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest is now a package).
      ........
      808a70ad
    • Ezio Melotti's avatar
      Blocked revisions 79540-79541 via svnmerge · 7630db88
      Ezio Melotti authored
      ........
        r79540 | ezio.melotti | 2010-04-01 01:18:09 +0300 (Thu, 01 Apr 2010) | 1 line
      
        Add -Wd and -3 to the flags used to run the tests.
      ........
        r79541 | ezio.melotti | 2010-04-01 01:43:31 +0300 (Thu, 01 Apr 2010) | 1 line
      
        Add -Wd and -3 to the flags used to run the tests on Windows.
      ........
      7630db88
    • Ezio Melotti's avatar
      Blocked revisions 79678 via svnmerge · 0f2c9674
      Ezio Melotti authored
      ........
        r79678 | ezio.melotti | 2010-04-03 17:51:00 +0300 (Sat, 03 Apr 2010) | 1 line
      
        Use more specific assert* methods in test_decimal.
      ........
      0f2c9674
    • Mark Dickinson's avatar
      Blocked revisions 79674 via svnmerge · d079d934
      Mark Dickinson authored
      ........
        r79674 | mark.dickinson | 2010-04-03 15:05:10 +0100 (Sat, 03 Apr 2010) | 3 lines
      
        Issue #8300:  Let struct.pack use __index__ to convert and pack non-integers.
        Based on a patch by Meador Inge.
      ........
      d079d934
    • Mark Dickinson's avatar
      Blocked revisions 79629 via svnmerge · dc384f97
      Mark Dickinson authored
      ........
        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.
      ........
      dc384f97
    • Mark Dickinson's avatar
      Blocked revisions 79583,79588-79589 via svnmerge · a6be8121
      Mark Dickinson authored
      ........
        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.
      ........
      a6be8121
    • Mark Dickinson's avatar
      Merged revisions 79661 via svnmerge from · 9ebc4b13
      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.
      ........
      9ebc4b13
    • Mark Dickinson's avatar
    • Victor Stinner's avatar
      Merged revisions 79654 via svnmerge from · 30b360a6
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        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"
      ........
      30b360a6
    • Tarek Ziadé's avatar
      Blocked revisions 79652 via svnmerge · db973963
      Tarek Ziadé authored
      ........
        r79652 | tarek.ziade | 2010-04-03 10:37:59 +0200 (Sat, 03 Apr 2010) | 1 line
      
        Issue #1222585: Added LDCXXSHARED for C++ support
      ........
      db973963
    • Benjamin Peterson's avatar
      Merged revisions 79642,79644 via svnmerge from · 2660fb50
      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
      ........
      2660fb50
  6. 02 Apr, 2010 1 commit