1. 11 Mar, 2005 1 kayıt (commit)
  2. 09 Agu, 2004 1 kayıt (commit)
  3. 31 May, 2004 1 kayıt (commit)
  4. 28 Mar, 2004 1 kayıt (commit)
  5. 14 Haz, 2003 1 kayıt (commit)
  6. 29 May, 2003 1 kayıt (commit)
  7. 10 May, 2003 1 kayıt (commit)
  8. 29 Nis, 2003 2 kayıt (commit)
  9. 25 Nis, 2003 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patch by Jp Calderone: · 47dfa4a8
      Guido van Rossum yazdı
      - The socket module now provides the functions inet_pton and inet_ntop
        for converting between string and packed representation of IP addresses.
        See SF patch #658327.
      
      This still needs a bit of work in the doc area, because it is not
      available on all platforms (especially not on Windows).
      47dfa4a8
  10. 30 Mar, 2003 1 kayıt (commit)
  11. 22 Agu, 2002 1 kayıt (commit)
  12. 08 Agu, 2002 8 kayıt (commit)
  13. 07 Agu, 2002 2 kayıt (commit)
  14. 31 Tem, 2002 2 kayıt (commit)
  15. 18 Tem, 2002 1 kayıt (commit)
  16. 13 Haz, 2002 1 kayıt (commit)
  17. 06 Haz, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      SF patch 555085 (timeout socket implementation) by Michael Gilfix. · 67f7a388
      Guido van Rossum yazdı
      I've made considerable changes to Michael's code, specifically to use
      the select() system call directly and to store the timeout as a C
      double instead of a Python object; internally, -1.0 (or anything
      negative) represents the None from the API.
      
      I'm not 100% sure that all corner cases are covered correctly, so
      please keep an eye on this.  Next I'm going to try it Windows before
      Tim complains.
      
      No way is this a bugfix candidate. :-)
      67f7a388
  18. 17 Şub, 2002 1 kayıt (commit)
  19. 16 Şub, 2002 2 kayıt (commit)
    • Martin v. Löwis's avatar
      The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. · e12454f4
      Martin v. Löwis yazdı
      Replaces calls to socket.send() (which isn't guaranteed to send all data)
      with the new socket.sendall() method.
      e12454f4
    • Marc-André Lemburg's avatar
      Break SSL support out of _socket module and place it into a new · a5d2b4cb
      Marc-André Lemburg yazdı
      helper module _ssl.
      
      The support for the RAND_* APIs in _ssl is now only enabled
      for OpenSSL 0.9.5 and up since they were added in that
      release.
      
      Note that socketmodule.* should really be renamed to _socket.* --
      unfortunately, this seems to lose the CVS history of the file.
      
      Please review and test... I was only able to test the header file
      chaos in socketmodule.c/h on Linux. The test run through fine
      and compiles don't give errors or warnings.
      
      WARNING: This patch does *not* include changes to the various
      non-Unix build process files.
      a5d2b4cb
  20. 18 Ara, 2001 1 kayıt (commit)
  21. 29 Eki, 2001 1 kayıt (commit)
  22. 24 Eki, 2001 1 kayıt (commit)
  23. 18 Agu, 2001 2 kayıt (commit)
  24. 29 Mar, 2001 1 kayıt (commit)
  25. 22 Mar, 2001 1 kayıt (commit)
  26. 18 Mar, 2001 1 kayıt (commit)
  27. 02 Mar, 2001 1 kayıt (commit)
  28. 15 Şub, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      bunch more __all__ lists · 0de65807
      Skip Montanaro yazdı
      also modified check_all function to suppress all warnings since they aren't
      relevant to what this test is doing (allows quiet checking of regsub, for
      instance)
      0de65807