1. 443fec3 Major restructuring of _fileobject. Hopefully several things now work by Guido van Rossum · 22 years ago
  2. 9ed5ae7 Replace tabs with spaces. (Sorry!) by Guido van Rossum · 22 years ago
  3. e9f6614 "Unbuffered" mode of class _fileobject wasn't actually unbuffered, by Guido van Rossum · 22 years ago
  4. 6be1475 Restore a full arglist to the socket wrapper, so it supports keyword by Tim Peters · 22 years ago
  5. 8c3fb87 For platforms (like Windows) that wrap _socket.socket: by Tim Peters · 22 years ago
  6. 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 22 years ago
  7. 2b34290 Cleanup a little by Neal Norwitz · 22 years ago
  8. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
  9. 18e6778 Repair so that importing socket doesn't blow up on platforms that lack by Tim Peters · 23 years ago
  10. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 23 years ago
  11. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 23 years ago
  12. 99d2fbb Move the helper class _closedsocket *into* the _socketobject class. by Guido van Rossum · 23 years ago
  13. b2c763f Add 'sendall' to list of socket methods. by Guido van Rossum · 23 years ago
  14. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  15. 112ea6b Inspired by Greg Stein's proposed simplification of the _closesocket by Guido van Rossum · 23 years ago
  16. e5e5059 When the socket is closed, don't just assign 0 to self._sock. by Guido van Rossum · 23 years ago
  17. a19a168 Whitespace normalization. by Tim Peters · 24 years ago
  18. 3f69f21 Add a wrapper function for ssl() on Windows. Inspired by SF patch by Guido van Rossum · 24 years ago
  19. 64de1a4 add errorTab to __all__ on win* closes bug #406642 by Skip Montanaro · 24 years ago
  20. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
  21. 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
  22. 495ad3c Whitespace normalization. by Tim Peters · 24 years ago
  23. af484d5 Mention in the module's doc string that other functions of the socket API by Martin v. Löwis · 24 years ago
  24. 6df27f8 Support sizehint in _fileobject.readlines, as documented. by Martin v. Löwis · 24 years ago
  25. 344ecdb Before comparing os.uname() to BeOS check that os.uname actually exists:-) by Jack Jansen · 24 years ago
  26. 2d2785a updated occurences of fqdn algorithm (closes patch #101197) by Peter Schneider-Kamp · 24 years ago
  27. a6070f0 Revise the wrapper structure for the socket module: by Fred Drake · 24 years ago