1. 01 Kas, 2009 12 kayıt (commit)
  2. 31 Eki, 2009 8 kayıt (commit)
  3. 30 Eki, 2009 7 kayıt (commit)
  4. 29 Eki, 2009 4 kayıt (commit)
    • Mark Dickinson's avatar
      Merged revisions 75943-75945 via svnmerge from · a2d1fe0b
      Mark Dickinson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75943 | mark.dickinson | 2009-10-29 11:09:09 +0000 (Thu, 29 Oct 2009) | 1 line
      
        Fix duplicate test numbers in extra.decTest
      ........
        r75944 | mark.dickinson | 2009-10-29 12:04:00 +0000 (Thu, 29 Oct 2009) | 3 lines
      
        Issue #7233:  A number of two-argument Decimal methods were failing to
        accept ints and longs for the second argument.
      ........
        r75945 | mark.dickinson | 2009-10-29 12:11:18 +0000 (Thu, 29 Oct 2009) | 4 lines
      
        Issue #7233:  Fix Decimal.shift and Decimal.rotate methods for
        arguments with more digits than the current context precision.
        Bug reported by Stefan Krah.
      ........
      a2d1fe0b
    • Mark Dickinson's avatar
      Merged revisions 75939 via svnmerge from · cb9285cd
      Mark Dickinson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75939 | mark.dickinson | 2009-10-29 09:46:04 +0000 (Thu, 29 Oct 2009) | 5 lines
      
        Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
        The sensible solution seems to be to implement %lld for PyString_FromFormat(V)
        and PyErr_Format.  See issue #7228.
      ........
      cb9285cd
    • Lars Gustäbel's avatar
      Merged revisions 75935 via svnmerge from · 1440df2f
      Lars Gustäbel yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75935 | lars.gustaebel | 2009-10-29 10:15:00 +0100 (Thu, 29 Oct 2009) | 3 lines
      
        Issue #4750: Store the basename of the original filename in
        the gzip FNAME header as required by RFC 1952.
      ........
      1440df2f
    • Benjamin Peterson's avatar
      Blocked revisions 75931 via svnmerge · 2ee28c90
      Benjamin Peterson yazdı
      ........
        r75931 | benjamin.peterson | 2009-10-28 20:49:07 -0500 (Wed, 28 Oct 2009) | 5 lines
      
        do a backport of r75928
      
        The added test does not fail without the patch, but we still fix the issue of
        surrogates being used in wide builds where they should not be.
      ........
      2ee28c90
  5. 28 Eki, 2009 7 kayıt (commit)
  6. 27 Eki, 2009 2 kayıt (commit)