1. 24 May, 2009 1 kayıt (commit)
  2. 02 Mar, 2009 1 kayıt (commit)
  3. 11 Ock, 2009 1 kayıt (commit)
  4. 09 Ock, 2009 1 kayıt (commit)
  5. 29 Kas, 2008 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Send HTTP headers and message body in a single send() call. · 0381f489
      Jeremy Hylton yazdı
      This change addresses part of issue 4336.
      
      Change endheaders() to take an optional message_body argument
      that is sent along with the headers.  Change xmlrpclib and
      httplib's other methods to use this new interface.
      
      It is more efficient to make a single send() call, which should
      get the entire client request into one packet (assuming it is
      smaller than the MTU) and will avoid the long pause for delayed
      ack following timeout.
      
      Also:
      - Add a comment about the buffer size for makefile().
      - Extract _set_content_length() method and fix whitespace issues there.
      0381f489
  6. 15 Kas, 2008 1 kayıt (commit)
  7. 02 Eyl, 2008 1 kayıt (commit)
  8. 16 Agu, 2008 1 kayıt (commit)
  9. 07 Tem, 2008 1 kayıt (commit)
  10. 29 May, 2008 1 kayıt (commit)
  11. 24 Şub, 2008 2 kayıt (commit)
  12. 23 Şub, 2008 1 kayıt (commit)
  13. 12 Şub, 2008 1 kayıt (commit)
  14. 08 Ara, 2007 1 kayıt (commit)
  15. 18 Eki, 2007 1 kayıt (commit)
  16. 10 Eyl, 2007 1 kayıt (commit)
    • Bill Janssen's avatar
      More work on SSL support. · 98d19daf
      Bill Janssen yazdı
      * Much expanded test suite:
      
        All protocols tested against all other protocols.
        All protocols tested with all certificate options.
        Tests for bad key and bad cert.
        Test of STARTTLS functionality.
        Test of RAND_* functions.
      
      * Fixes for threading/malloc bug.
      
      * Issue 1065 fixed:
      
        sslsocket class renamed to SSLSocket.
        sslerror class renamed to SSLError.
        Function "wrap_socket" now used to wrap an existing socket.
      
      * Issue 1583946 finally fixed:
      
        Support for subjectAltName added.
        Subject name now returned as proper DN list of RDNs.
      
      * SSLError exported from socket as "sslerror".
      
      * RAND_* functions properly exported from ssl.py.
      
      * Documentation improved:
      
        Example of how to create a self-signed certificate.
        Better indexing.
      98d19daf
  17. 31 Agu, 2007 1 kayıt (commit)
  18. 30 Agu, 2007 1 kayıt (commit)
  19. 29 Agu, 2007 1 kayıt (commit)
    • Bill Janssen's avatar
      This contains a number of things: · 426ea0a8
      Bill Janssen yazdı
      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
  20. 27 Tem, 2007 1 kayıt (commit)
  21. 21 May, 2007 1 kayıt (commit)
  22. 26 Mar, 2007 1 kayıt (commit)
  23. 23 Mar, 2007 2 kayıt (commit)
  24. 30 Ock, 2007 1 kayıt (commit)
  25. 12 Kas, 2006 1 kayıt (commit)
  26. 30 Tem, 2006 1 kayıt (commit)
  27. 26 Tem, 2006 1 kayıt (commit)
  28. 03 May, 2006 1 kayıt (commit)
  29. 17 Şub, 2006 1 kayıt (commit)
  30. 29 Eyl, 2005 1 kayıt (commit)
  31. 26 Haz, 2005 1 kayıt (commit)
  32. 07 Kas, 2004 1 kayıt (commit)
  33. 14 Eki, 2004 1 kayıt (commit)
  34. 18 Eyl, 2004 1 kayıt (commit)
  35. 15 Eyl, 2004 1 kayıt (commit)
  36. 14 Eyl, 2004 3 kayıt (commit)