1. 03 Nov, 2009 1 commit
  2. 02 Nov, 2009 4 commits
    • Antoine Pitrou's avatar
      Blocked revisions 76071 via svnmerge · efdbf029
      Antoine Pitrou authored
      ........
        r76071 | antoine.pitrou | 2009-11-02 21:47:33 +0100 (lun., 02 nov. 2009) | 4 lines
      
        Add acceptance of long ints to test_memoryio.py
        (in preparation for fix of #7249 in 2.6)
      ........
      efdbf029
    • Benjamin Peterson's avatar
      Merged revisions 76064,76066-76067 via svnmerge from · 42e83e90
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r76064 | benjamin.peterson | 2009-11-02 12:16:36 -0600 (Mon, 02 Nov 2009) | 1 line
      
        add space
      ................
        r76066 | benjamin.peterson | 2009-11-02 12:22:53 -0600 (Mon, 02 Nov 2009) | 9 lines
      
        Merged revisions 76065 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r76065 | benjamin.peterson | 2009-11-02 12:21:25 -0600 (Mon, 02 Nov 2009) | 1 line
      
          don't print stuff in tests
        ........
      ................
        r76067 | benjamin.peterson | 2009-11-02 12:24:57 -0600 (Mon, 02 Nov 2009) | 1 line
      
        enable test_parser in lib2to3
      ................
      42e83e90
    • Benjamin Peterson's avatar
      Merged revisions 76062 via svnmerge from · d9af52ba
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r76062 | benjamin.peterson | 2009-11-02 12:12:12 -0600 (Mon, 02 Nov 2009) | 70 lines
      
        Merged revisions 74359,75081,75088,75213,75278,75303,75427-75428,75734-75736,75865,76059-76061 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r74359 | benjamin.peterson | 2009-08-12 17:23:13 -0500 (Wed, 12 Aug 2009) | 1 line
      
          don't pass the deprecated print_function option
        ........
          r75081 | benjamin.peterson | 2009-09-26 22:02:57 -0500 (Sat, 26 Sep 2009) | 1 line
      
          let 2to3 work with extended iterable unpacking
        ........
          r75088 | benjamin.peterson | 2009-09-27 11:25:21 -0500 (Sun, 27 Sep 2009) | 1 line
      
          look on the type only for __call__
        ........
          r75213 | benjamin.peterson | 2009-10-03 10:09:46 -0500 (Sat, 03 Oct 2009) | 5 lines
      
          revert 75212; it's not correct
      
          People can use isinstance(x, collections.Callable) if they expect objects with
          __call__ in their instance dictionaries.
        ........
          r75278 | benjamin.peterson | 2009-10-07 16:25:56 -0500 (Wed, 07 Oct 2009) | 4 lines
      
          fix whitespace problems with fix_idioms #3563
      
          Patch by Joe Amenta.
        ........
          r75303 | benjamin.peterson | 2009-10-09 16:59:11 -0500 (Fri, 09 Oct 2009) | 1 line
      
          port latin-1 and utf-8 cookie improvements
        ........
          r75427 | benjamin.peterson | 2009-10-14 20:35:57 -0500 (Wed, 14 Oct 2009) | 1 line
      
          force floor division
        ........
          r75428 | benjamin.peterson | 2009-10-14 20:39:21 -0500 (Wed, 14 Oct 2009) | 1 line
      
          silence -3 warnings about __hash__
        ........
          r75734 | benjamin.peterson | 2009-10-26 16:25:53 -0500 (Mon, 26 Oct 2009) | 2 lines
      
          warn on map(None, ...) with more than 2 arguments #7203
        ........
          r75735 | benjamin.peterson | 2009-10-26 16:28:25 -0500 (Mon, 26 Oct 2009) | 1 line
      
          remove unused result
        ........
          r75736 | benjamin.peterson | 2009-10-26 16:29:02 -0500 (Mon, 26 Oct 2009) | 1 line
      
          using get() here is a bit pointless
        ........
          r75865 | benjamin.peterson | 2009-10-27 15:49:00 -0500 (Tue, 27 Oct 2009) | 1 line
      
          explain reason for warning
        ........
          r76059 | benjamin.peterson | 2009-11-02 11:43:47 -0600 (Mon, 02 Nov 2009) | 1 line
      
          tuples are no longer used for children
        ........
          r76060 | benjamin.peterson | 2009-11-02 11:55:40 -0600 (Mon, 02 Nov 2009) | 1 line
      
          revert r76059; apparently some fixers rely on Leaf no () for children
        ........
          r76061 | benjamin.peterson | 2009-11-02 12:06:17 -0600 (Mon, 02 Nov 2009) | 1 line
      
          make fix_tuple_params keep the tree valid #7253
        ........
      ................
      d9af52ba
    • Antoine Pitrou's avatar
      Merged revisions 76034,76054 via svnmerge from · 03f13445
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76034 | antoine.pitrou | 2009-11-01 22:29:33 +0100 (dim., 01 nov. 2009) | 3 lines
      
        This should finally fix #6896. Let's watch the buildbots.
      ........
        r76054 | antoine.pitrou | 2009-11-02 12:34:27 +0100 (lun., 02 nov. 2009) | 3 lines
      
        Since r76034 was successful, add a NEWS entry for it.
      ........
      03f13445
  3. 01 Nov, 2009 13 commits
  4. 31 Oct, 2009 8 commits
  5. 30 Oct, 2009 7 commits
  6. 29 Oct, 2009 4 commits
    • Mark Dickinson's avatar
      Merged revisions 75943-75945 via svnmerge from · a2d1fe0b
      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.
      ........
      a2d1fe0b
    • Mark Dickinson's avatar
      Merged revisions 75939 via svnmerge from · cb9285cd
      Mark Dickinson authored
      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 authored
      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 authored
      ........
        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
  7. 28 Oct, 2009 3 commits