1. 04 Aug, 2009 1 commit
  2. 02 Aug, 2009 3 commits
  3. 31 Jul, 2009 1 commit
  4. 30 Jul, 2009 2 commits
  5. 29 Jul, 2009 1 commit
  6. 28 Jul, 2009 3 commits
  7. 27 Jul, 2009 3 commits
  8. 26 Jul, 2009 2 commits
  9. 23 Jul, 2009 1 commit
  10. 22 Jul, 2009 3 commits
  11. 21 Jul, 2009 4 commits
  12. 20 Jul, 2009 1 commit
  13. 19 Jul, 2009 3 commits
    • Senthil Kumaran's avatar
      Fix for issue5102, timeout value propages between redirects, proxy, digest and · 428e9d1d
      Senthil Kumaran authored
      auth handlers. Fixed tests to reflect the same.
      428e9d1d
    • Hirokazu Yamamoto's avatar
    • R. David Murray's avatar
      Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from · e38b0a8e
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73870 | r.david.murray | 2009-07-06 21:06:13 -0400 (Mon, 06 Jul 2009) | 5 lines
      
        Issue 6070: when creating a compiled file, after copying the mode bits, on
        posix zap the execute bit in case it was set on the .py file, since the
        compiled files are not directly executable on posix.  Patch by Marco N.
      ........
        r73879 | r.david.murray | 2009-07-07 05:54:16 -0400 (Tue, 07 Jul 2009) | 3 lines
      
        Update issue 6070 patch to match the patch that was actually tested
        on Windows.
      ........
        r73899 | r.david.murray | 2009-07-08 21:43:41 -0400 (Wed, 08 Jul 2009) | 3 lines
      
        Conditionalize test cleanup code to eliminate traceback, which will
        hopefully reveal the real problem.
      ........
        r73900 | r.david.murray | 2009-07-08 22:06:17 -0400 (Wed, 08 Jul 2009) | 2 lines
      
        Make test work with -O.
      ........
        r73905 | r.david.murray | 2009-07-09 09:55:44 -0400 (Thu, 09 Jul 2009) | 3 lines
      
        Specify umask in execute bit test to get consistent results
        and make sure we test resetting all three execute bits.
      ........
        r73906 | r.david.murray | 2009-07-09 11:35:33 -0400 (Thu, 09 Jul 2009) | 5 lines
      
        Curdir needs to be in the path for the test to work on all buildbots.
        (I copied this from another import test, but currently this will fail if
        TESTFN ends up in /tmp...see issue 2609).
      ........
      e38b0a8e
  14. 18 Jul, 2009 1 commit
    • Mark Dickinson's avatar
      Blocked revisions 74080 via svnmerge · 59f4c40b
      Mark Dickinson authored
      ........
        r74080 | mark.dickinson | 2009-07-18 16:18:18 +0100 (Sat, 18 Jul 2009) | 3 lines
      
        Issue #6431:  Fix Fraction comparisons with unknown types, and with
        float infinities and nans.  Backport of r74078 from py3k.
      ........
      59f4c40b
  15. 17 Jul, 2009 1 commit
  16. 16 Jul, 2009 1 commit
    • Tarek Ziadé's avatar
      Blocked revisions 74024 via svnmerge · eed738be
      Tarek Ziadé authored
      ........
        r74024 | tarek.ziade | 2009-07-16 17:35:45 +0200 (Thu, 16 Jul 2009) | 1 line
      
        #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions)
      ........
      eed738be
  17. 13 Jul, 2009 1 commit
  18. 12 Jul, 2009 1 commit
  19. 11 Jul, 2009 3 commits
  20. 10 Jul, 2009 2 commits
  21. 09 Jul, 2009 2 commits
    • R. David Murray's avatar
      Merged revisions 73907-73908 via svnmerge from · 8bb57b73
      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).
      ........
      8bb57b73
    • R. David Murray's avatar
      Unblocked revisions 73907 via svnmerge · 597ef901
      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.
      ........
      597ef901