1. 09 Jul, 2009 5 commits
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 73916 via svnmerge from · ace31021
      Amaury Forgeot d'Arc authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73916 | amaury.forgeotdarc | 2009-07-10 00:37:22 +0200 (ven., 10 juil. 2009) | 5 lines
      
        #6416: Fix compilation of the select module on Windows, as well as test_subprocess:
        PIPE_BUF is not defined on Windows, and probably has no meaning there.
      
        Anyway the subprocess module uses another way to perform non-blocking reads (with a thread)
      ........
      ace31021
    • R. David Murray's avatar
      Merged revisions 73907-73908 via svnmerge from · 414c91f7
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines
      
        Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
        if the test gives useful failure info on Solaris buildbot.
      ........
        r73908 | r.david.murray | 2009-07-09 14:41:03 -0400 (Thu, 09 Jul 2009) | 6 lines
      
        Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames
        cleanup.  If this fix works, it means that Solaris is unique among
        our platforms in what happens when shutil.rmtree is called on the
        current working directory (ie: it doesn't work on Solaris, but
        it does everywhere else).
      ........
      414c91f7
    • R. David Murray's avatar
      Unblocked revisions 73907 via svnmerge · 4e15f803
      R. David Murray authored
      ........
        r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines
      
        Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
        if the test gives useful failure info on Solaris buildbot.
      ........
      4e15f803
    • R. David Murray's avatar
      Blocked revisions 73907 via svnmerge · 48f4fa10
      R. David Murray authored
      ........
        r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines
      
        Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
        if the test gives useful failure info on Solaris buildbot.
      ........
      48f4fa10
    • Tarek Ziadé's avatar
      Merged revisions 73901 via svnmerge from · 26f0c645
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73901 | tarek.ziade | 2009-07-09 09:42:42 +0200 (Thu, 09 Jul 2009) | 1 line
      
        PendingDeprecationWarning -> DeprecationWarning in build_ext
      ........
      26f0c645
  2. 08 Jul, 2009 2 commits
  3. 07 Jul, 2009 8 commits
  4. 06 Jul, 2009 1 commit
  5. 05 Jul, 2009 9 commits
  6. 04 Jul, 2009 9 commits
  7. 03 Jul, 2009 6 commits