1. 22 Nis, 2010 1 kayıt (commit)
    • R. David Murray's avatar
      Blocked revisions 80155 via svnmerge · eb81ee3e
      R. David Murray yazdı
      ........
        r80155 | r.david.murray | 2010-04-17 17:59:26 -0400 (Sat, 17 Apr 2010) | 5 lines
      
        Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it.
      
        This is presumably related to issue 3864, and appears to be due
        to a platform bug on freebsd6.
      ........
      eb81ee3e
  2. 21 Nis, 2010 4 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 80314-80315 via svnmerge from · 878602a2
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80314 | antoine.pitrou | 2010-04-21 21:28:03 +0200 (mer., 21 avril 2010) | 5 lines
      
        Issue #8484: Load all ciphers and digest algorithms when initializing
        the _ssl extension, such that verification of some SSL certificates
        doesn't fail because of an "unknown algorithm".
      ........
        r80315 | antoine.pitrou | 2010-04-21 21:36:23 +0200 (mer., 21 avril 2010) | 3 lines
      
        Forgot to add the sample certificate (followup to r80314)
      ........
      878602a2
    • Tarek Ziadé's avatar
      Blocked revisions 80306 via svnmerge · 55b40f4c
      Tarek Ziadé yazdı
      ........
        r80306 | tarek.ziade | 2010-04-21 15:32:26 +0200 (Wed, 21 Apr 2010) | 1 line
      
        shutil: removed unused import and fixed attributes names in _call_external_zip
      ........
      55b40f4c
    • Tarek Ziadé's avatar
      Blocked revisions 80282 via svnmerge · 250810fd
      Tarek Ziadé yazdı
      ........
        r80282 | tarek.ziade | 2010-04-20 23:09:06 +0200 (Tue, 20 Apr 2010) | 1 line
      
        removed ztar support in shutil.make_archive
      ........
      250810fd
    • R. David Murray's avatar
      Merged revisions 80144 via svnmerge from · 12c5fbb1
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80144 | r.david.murray | 2010-04-17 01:26:26 -0400 (Sat, 17 Apr 2010) | 8 lines
      
        Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.
      
        Two itimer tests and an interprocess signal test fail on FreeBSD 6 if
        any test that starts a thread runs before test_signal.  Since FreeBSD7
        does not show this behavior, the bug is most likely a platform bug,
        so this patch just skips the failing tests on freebsd6.
      ........
      12c5fbb1
  3. 20 Nis, 2010 8 kayıt (commit)
  4. 19 Nis, 2010 9 kayıt (commit)
  5. 18 Nis, 2010 9 kayıt (commit)
  6. 17 Nis, 2010 1 kayıt (commit)
  7. 16 Nis, 2010 2 kayıt (commit)
  8. 13 Nis, 2010 3 kayıt (commit)
  9. 12 Nis, 2010 3 kayıt (commit)
    • Mark Dickinson's avatar
      Merged revisions 79875 via svnmerge from · b30da127
      Mark Dickinson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79875 | mark.dickinson | 2010-04-06 23:18:23 +0100 (Tue, 06 Apr 2010) | 1 line
      
        More NaN consistency doc fixes.
      ........
      b30da127
    • R. David Murray's avatar
      Blocked revisions 80004 via svnmerge · 8280b999
      R. David Murray yazdı
      ........
        r80004 | r.david.murray | 2010-04-12 12:35:19 -0400 (Mon, 12 Apr 2010) | 13 lines
      
        Issue #7585: use tab between components in unified and context diff headers.
      
        Instead of spaces between the filename and date (or whatever the string
        is that follows the filename, if any) use tabs.  This is what the unix
        'diff' command does, for example, and difflib was intended to follow
        the 'standard' way of doing diffs.  This improves compatibility with
        patch tools.  The docs and examples are also changed to recommended that
        the date format used be the ISO 8601 format, which is what modern diff
        tools emit by default.
      
        Patch by Anatoly Techtonik.
      ........
      8280b999
    • Stefan Krah's avatar
      Merged revisions 80000 via svnmerge from · 833c7a37
      Stefan Krah yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80000 | stefan.krah | 2010-04-12 17:21:25 +0200 (Mon, 12 Apr 2010) | 3 lines
      
        Issue #8367: Fix spurious test failure on systems without a sound card.
      ........
      833c7a37