1. 17 Haz, 2008 3 kayıt (commit)
    • Amaury Forgeot d'Arc's avatar
      Merged revisions… · fdfe62d8
      Amaury Forgeot d'Arc yazdı
      Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64089 | armin.ronacher | 2008-06-10 22:37:02 +0200 (mar., 10 juin 2008) | 3 lines
      
        Fix a formatting error in the ast documentation.
      ........
        r64098 | raymond.hettinger | 2008-06-11 02:25:29 +0200 (mer., 11 juin 2008) | 6 lines
      
        Mini-PEP: Simplifying numbers.py
        * Convert binary methods in Integral to mixin methods
        * Remove three-arg __pow__ as a required method
        * Make __int__ the root method instead of __long__.
      ........
        r64100 | raymond.hettinger | 2008-06-11 02:28:51 +0200 (mer., 11 juin 2008) | 1 line
      
        Update numbers doc for the Integral simplification.
      ........
        r64101 | raymond.hettinger | 2008-06-11 02:44:47 +0200 (mer., 11 juin 2008) | 3 lines
      
        Handle the case with zero arguments.
      ........
        r64102 | benjamin.peterson | 2008-06-11 03:31:28 +0200 (mer., 11 juin 2008) | 4 lines
      
        convert test_struct to a unittest thanks to Giampaolo Rodola
        I had to disable one test because it was functioning incorrectly, see #1530559
        I also removed the debugging prints
      ........
        r64113 | thomas.heller | 2008-06-11 09:10:43 +0200 (mer., 11 juin 2008) | 2 lines
      
        Fix markup.
        Document the new 'offset' parameter for the 'ctypes.byref' function.
      ........
        r64115 | raymond.hettinger | 2008-06-11 12:30:54 +0200 (mer., 11 juin 2008) | 1 line
      
        Multi-arg form for set.difference() and set.difference_update().
      ........
        r64116 | raymond.hettinger | 2008-06-11 14:06:49 +0200 (mer., 11 juin 2008) | 1 line
      
        Issue 3051:  Let heapq work with either __lt__ or __le__.
      ........
        r64118 | raymond.hettinger | 2008-06-11 14:39:09 +0200 (mer., 11 juin 2008) | 1 line
      
        Optimize previous checkin for heapq.
      ........
        r64120 | raymond.hettinger | 2008-06-11 15:14:50 +0200 (mer., 11 juin 2008) | 1 line
      
        Add test for heapq using both __lt__ and __le__.
      ........
        r64132 | gregory.p.smith | 2008-06-11 20:00:52 +0200 (mer., 11 juin 2008) | 3 lines
      
        Correct an incorrect comment about our #include of stddef.h.
        (see Doug Evans' comment on python-dev 2008-06-10)
      ........
        r64342 | guido.van.rossum | 2008-06-17 19:38:02 +0200 (mar., 17 juin 2008) | 3 lines
      
        Roll back Raymond's -r64098 while we think of something better.
        (See issue 3056 -- we're close to a resolution but need unittests.)
      ........
      fdfe62d8
    • Benjamin Peterson's avatar
      Blocked revisions 64142 via svnmerge · 36817a98
      Benjamin Peterson yazdı
      ........
        r64142 | georg.brandl | 2008-06-11 13:55:38 -0500 (Wed, 11 Jun 2008) | 2 lines
      
        Add future_builtins.ascii().
      ........
      36817a98
    • Benjamin Peterson's avatar
      Merged revisions 64326 via svnmerge from · b49d994d
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r64326 | robert.schuppenies | 2008-06-17 03:42:15 -0500 (Tue, 17 Jun 2008) | 2 lines
      
        Issue 3048: Fixed sys.sizeof test fails with wide unicode.
      ........
      b49d994d
  2. 16 Haz, 2008 6 kayıt (commit)
  3. 15 Haz, 2008 3 kayıt (commit)
    • Benjamin Peterson's avatar
      improvements to the fix for #3114 · 27d63678
      Benjamin Peterson yazdı
      keep the tstate consistent and a better test
      27d63678
    • Benjamin Peterson's avatar
      Merged revisions 64286 via svnmerge from · df6dc8f1
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r64286 | benjamin.peterson | 2008-06-14 21:31:05 -0500 (Sat, 14 Jun 2008) | 49 lines
      
        Merged revisions 63661,63666,63695,63711,63729,63769,63790,63880,63886 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r63661 | georg.brandl | 2008-05-26 05:26:20 -0500 (Mon, 26 May 2008) | 2 lines
      
          Add import fixes for dbm package.
        ........
          r63666 | georg.brandl | 2008-05-26 05:49:09 -0500 (Mon, 26 May 2008) | 2 lines
      
          Add xmlrpc package fixes.
        ........
          r63695 | georg.brandl | 2008-05-26 10:14:33 -0500 (Mon, 26 May 2008) | 2 lines
      
          Add fixer entries for http package.
        ........
          r63711 | benjamin.peterson | 2008-05-26 13:43:51 -0500 (Mon, 26 May 2008) | 2 lines
      
          add import mapping for test.test_support -> test.support
        ........
          r63729 | benjamin.peterson | 2008-05-26 16:31:03 -0500 (Mon, 26 May 2008) | 2 lines
      
          mapping for commands module -> subprocess
        ........
          r63769 | brett.cannon | 2008-05-29 00:13:13 -0500 (Thu, 29 May 2008) | 1 line
      
          Fixer for UserString.UserString over to the collections module.
        ........
          r63790 | brett.cannon | 2008-05-29 14:13:51 -0500 (Thu, 29 May 2008) | 4 lines
      
          Add a fixer for UserList.
      
          Closes issue #2878. Thanks to Quentin Gallet-Gilles for the patch.
        ........
          r63880 | collin.winter | 2008-06-01 18:09:38 -0500 (Sun, 01 Jun 2008) | 6 lines
      
          Move lib2to3/fixes/{basefix,util}.py down to lib2to3/.
      
          This is step 1 of turning lib2to3/ into a general-purpose refactoring
          library, reusable by other projects.
        ........
          r63886 | collin.winter | 2008-06-01 22:15:01 -0500 (Sun, 01 Jun 2008) | 5 lines
      
          Allow refactoring tools to specify a directory for fixer modules.
      
          This is step 2 of turning lib2to3/ into a general-purpose refactoring
          library, reusable by other projects. Step 1: r63880.
        ........
      ................
      df6dc8f1
    • Benjamin Peterson's avatar
  4. 14 Haz, 2008 8 kayıt (commit)
  5. 13 Haz, 2008 20 kayıt (commit)