1. 99d2fbb Move the helper class _closedsocket *into* the _socketobject class. by Guido van Rossum · 23 years ago
  2. b2c763f Add 'sendall' to list of socket methods. by Guido van Rossum · 23 years ago
  3. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  4. 112ea6b Inspired by Greg Stein's proposed simplification of the _closesocket by Guido van Rossum · 23 years ago
  5. e5e5059 When the socket is closed, don't just assign 0 to self._sock. by Guido van Rossum · 23 years ago
  6. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  7. 3f69f21 Add a wrapper function for ssl() on Windows. Inspired by SF patch by Guido van Rossum · 23 years ago
  8. 64de1a4 add errorTab to __all__ on win* closes bug #406642 by Skip Montanaro · 23 years ago
  9. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  10. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  11. 495ad3c Whitespace normalization. by Tim Peters · 23 years ago
  12. af484d5 Mention in the module's doc string that other functions of the socket API by Martin v. Löwis · 24 years ago
  13. 6df27f8 Support sizehint in _fileobject.readlines, as documented. by Martin v. Löwis · 24 years ago
  14. 344ecdb Before comparing os.uname() to BeOS check that os.uname actually exists:-) by Jack Jansen · 24 years ago
  15. 2d2785a updated occurences of fqdn algorithm (closes patch #101197) by Peter Schneider-Kamp · 24 years ago
  16. a6070f0 Revise the wrapper structure for the socket module: by Fred Drake · 24 years ago