1. 31 Tem, 2001 1 kayıt (commit)
  2. 26 Tem, 2001 1 kayıt (commit)
  3. 24 Tem, 2001 1 kayıt (commit)
  4. 01 Haz, 2001 1 kayıt (commit)
  5. 13 Nis, 2001 1 kayıt (commit)
  6. 01 Şub, 2001 1 kayıt (commit)
  7. 23 Ock, 2001 1 kayıt (commit)
  8. 15 Ock, 2001 1 kayıt (commit)
  9. 14 Ock, 2001 2 kayıt (commit)
  10. 13 Ock, 2001 2 kayıt (commit)
  11. 15 Ara, 2000 1 kayıt (commit)
  12. 11 Ara, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem with · 0aee7220
      Guido van Rossum yazdı
      socket in httplib.py.
      
      The bug reports that on Windows, you must pass sock._sock to the
      socket.ssl() call.  But on Unix, you must pass sock itself.  (sock is
      a wrapper on Windows but not on Unix; the ssl() call wants the real
      socket object, not the wrapper.)
      
      So we see if sock has an _sock attribute and if so, extract it.
      
      Unfortunately, the submitter of the bug didn't confirm that this patch
      works, so I'll just have to believe it (can't test it myself since I
      don't have OpenSSL on Windows set up, and that's a nontrivial thing I
      believe).
      0aee7220
  13. 12 Eki, 2000 1 kayıt (commit)
  14. 21 Eyl, 2000 1 kayıt (commit)
  15. 18 Eyl, 2000 1 kayıt (commit)
  16. 14 Eyl, 2000 1 kayıt (commit)
  17. 23 Agu, 2000 1 kayıt (commit)
  18. 01 Agu, 2000 1 kayıt (commit)
    • Jeremy Hylton's avatar
      add support for HTTPS · 29b8d5ac
      Jeremy Hylton yazdı
      Modify HTTP to use delegation instead of inheritance.  The
      _connection_class attribute of the class defines what class to
      delegate to.  The HTTPS class is a subclass of HTTP that redefines
      _connection_class.
      29b8d5ac
  19. 18 Tem, 2000 1 kayıt (commit)
  20. 26 Haz, 2000 1 kayıt (commit)
  21. 19 May, 2000 1 kayıt (commit)
  22. 28 Mar, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fredrik Lundh: · 93a7c0fe
      Guido van Rossum yazdı
      This fixes a bunch of socket.connect(host, post) calls.  Note that I
      haven't tested all modules -- I don't have enough servers here...
      93a7c0fe
  23. 10 Şub, 2000 1 kayıt (commit)
  24. 07 Ara, 1999 1 kayıt (commit)
  25. 19 Ock, 1998 1 kayıt (commit)
  26. 09 Ara, 1997 1 kayıt (commit)
  27. 11 Agu, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Two changes: · 2567dd6d
      Guido van Rossum yazdı
      (1) No longer close self.sock; close it on close().  (Guido)
      
      (2) Don't use regular expressions for what can be done simply with
      string.split() -- regex is thread unsafe.  (Jeremy)
      
      (3) Delete unused imports.  (Jeremy)
      2567dd6d
  28. 10 Ara, 1996 1 kayıt (commit)
  29. 14 Şub, 1996 1 kayıt (commit)
  30. 30 Eyl, 1995 1 kayıt (commit)
  31. 07 Eyl, 1995 1 kayıt (commit)
  32. 07 Agu, 1995 1 kayıt (commit)
  33. 22 Haz, 1995 1 kayıt (commit)
  34. 06 May, 1994 1 kayıt (commit)
  35. 22 Şub, 1994 1 kayıt (commit)
  36. 21 Şub, 1994 1 kayıt (commit)