COMMITS
/ Modules/socketmodule.h January 16, 2006
N
Get socketmodule to build after adding netlink support.
Neal Norwitz committed
January 14, 2006
M
Patch #1103116: AF_NETLINK sockets basic support.
Martin v. Löwis committed
September 14, 2005
G
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum committed
March 23, 2004
B
Make socket.sslerror a subclass of socket.error .
Brett Cannon committed
February 2, 2004
H
Add FreeBSD support for bluetooth sockets. (SF Patch #888148)
Hye-Shik Chang committed
January 31, 2004
M
Patch #874083: Bluetooth support for socket module.
Martin v. Löwis committed
May 3, 2003
M
Patch #708495: Port more stuff to OpenVMS.
Martin v. Löwis committed
June 13, 2002
G
Major overhaul of timeout sockets:
Guido van Rossum committed
June 7, 2002
G
Repair a comment.
Guido van Rossum committed
June 6, 2002
G
SF patch 555085 (timeout socket implementation) by Michael Gilfix.
Guido van Rossum committed
March 1, 2002
M
Patch #520062: Support IPv6 with VC.NET.
Martin v. Löwis committed
February 25, 2002
M
Add documentation about how the inter-module linking works.
Marc-André Lemburg committed
February 17, 2002
T
Moved the declaration of PySocketSock_Type from socketmodule.h to
Tim Peters committed
T
For readability, switch to tab indents; was using a mix of tab indents,
Tim Peters committed
February 16, 2002
M
Break SSL support out of _socket module and place it into a new
Marc-André Lemburg committed