1. 27 Apr, 2010 7 commits
  2. 26 Apr, 2010 4 commits
  3. 25 Apr, 2010 14 commits
  4. 24 Apr, 2010 8 commits
  5. 23 Apr, 2010 6 commits
  6. 22 Apr, 2010 1 commit
    • Antoine Pitrou's avatar
      Issue #8108: Fix the unwrap() method of SSL objects when the socket has · a5c4b551
      Antoine Pitrou authored
      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.
      a5c4b551