1. 16 Jul, 2009 1 commit
  2. 15 Jul, 2009 8 commits
  3. 13 Jul, 2009 5 commits
  4. 12 Jul, 2009 6 commits
  5. 11 Jul, 2009 9 commits
  6. 10 Jul, 2009 2 commits
  7. 09 Jul, 2009 7 commits
    • Amaury Forgeot d'Arc's avatar
      NEWS entry for r73918. · 2de11157
      Amaury Forgeot d'Arc authored
      2de11157
    • Amaury Forgeot d'Arc's avatar
      #6323: pdb doesn't deal well with SyntaxErrors. · a6350543
      Amaury Forgeot d'Arc authored
      It seems necessary to keep two layers of 'exec' (one in Bdb.run, one in Pdb._runscript);
      this allows the tracing function to be active when the inner 'exec' runs
      and tries to compile the real code.
      
      This partially revert r58127, the net effet of the two changes is to replace
      "exec('%s')" with "exec(%r)".
      a6350543
    • 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
  8. 08 Jul, 2009 2 commits