1. 09 Nov, 2009 3 commits
  2. 08 Nov, 2009 1 commit
  3. 05 Nov, 2009 2 commits
  4. 04 Nov, 2009 1 commit
  5. 03 Nov, 2009 8 commits
  6. 02 Nov, 2009 3 commits
  7. 01 Nov, 2009 11 commits
  8. 31 Oct, 2009 6 commits
  9. 29 Oct, 2009 5 commits
    • Mark Dickinson's avatar
      Merged revisions 75943-75945 via svnmerge from · d8a2e2b7
      Mark Dickinson authored
      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.
      ........
      d8a2e2b7
    • Mark Dickinson's avatar
      Blocked revisions 75939 via svnmerge · 99eb961a
      Mark Dickinson authored
      ........
        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.
      ........
      99eb961a
    • Lars Gustäbel's avatar
      Blocked revisions 75935 via svnmerge · fb829d4b
      Lars Gustäbel authored
      ........
        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.
      ........
      fb829d4b
    • Benjamin Peterson's avatar
      Merged revisions 75931 via svnmerge from · c717aec7
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        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.
      ........
      c717aec7
    • Benjamin Peterson's avatar
      remove binary mimetype · e7228d3e
      Benjamin Peterson authored
      e7228d3e