1. 71694d5 Issue #22117: The socket module uses _PyTime_t timestamp for timeouts by Victor Stinner · 9 years ago
  2. 3e96f32 Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. by Steve Dower · 9 years ago
  3. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 11 years ago
  4. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  5. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 12 years ago
  6. 8b75965 Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson. by Charles-François Natali · 12 years ago
  7. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  8. d74b593 Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). by Nadeem Vawda · 13 years ago
  9. c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic by Antoine Pitrou · 13 years ago
  10. 67c7ce4 Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private by Antoine Pitrou · 14 years ago
  11. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  12. 2349020 fix typo in c++ ifdef by Benjamin Peterson · 15 years ago
  13. 81c447f turn this into a macro by Benjamin Peterson · 15 years ago
  14. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  15. b072cf2 Merged revisions 64267-64272 via svnmerge from by Martin v. Löwis · 16 years ago
  16. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  17. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 16 years ago
  18. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 16 years ago
  19. c36625b Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful for later versions of MSVC. VS6 claims that fortran is a reserved word by Christian Heimes · 16 years ago
  20. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 16 years ago
  21. b5daaed Marc-Andre Lemburg has found the culprit of the problem in r57142. by Christian Heimes · 16 years ago
  22. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  23. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  24. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  25. 6585166 Get socketmodule to build after adding netlink support. by Neal Norwitz · 18 years ago
  26. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 18 years ago
  27. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  28. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 20 years ago
  29. 96c44658 Add FreeBSD support for bluetooth sockets. (SF Patch #888148) by Hye-Shik Chang · 20 years ago
  30. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 20 years ago
  31. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  32. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  33. be8db07 Repair a comment. by Guido van Rossum · 22 years ago
  34. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
  35. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  36. 666e70d Add documentation about how the inter-module linking works. by Marc-André Lemburg · 22 years ago
  37. 643a7fc Moved the declaration of PySocketSock_Type from socketmodule.h to by Tim Peters · 22 years ago
  38. 6f5505a For readability, switch to tab indents; was using a mix of tab indents, by Tim Peters · 22 years ago
  39. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 22 years ago