1. 28 Nov, 2008 8 commits
    • Amaury Forgeot d'Arc's avatar
      #4455: IDLE failed to display the windows list when two windows have the same title. · 47c2b607
      Amaury Forgeot d'Arc authored
      Windows objects cannot be compared, and it's better to have a consistent order;
      so We add the window unique ID to the sort key.
      
      Reviewed by Benjamin Peterson.
      47c2b607
    • Benjamin Peterson's avatar
      Merged revisions 67428 via svnmerge from · 5cff9312
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r67428 | benjamin.peterson | 2008-11-28 16:12:14 -0600 (Fri, 28 Nov 2008) | 57 lines
      
        Merged revisions 67384,67386-67387,67389-67390,67392,67399-67400,67403-67405,67426 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r67384 | benjamin.peterson | 2008-11-25 16:13:31 -0600 (Tue, 25 Nov 2008) | 4 lines
      
          don't duplicate calls to start_tree()
      
          RefactoringTool.pre_order values now holds a list of the fixers while pre_order_mapping holds the dict.
        ........
          r67386 | benjamin.peterson | 2008-11-25 16:44:52 -0600 (Tue, 25 Nov 2008) | 1 line
      
          #4423 fix_imports was still replacing usage of a module if attributes were being used
        ........
          r67387 | benjamin.peterson | 2008-11-25 16:47:54 -0600 (Tue, 25 Nov 2008) | 1 line
      
          fix broken test
        ........
          r67389 | benjamin.peterson | 2008-11-25 17:13:17 -0600 (Tue, 25 Nov 2008) | 1 line
      
          remove compatibility code; we only cater to 2.5+
        ........
          r67390 | benjamin.peterson | 2008-11-25 22:03:36 -0600 (Tue, 25 Nov 2008) | 1 line
      
          fix #3994; the usage of changed imports was fixed in nested cases
        ........
          r67392 | benjamin.peterson | 2008-11-26 11:11:40 -0600 (Wed, 26 Nov 2008) | 1 line
      
          simpilfy and comment fix_imports
        ........
          r67399 | benjamin.peterson | 2008-11-26 11:47:03 -0600 (Wed, 26 Nov 2008) | 1 line
      
          remove more compatibility code
        ........
          r67400 | benjamin.peterson | 2008-11-26 12:07:41 -0600 (Wed, 26 Nov 2008) | 1 line
      
          set svn:ignore
        ........
          r67403 | benjamin.peterson | 2008-11-26 13:11:11 -0600 (Wed, 26 Nov 2008) | 1 line
      
          wrap import
        ........
          r67404 | benjamin.peterson | 2008-11-26 13:29:49 -0600 (Wed, 26 Nov 2008) | 1 line
      
          build the fix_imports pattern in compile_pattern, so MAPPING can be changed and reflected in the pattern
        ........
          r67405 | benjamin.peterson | 2008-11-26 14:01:24 -0600 (Wed, 26 Nov 2008) | 1 line
      
          stop ugly messages about runtime errors being from printed
        ........
          r67426 | benjamin.peterson | 2008-11-28 16:01:40 -0600 (Fri, 28 Nov 2008) | 5 lines
      
          don't replace a module name if it is in the middle of a attribute lookup
      
          This fix also stops module names from being replaced if they are not in an attribute lookup.
        ........
      ................
      5cff9312
    • Benjamin Peterson's avatar
      Blocked revisions 67349,67353,67396,67407,67411 via svnmerge · 6f3a6e20
      Benjamin Peterson authored
      ........
        r67349 | matthias.klose | 2008-11-23 07:37:03 -0600 (Sun, 23 Nov 2008) | 3 lines
      
         - Modules/Setup.dist: Mention _functools in section "Modules that should
           always be present (non UNIX dependent)"
      ........
        r67353 | matthias.klose | 2008-11-23 07:54:42 -0600 (Sun, 23 Nov 2008) | 2 lines
      
        - Fix typo in last checkin
      ........
        r67396 | matthias.klose | 2008-11-26 11:32:49 -0600 (Wed, 26 Nov 2008) | 2 lines
      
        - Modules/Setup.dist: Mention _elementtree and _pickle.
      ........
        r67407 | matthias.klose | 2008-11-27 01:45:25 -0600 (Thu, 27 Nov 2008) | 2 lines
      
        - Modules/Setup.dist: Update pyexpat
      ........
        r67411 | matthias.klose | 2008-11-27 04:14:22 -0600 (Thu, 27 Nov 2008) | 2 lines
      
        - Modules/Setup.dist: Update _elementtree, add _bisect, datetime
      ........
      6f3a6e20
    • Jesse Noller's avatar
      Fix mp example, remove fix_logger call · d0c4249e
      Jesse Noller authored
      d0c4249e
    • Jesse Noller's avatar
      Merge r67419 to py3k, mp doc fixes · 4523968b
      Jesse Noller authored
      4523968b
    • Christian Heimes's avatar
      Forgot to update Misc/NEWS · 7ca7cb48
      Christian Heimes authored
      7ca7cb48
    • Christian Heimes's avatar
      2to3 run of multiprocessing examples. · aae1b70a
      Christian Heimes authored
      mp_benchmarks, mp_newtypes and mp_distribution are still broken but the others are working properly. We should include the examples in our unit test suite ...
      aae1b70a
    • Christian Heimes's avatar
      Merged revisions 67414 via svnmerge from · 94e07729
      Christian Heimes authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67414 | christian.heimes | 2008-11-28 12:02:32 +0100 (Fri, 28 Nov 2008) | 1 line
      
        Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception
      ........
      94e07729
  2. 27 Nov, 2008 3 commits
  3. 26 Nov, 2008 6 commits
  4. 25 Nov, 2008 9 commits
  5. 24 Nov, 2008 1 commit
  6. 23 Nov, 2008 4 commits
  7. 22 Nov, 2008 9 commits
    • Amaury Forgeot d'Arc's avatar
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from · b0c29161
      Amaury Forgeot d'Arc authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67295 | benjamin.peterson | 2008-11-20 05:05:12 +0100 (jeu., 20 nov. 2008) | 1 line
      
        move useful sys.settrace information to the function's documentation from the debugger
      ........
        r67301 | benjamin.peterson | 2008-11-20 22:25:31 +0100 (jeu., 20 nov. 2008) | 1 line
      
        fix indentation and a sphinx warning
      ........
        r67302 | benjamin.peterson | 2008-11-20 22:44:23 +0100 (jeu., 20 nov. 2008) | 1 line
      
        oops! didn't mean to disable that test
      ........
        r67318 | amaury.forgeotdarc | 2008-11-21 23:05:48 +0100 (ven., 21 nov. 2008) | 4 lines
      
        #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present.
      
        Will backport to 2.6
      ........
        r67330 | georg.brandl | 2008-11-22 09:34:14 +0100 (sam., 22 nov. 2008) | 2 lines
      
        #4364: fix attribute name on ctypes object.
      ........
        r67342 | amaury.forgeotdarc | 2008-11-22 20:39:38 +0100 (sam., 22 nov. 2008) | 3 lines
      
        yuvconvert.c is a part of the "sv" module, an old IRIX thing
        and certainly not useful for any Windows build.
      ........
        r67343 | amaury.forgeotdarc | 2008-11-22 21:01:18 +0100 (sam., 22 nov. 2008) | 5 lines
      
        #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from
        stack overflow. But doing this, it always crashes when the stack is nearly full.
      
        Reviewed by Martin von Loewis. Will backport to 2.6.
      ........
      b0c29161
    • Benjamin Peterson's avatar
      Blocked revisions 67307 via svnmerge · ac1f9b15
      Benjamin Peterson authored
      ........
        r67307 | amaury.forgeotdarc | 2008-11-20 17:34:31 -0600 (Thu, 20 Nov 2008) | 9 lines
      
        Fixed issue #4233.
        Changed semantic of _fileio.FileIO's close()  method on file objects with closefd=False.
        The file descriptor is still kept open but the file object behaves like a closed file.
        The FileIO  object also got a new readonly attribute closefd.
      
        Approved by Barry
      
        Backport of r67106 from the py3k branch
      ........
      ac1f9b15
    • Martin v. Löwis's avatar
      Add 3.0rc3 UUID. · 7396a086
      Martin v. Löwis authored
      7396a086
    • Georg Brandl's avatar
      0c074223
    • Georg Brandl's avatar
      Blocked revisions 67336 via svnmerge · 2d925937
      Georg Brandl authored
      ........
        r67336 | georg.brandl | 2008-11-22 11:08:50 +0100 (Sat, 22 Nov 2008) | 2 lines
      
        Fix error about "-*-" being mandatory in coding cookies.
      ........
      2d925937
    • Georg Brandl's avatar
      Fix two mp doc issues from #4012. · e3d70aed
      Georg Brandl authored
      e3d70aed
    • Georg Brandl's avatar
    • Georg Brandl's avatar
      Blocked revisions 67332 via svnmerge · 59d64f78
      Georg Brandl authored
      ........
        r67332 | georg.brandl | 2008-11-22 09:45:33 +0100 (Sat, 22 Nov 2008) | 2 lines
      
        Fix typo.
      ........
      59d64f78