1. 3d1f2d3 make _socket.socket weakrefable (closes #22569) by Benjamin Peterson · 10 years ago
  2. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  3. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  4. d25cdc3 on windows, r64214 broke compilation with some recent SDKs, by Amaury Forgeot d'Arc · 16 years ago
  5. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  6. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 17 years ago
  7. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 17 years ago
  8. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 17 years ago
  9. 45423a7 Patch #1432399: Add HCI sockets. by Martin v. Löwis · 18 years ago
  10. 046c4d1 Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  11. 6585166 Get socketmodule to build after adding netlink support. by Neal Norwitz · 19 years ago
  12. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
  13. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  14. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 21 years ago
  15. 96c4465 Add FreeBSD support for bluetooth sockets. (SF Patch #888148) by Hye-Shik Chang · 21 years ago
  16. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 21 years ago
  17. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  18. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  19. be8db07 Repair a comment. by Guido van Rossum · 22 years ago
  20. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
  21. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 23 years ago
  22. 666e70d Add documentation about how the inter-module linking works. by Marc-André Lemburg · 23 years ago
  23. 643a7fc Moved the declaration of PySocketSock_Type from socketmodule.h to by Tim Peters · 23 years ago
  24. 6f5505a For readability, switch to tab indents; was using a mix of tab indents, by Tim Peters · 23 years ago
  25. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 23 years ago