1. 04 Sep, 2007 2 commits
  2. 03 Sep, 2007 2 commits
  3. 02 Sep, 2007 1 commit
  4. 01 Sep, 2007 10 commits
  5. 31 Aug, 2007 6 commits
  6. 30 Aug, 2007 17 commits
  7. 29 Aug, 2007 2 commits
    • Bill Janssen's avatar
      This contains a number of things: · 426ea0a8
      Bill Janssen authored
      1) Improve the documentation of the SSL module, with a fuller
         explanation of certificate usage, another reference, proper
         formatting of this and that.
      
      2) Fix Windows bug in ssl.py, and general bug in sslsocket.close().
         Remove some unused code from ssl.py.  Allow accept() to be called on
         sslsocket sockets.
      
      3) Use try-except-else in import of ssl in socket.py.  Deprecate use of
         socket.ssl().
      
      4) Remove use of socket.ssl() in every library module, except for
         test_socket_ssl.py and test_ssl.py.
      426ea0a8
    • Facundo Batista's avatar
      Ignore test failures caused by 'resource temporarily unavailable' · 492e5920
      Facundo Batista authored
      exceptions raised during FailingServerTestCase tests.
      [GSoC - Alan McIntyre]
      492e5920