1. 27 Tem, 2009 1 kayıt (commit)
  2. 26 Tem, 2009 2 kayıt (commit)
  3. 23 Tem, 2009 1 kayıt (commit)
  4. 22 Tem, 2009 3 kayıt (commit)
  5. 21 Tem, 2009 4 kayıt (commit)
  6. 20 Tem, 2009 1 kayıt (commit)
  7. 19 Tem, 2009 3 kayıt (commit)
    • Senthil Kumaran's avatar
      Fix for issue5102, timeout value propages between redirects, proxy, digest and · 428e9d1d
      Senthil Kumaran yazdı
      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 yazdı
      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
  8. 18 Tem, 2009 1 kayıt (commit)
    • Mark Dickinson's avatar
      Blocked revisions 74080 via svnmerge · 59f4c40b
      Mark Dickinson yazdı
      ........
        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
  9. 17 Tem, 2009 1 kayıt (commit)
  10. 16 Tem, 2009 1 kayıt (commit)
    • Tarek Ziadé's avatar
      Blocked revisions 74024 via svnmerge · eed738be
      Tarek Ziadé yazdı
      ........
        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
  11. 13 Tem, 2009 1 kayıt (commit)
  12. 12 Tem, 2009 1 kayıt (commit)
  13. 11 Tem, 2009 3 kayıt (commit)
  14. 10 Tem, 2009 2 kayıt (commit)
  15. 09 Tem, 2009 4 kayıt (commit)
    • R. David Murray's avatar
      Merged revisions 73907-73908 via svnmerge from · 8bb57b73
      R. David Murray yazdı
      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 yazdı
      ........
        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
    • R. David Murray's avatar
      Blocked revisions 73907 via svnmerge · 77f5b589
      R. David Murray yazdı
      ........
        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.
      ........
      77f5b589
    • Tarek Ziadé's avatar
      Blocked revisions 73901 via svnmerge · 4e3163fd
      Tarek Ziadé yazdı
      ........
        r73901 | tarek.ziade | 2009-07-09 09:42:42 +0200 (Thu, 09 Jul 2009) | 1 line
      
        PendingDeprecationWarning -> DeprecationWarning in build_ext
      ........
      4e3163fd
  16. 08 Tem, 2009 1 kayıt (commit)
    • Tarek Ziadé's avatar
      Blocked revisions 73895 via svnmerge · 171297f2
      Tarek Ziadé yazdı
      ........
        r73895 | tarek.ziade | 2009-07-09 00:40:51 +0200 (Thu, 09 Jul 2009) | 1 line
      
        Sets the compiler attribute to keep the old behavior for third-party packages.
      ........
      171297f2
  17. 07 Tem, 2009 6 kayıt (commit)
  18. 06 Tem, 2009 1 kayıt (commit)
    • Tarek Ziadé's avatar
      Blocked revisions 73864 via svnmerge · f4470e16
      Tarek Ziadé yazdı
      ........
        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)
      ........
      f4470e16
  19. 05 Tem, 2009 1 kayıt (commit)
    • Mark Dickinson's avatar
      Blocked revisions 73858 via svnmerge · f6b94e42
      Mark Dickinson yazdı
      ........
        r73858 | mark.dickinson | 2009-07-05 11:01:24 +0100 (Sun, 05 Jul 2009) | 3 lines
      
        Issues #1530559, #1741130:  Fix various inconsistencies in struct.pack
        integer packing, and reenable some previously broken tests.
      ........
      f6b94e42
  20. 04 Tem, 2009 2 kayıt (commit)
    • Tarek Ziadé's avatar
      Blocked revisions 73834 via svnmerge · 88984692
      Tarek Ziadé yazdı
      ........
        r73834 | tarek.ziade | 2009-07-04 04:59:19 +0200 (Sat, 04 Jul 2009) | 1 line
      
        using print statements when used for user interaction
      ........
      88984692
    • Tarek Ziadé's avatar
      Blocked revisions 73827 via svnmerge · fc91a841
      Tarek Ziadé yazdı
      ........
        r73827 | tarek.ziade | 2009-07-04 04:02:41 +0200 (Sat, 04 Jul 2009) | 1 line
      
        Fixed #6413: fixed log level in distutils.dist.announce
      ........
      fc91a841