1. 07 Nis, 2010 1 kayıt (commit)
  2. 06 Nis, 2010 12 kayıt (commit)
  3. 05 Nis, 2010 5 kayıt (commit)
  4. 04 Nis, 2010 7 kayıt (commit)
  5. 03 Nis, 2010 14 kayıt (commit)
    • Mark Dickinson's avatar
      Blocked revisions 79701 via svnmerge · 294544f1
      Mark Dickinson yazdı
      ................
        r79701 | mark.dickinson | 2010-04-03 16:51:03 +0100 (Sat, 03 Apr 2010) | 9 lines
      
        Merged revisions 79699 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79699 | mark.dickinson | 2010-04-03 16:47:46 +0100 (Sat, 03 Apr 2010) | 1 line
      
          Add Misc/NEWS entry for r79609.
        ........
      ................
      294544f1
    • Ezio Melotti's avatar
      Blocked revisions 79689 via svnmerge · 9151233e
      Ezio Melotti yazdı
      ........
        r79689 | ezio.melotti | 2010-04-03 18:27:05 +0300 (Sat, 03 Apr 2010) | 1 line
      
        Add -bb to rt.bat to do some extra checks during the tests (it is already used by the non-Windows buildbots).
      ........
      9151233e
    • Mark Dickinson's avatar
      Blocked revisions 79688 via svnmerge · 94147296
      Mark Dickinson yazdı
      ........
        r79688 | mark.dickinson | 2010-04-03 16:26:31 +0100 (Sat, 03 Apr 2010) | 1 line
      
        Internal refactoring in struct.pack:  make all integer conversions go through get_pylong.
      ........
      94147296
    • Ezio Melotti's avatar
      Blocked revisions 79600 via svnmerge · 4ca2bd2a
      Ezio Melotti yazdı
      ................
        r79600 | ezio.melotti | 2010-04-02 16:56:40 +0300 (Fri, 02 Apr 2010) | 15 lines
      
        Merged revisions 79540-79541 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        Add -Wd to the flags used to run the tests (-3 is not necessary here).
      
        ........
          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.
        ........
      ................
      4ca2bd2a
    • Mark Dickinson's avatar
      Blocked revisions 79683 via svnmerge · 0bb19183
      Mark Dickinson yazdı
      ........
        r79683 | mark.dickinson | 2010-04-03 16:07:40 +0100 (Sat, 03 Apr 2010) | 1 line
      
        Clean up integer tests in test_struct, and bring them more in line with the trunk tests.
      ........
      0bb19183
    • Ezio Melotti's avatar
      Blocked revisions 79681 via svnmerge · 2e958571
      Ezio Melotti yazdı
      ................
        r79681 | ezio.melotti | 2010-04-03 17:59:49 +0300 (Sat, 03 Apr 2010) | 9 lines
      
        Merged revisions 79678 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79678 | ezio.melotti | 2010-04-03 17:51:00 +0300 (Sat, 03 Apr 2010) | 1 line
      
          Use more specific assert* methods in test_decimal.
        ........
      ................
      2e958571
    • Mark Dickinson's avatar
      Blocked revisions 79676 via svnmerge · b32b301b
      Mark Dickinson yazdı
      ........
        r79676 | mark.dickinson | 2010-04-03 15:24:58 +0100 (Sat, 03 Apr 2010) | 1 line
      
        Remove unused define.
      ........
      b32b301b
    • Mark Dickinson's avatar
      Blocked revisions 79670 via svnmerge · 62dfc8b3
      Mark Dickinson yazdı
      ................
        r79670 | mark.dickinson | 2010-04-03 12:18:52 +0100 (Sat, 03 Apr 2010) | 9 lines
      
        Merged revisions 79629 via svnmerge from
        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.
        ........
      ................
      62dfc8b3
    • Mark Dickinson's avatar
      Blocked revisions 79668 via svnmerge · aa80e47f
      Mark Dickinson yazdı
      ................
        r79668 | mark.dickinson | 2010-04-03 12:08:14 +0100 (Sat, 03 Apr 2010) | 26 lines
      
        Merged revisions 79583,79588-79589 via svnmerge from
        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.
        ........
      ................
      aa80e47f
    • Mark Dickinson's avatar
      Merged revisions 79665 via svnmerge from · f53b1e2f
      Mark Dickinson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r79665 | mark.dickinson | 2010-04-03 11:49:56 +0100 (Sat, 03 Apr 2010) | 20 lines
      
        Merged revisions 79661 via svnmerge from
        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.
        ........
      ................
      f53b1e2f
    • Tarek Ziadé's avatar
      Blocked revisions 79657 via svnmerge · 8e16b7e4
      Tarek Ziadé yazdı
      ................
        r79657 | tarek.ziade | 2010-04-03 10:46:49 +0200 (Sat, 03 Apr 2010) | 9 lines
      
        Merged revisions 79652 via svnmerge from
        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
        ........
      ................
      8e16b7e4
    • Tarek Ziadé's avatar
      Blocked revisions 79621 via svnmerge · 135c1a49
      Tarek Ziadé yazdı
      ................
        r79621 | tarek.ziade | 2010-04-02 23:24:55 +0200 (Fri, 02 Apr 2010) | 9 lines
      
        Merged revisions 79618 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79618 | tarek.ziade | 2010-04-02 23:14:04 +0200 (Fri, 02 Apr 2010) | 1 line
      
          removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest
        ........
      ................
      135c1a49
    • Benjamin Peterson's avatar
      Merged revisions 79645 via svnmerge from · bde0c9db
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r79645 | benjamin.peterson | 2010-04-02 20:40:24 -0500 (Fri, 02 Apr 2010) | 13 lines
      
        Merged revisions 79642,79644 via svnmerge from
        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
        ........
      ................
      bde0c9db
    • Florent Xicluna's avatar
      Merged revision 79605 via svnmerge from · 05609eff
      Florent Xicluna yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r79605 | antoine.pitrou | 2010-04-02 19:12:12 +0200 (ven, 02 avr 2010) | 3 lines
      
        Furniture is not very reliable these days (buildbot failures).
      ........
      05609eff
  6. 02 Nis, 2010 1 kayıt (commit)