1. 01 Nov, 2009 10 commits
  2. 31 Oct, 2009 6 commits
  3. 29 Oct, 2009 5 commits
    • Mark Dickinson's avatar
      Merged revisions 75943-75945 via svnmerge from · ba2c6108
      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.
      ........
      ba2c6108
    • Mark Dickinson's avatar
      Blocked revisions 75939 via svnmerge · 53f4621d
      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.
      ........
      53f4621d
    • Lars Gustäbel's avatar
      Blocked revisions 75935 via svnmerge · d4c552e5
      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.
      ........
      d4c552e5
    • Benjamin Peterson's avatar
      Merged revisions 75931 via svnmerge from · 5383bf8f
      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.
      ........
      5383bf8f
    • Benjamin Peterson's avatar
      remove binary mimetype · 984cfc1e
      Benjamin Peterson authored
      984cfc1e
  4. 28 Oct, 2009 9 commits
  5. 27 Oct, 2009 10 commits
    • R. David Murray's avatar
      Merged revisions 75301 via svnmerge from · b627587b
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75301 | r.david.murray | 2009-10-09 17:50:54 -0400 (Fri, 09 Oct 2009) | 5 lines
      
        Issue #7082: When falling back to the MIME 'name' parameter, the
        correct place to look for it is the Content-Type header.
      
        Patch by Darren Worrall.
      ........
      b627587b
    • Tarek Ziadé's avatar
      Blocked revisions 75893 via svnmerge · 95d7879b
      Tarek Ziadé authored
      ........
        r75893 | tarek.ziade | 2009-10-28 00:06:10 +0100 (Wed, 28 Oct 2009) | 1 line
      
        Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils
      ........
      95d7879b
    • Georg Brandl's avatar
      Merged revisions 75887 via svnmerge from · e40e5442
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75887 | georg.brandl | 2009-10-27 23:56:09 +0100 (Di, 27 Okt 2009) | 1 line
      
        Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode.
      ........
      e40e5442
    • Mark Dickinson's avatar
      Blocked revisions 75883 via svnmerge · f5c3ad9c
      Mark Dickinson authored
      ........
        r75883 | mark.dickinson | 2009-10-27 22:09:33 +0000 (Tue, 27 Oct 2009) | 1 line
      
        Test long inputs to float
      ........
      f5c3ad9c
    • Mark Dickinson's avatar
      Blocked revisions 75879 via svnmerge · cace3359
      Mark Dickinson authored
      ........
        r75879 | mark.dickinson | 2009-10-27 21:48:20 +0000 (Tue, 27 Oct 2009) | 3 lines
      
        Silence gcc warnings when trying to print an off_t using "lld", on platforms
        where off_t has type long (e.g., 64-bit Linux).
      ........
      cace3359
    • Tarek Ziadé's avatar
      Blocked revisions 75871 via svnmerge · 972b2c8c
      Tarek Ziadé authored
      ........
        r75871 | tarek.ziade | 2009-10-27 22:20:27 +0100 (Tue, 27 Oct 2009) | 1 line
      
        Issue #7218: Fix test_site for win32
      ........
      972b2c8c
    • Georg Brandl's avatar
      Create the function before using it. · 753d95f3
      Georg Brandl authored
      753d95f3
    • Eric Smith's avatar
      Blocked revisions 75846 via svnmerge · dd25d3b2
      Eric Smith authored
      ........
        r75846 | eric.smith | 2009-10-27 15:42:57 -0400 (Tue, 27 Oct 2009) | 1 line
      
        Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brings it more in line with py3k.
      ........
      dd25d3b2
    • Eric Smith's avatar
      Blocked revisions 75824 via svnmerge · 4e45a9b7
      Eric Smith authored
      ........
        r75824 | eric.smith | 2009-10-27 14:33:14 -0400 (Tue, 27 Oct 2009) | 1 line
      
        Removed PyOS_ascii_atof from ast.c, as mentioned in issue 7117.
      ........
      4e45a9b7
    • Mark Dickinson's avatar
      Blocked revisions 75651,75653,75658,75660,75664,75666,75672,75720,75730-75731,75739 via svnmerge · d621e1d5
      Mark Dickinson authored
      ........
        r75651 | mark.dickinson | 2009-10-24 13:13:30 +0100 (Sat, 24 Oct 2009) | 7 lines
      
        Issue #7117: Prepare for backport of py3k float repr.
        Add the Python/dtoa.c file containing the main algorithms;
        add corresponding include file and include in Python.h;
        include license information for Python/dtoa.c;
        add dtoa.c and dtoa.h to Makefile.
      ........
        r75653 | mark.dickinson | 2009-10-24 13:17:24 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Temporary define to avoid build failure
      ........
        r75658 | mark.dickinson | 2009-10-24 14:28:38 +0100 (Sat, 24 Oct 2009) | 8 lines
      
        Issue #7117 (backport py3k float repr) continued:
         - add double endianness detection to configure script
         - add configure-time check to see whether we can use inline
           assembly to get and set x87 control word in configure script
         - add functions to get and set x87 control word in Python/pymath.c
         - add pyport.h logic to determine whether it's safe to use the
           short float repr or not
      ........
        r75660 | mark.dickinson | 2009-10-24 14:31:41 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Remove temporary define from r75653
      ........
        r75664 | mark.dickinson | 2009-10-24 14:44:16 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Configure check for double rounding should take BASECFLAGS into account
      ........
        r75666 | mark.dickinson | 2009-10-24 15:01:08 +0100 (Sat, 24 Oct 2009) | 4 lines
      
        Issue #7117 (backport py3k float repr) continued:
        Add sys.float_repr_style attribute ('short' if short float
        repr is in used;  'legacy' otherwise).
      ........
        r75672 | mark.dickinson | 2009-10-24 16:54:35 +0100 (Sat, 24 Oct 2009) | 4 lines
      
        Issue #7117:  temporarily disable the short float repr while the
        pieces are being assembled.  To re-enable, define the preprocessor
        symbol PY_SHORT_FLOAT_REPR
      ........
        r75720 | mark.dickinson | 2009-10-26 15:39:50 +0000 (Mon, 26 Oct 2009) | 3 lines
      
        Issue #7117 (backport py3k float repr) continued:
        Backport pystrtod.c from py3k.
      ........
        r75730 | mark.dickinson | 2009-10-26 21:09:09 +0000 (Mon, 26 Oct 2009) | 2 lines
      
        Issue #7117:  Backport missing pystrtod.h declarations from py3k.
      ........
        r75731 | mark.dickinson | 2009-10-26 21:11:20 +0000 (Mon, 26 Oct 2009) | 4 lines
      
        Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
        floatobject.c.  Also, remove limitation on length of unicode inputs to
        float().
      ........
        r75739 | mark.dickinson | 2009-10-26 22:28:14 +0000 (Mon, 26 Oct 2009) | 5 lines
      
        Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
        complexobject.c.  Also remove length restriction on unicode inputs to
        the complex constructor.
      ........
      d621e1d5