1. 23 Apr, 2010 6 commits
    • Antoine Pitrou's avatar
      Merged revisions 80394 via svnmerge from · 31f4afde
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r80394 | antoine.pitrou | 2010-04-23 02:16:21 +0200 (ven., 23 avril 2010) | 15 lines
      
        Merged revisions 80392 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80392 | antoine.pitrou | 2010-04-23 01:33:02 +0200 (ven., 23 avril 2010) | 9 lines
      
          Issue #8108: Fix the unwrap() method of SSL objects when the socket has
          a non-infinite timeout.  Also make that method friendlier with applications
          wanting to continue using the socket in clear-text mode, by disabling
          OpenSSL's internal readahead.  Thanks to Darryl Miles for guidance.
      
          Issue #8108: test_ftplib's non-blocking SSL server now has proper handling
          of SSL shutdowns.
        ........
      ................
      31f4afde
    • Victor Stinner's avatar
      Blocked revisions 80416 via svnmerge · b6230e31
      Victor Stinner authored
      ........
        r80416 | victor.stinner | 2010-04-23 22:33:55 +0200 (ven., 23 avril 2010) | 2 lines
      
        Issue #8495: test_gdb uses replace error handler when decoding utf8 output
      ........
      b6230e31
    • Victor Stinner's avatar
      Blocked revisions 80413 via svnmerge · 647f4e77
      Victor Stinner authored
      ........
        r80413 | victor.stinner | 2010-04-23 21:28:32 +0200 (ven., 23 avril 2010) | 3 lines
      
        Issue #8467: Pure Python implementation of subprocess encodes the error message
        using surrogatepass error handler to support surrogates in the message
      ........
      647f4e77
    • Tarek Ziadé's avatar
      Blocked revisions 80408-80409 via svnmerge · f70c4d1e
      Tarek Ziadé authored
      ........
        r80408 | tarek.ziade | 2010-04-23 15:03:09 +0200 (Fri, 23 Apr 2010) | 1 line
      
        make sure os.symlink presence is tested before running some shutil tests -- also refactored the tests to use unittest.skipUnless
      ........
        r80409 | tarek.ziade | 2010-04-23 15:03:50 +0200 (Fri, 23 Apr 2010) | 1 line
      
        added a note about the ignore_dangling_symlinks option
      ........
      f70c4d1e
    • Victor Stinner's avatar
      Merged revisions 80404 via svnmerge from · c7c64526
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r80404 | victor.stinner | 2010-04-23 14:02:30 +0200 (ven., 23 avril 2010) | 4 lines
      
        Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute
        indirectly Python signal handlers anymore because mywrite() ignores exceptions
        (KeyboardInterrupt).
      ........
      c7c64526
    • Victor Stinner's avatar
      Merged revisions 80402 via svnmerge from · e279b9c1
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r80402 | victor.stinner | 2010-04-23 12:56:17 +0200 (ven., 23 avril 2010) | 2 lines
      
        Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames
      ........
      e279b9c1
  2. 22 Apr, 2010 16 commits
  3. 21 Apr, 2010 3 commits
    • Antoine Pitrou's avatar
      Merged revisions 80317 via svnmerge from · e9d4db54
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r80317 | antoine.pitrou | 2010-04-21 21:46:23 +0200 (mer., 21 avril 2010) | 15 lines
      
        Merged revisions 80314-80315 via svnmerge from
        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)
        ........
      ................
      e9d4db54
    • Tarek Ziadé's avatar
      Blocked revisions 80309 via svnmerge · 1aa8d1c8
      Tarek Ziadé authored
      ................
        r80309 | tarek.ziade | 2010-04-21 15:35:21 +0200 (Wed, 21 Apr 2010) | 9 lines
      
        Merged revisions 80306 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          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
        ........
      ................
      1aa8d1c8
    • R. David Murray's avatar
      Merged revisions 80296 via svnmerge from · c3856faf
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r80296 | r.david.murray | 2010-04-20 21:51:57 -0400 (Tue, 20 Apr 2010) | 14 lines
      
        Merged revisions 80144 via svnmerge from
        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.
        ........
      ................
      c3856faf
  4. 20 Apr, 2010 15 commits