1. 12 Jul, 2009 1 commit
  2. 11 Jul, 2009 2 commits
  3. 10 Jul, 2009 2 commits
  4. 09 Jul, 2009 3 commits
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 73918-73919 via svnmerge from · d31d4f2c
      Amaury Forgeot d'Arc authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r73918 | amaury.forgeotdarc | 2009-07-10 01:00:40 +0200 (ven., 10 juil. 2009) | 9 lines
      
        #6323: pdb doesn't deal well with SyntaxErrors.
      
        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)".
      ........
        r73919 | amaury.forgeotdarc | 2009-07-10 01:07:52 +0200 (ven., 10 juil. 2009) | 2 lines
      
        NEWS entry for r73918.
      ........
      d31d4f2c
    • R. David Murray's avatar
      Merged revisions 73913 via svnmerge from · 28a6001a
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r73913 | r.david.murray | 2009-07-09 16:12:31 -0400 (Thu, 09 Jul 2009) | 18 lines
      
        Merged revisions 73907-73908 via svnmerge from
        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).
        ........
      ................
      28a6001a
    • Tarek Ziadé's avatar
      Blocked revisions 73903 via svnmerge · 1f03fb7a
      Tarek Ziadé authored
      ................
        r73903 | tarek.ziade | 2009-07-09 09:46:10 +0200 (Thu, 09 Jul 2009) | 9 lines
      
        Merged revisions 73901 via svnmerge from
        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
        ........
      ................
      1f03fb7a
  5. 08 Jul, 2009 1 commit
  6. 07 Jul, 2009 3 commits
  7. 06 Jul, 2009 1 commit
    • Tarek Ziadé's avatar
      Blocked revisions 73866 via svnmerge · c9722e56
      Tarek Ziadé authored
      ................
        r73866 | tarek.ziade | 2009-07-06 15:52:17 +0200 (Mon, 06 Jul 2009) | 9 lines
      
        Merged revisions 73864 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73864 | tarek.ziade | 2009-07-06 14:50:46 +0200 (Mon, 06 Jul 2009) | 1 line
      
          Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option)
        ........
      ................
      c9722e56
  8. 04 Jul, 2009 3 commits
  9. 03 Jul, 2009 4 commits
  10. 02 Jul, 2009 5 commits
  11. 01 Jul, 2009 3 commits
  12. 30 Jun, 2009 1 commit
  13. 29 Jun, 2009 7 commits
  14. 28 Jun, 2009 4 commits