1. 01 Nov, 2009 1 commit
  2. 31 Oct, 2009 6 commits
  3. 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
  4. 28 Oct, 2009 9 commits
  5. 27 Oct, 2009 19 commits
    • R. David Murray's avatar
      Merged revisions 75301 via svnmerge from · 7034db33
      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.
      ........
      7034db33
    • Tarek Ziadé's avatar
      Blocked revisions 75893 via svnmerge · 33ae60ed
      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
      ........
      33ae60ed
    • Georg Brandl's avatar
      Merged revisions 75887 via svnmerge from · 23016276
      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.
      ........
      23016276
    • Mark Dickinson's avatar
      Blocked revisions 75883 via svnmerge · a8507d59
      Mark Dickinson authored
      ........
        r75883 | mark.dickinson | 2009-10-27 22:09:33 +0000 (Tue, 27 Oct 2009) | 1 line
      
        Test long inputs to float
      ........
      a8507d59
    • Mark Dickinson's avatar
      Blocked revisions 75879 via svnmerge · 8d384524
      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).
      ........
      8d384524
    • Tarek Ziadé's avatar
      Blocked revisions 75871 via svnmerge · 0c666495
      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
      ........
      0c666495
    • Georg Brandl's avatar
      Create the function before using it. · 0f23fcf5
      Georg Brandl authored
      0f23fcf5
    • Eric Smith's avatar
      Blocked revisions 75846 via svnmerge · 9c76a98e
      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.
      ........
      9c76a98e
    • Eric Smith's avatar
      Blocked revisions 75824 via svnmerge · 44aebce6
      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.
      ........
      44aebce6
    • Mark Dickinson's avatar
      Blocked revisions 75651,75653,75658,75660,75664,75666,75672,75720,75730-75731,75739 via svnmerge · 55a01488
      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.
      ........
      55a01488
    • Mark Dickinson's avatar
      Blocked revisions 75728 via svnmerge · 8d039566
      Mark Dickinson authored
      ........
        r75728 | mark.dickinson | 2009-10-26 19:59:23 +0000 (Mon, 26 Oct 2009) | 3 lines
      
        Use correct conversion specifier and length modifier when printing an
        integer of type off_t.  Also, don't assume that long long is available.
      ........
      8d039566
    • Mark Dickinson's avatar
      Blocked revisions 75714 via svnmerge · 7a5c2655
      Mark Dickinson authored
      ........
        r75714 | mark.dickinson | 2009-10-26 14:18:44 +0000 (Mon, 26 Oct 2009) | 1 line
      
        Warn against replacing PyNumber_Add with PyNumber_InPlaceAdd in sum
      ........
      7a5c2655
    • Mark Dickinson's avatar
      Blocked revisions 75711 via svnmerge · 3e438e0b
      Mark Dickinson authored
      ........
        r75711 | mark.dickinson | 2009-10-26 11:59:30 +0000 (Mon, 26 Oct 2009) | 1 line
      
        Skip readline tests if readline module is not available.
      ........
      3e438e0b
    • Mark Dickinson's avatar
      Merged revisions 75648 via svnmerge from · 2c835948
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75648 | mark.dickinson | 2009-10-24 12:47:17 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Acknowledge Ned Deily (extensive bug hunting and testing on OS X)
      ........
      2c835948
    • Mark Dickinson's avatar
      Merged revisions 75561 via svnmerge from · 20a7cfca
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75561 | mark.dickinson | 2009-10-20 14:33:03 +0100 (Tue, 20 Oct 2009) | 3 lines
      
        Issue #7099: Decimal.is_normal should return True for all nonzero
        finite non-subnormal values, even those with exponent > Emax.
      ........
      20a7cfca
    • Antoine Pitrou's avatar
      Merged revisions 75818 via svnmerge from · f3a0ff61
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75818 | antoine.pitrou | 2009-10-27 18:41:58 +0100 (mar., 27 oct. 2009) | 3 lines
      
        Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once.
      ........
      f3a0ff61
    • Mark Dickinson's avatar
      Blocked revisions 75470 via svnmerge · ab90b90c
      Mark Dickinson authored
      ........
        r75470 | mark.dickinson | 2009-10-17 22:46:32 +0100 (Sat, 17 Oct 2009) | 1 line
      
        Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum
      ........
      ab90b90c
    • Mark Dickinson's avatar
      Blocked revisions 75454 via svnmerge · 8f919695
      Mark Dickinson authored
      ........
        r75454 | mark.dickinson | 2009-10-17 08:06:37 +0100 (Sat, 17 Oct 2009) | 1 line
      
        test_math ulp computation was wrong on big-endian systems
      ........
      8f919695
    • Mark Dickinson's avatar
      Merged revisions 75440 via svnmerge from · a47460ac
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75440 | mark.dickinson | 2009-10-15 18:45:39 +0100 (Thu, 15 Oct 2009) | 1 line
      
        Allow core Python build to succeed under WITHOUT_COMPLEX.  The module build stage still fails.
      ........
      a47460ac