1. 11 Apr, 2010 2 commits
  2. 10 Apr, 2010 1 commit
  3. 09 Apr, 2010 1 commit
  4. 07 Apr, 2010 3 commits
    • Benjamin Peterson's avatar
      remove use of 2.7 unittest features · 440869c9
      Benjamin Peterson authored
      440869c9
    • Stefan Krah's avatar
      Blocked revisions 79885 via svnmerge · 405b6bc4
      Stefan Krah authored
      ........
        r79885 | stefan.krah | 2010-04-07 10:24:44 +0200 (Wed, 07 Apr 2010) | 1 line
      
        Issue #8328: Silence Visual Studio warnings.
      ........
      405b6bc4
    • 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
  5. 06 Apr, 2010 10 commits
  6. 05 Apr, 2010 7 commits
  7. 04 Apr, 2010 8 commits
  8. 03 Apr, 2010 8 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