summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.h
Commit message (Expand)AuthorAgeFilesLines
* Patch #1432399: Add HCI sockets.Martin v. Löwis2007-02-141-0/+2
* Patch #1544279: Improve thread-safety of the socket module by movingMartin v. Löwis2006-12-031-1/+0
* Get socketmodule to build after adding netlink support.Neal Norwitz2006-01-161-0/+3
* Patch #1103116: AF_NETLINK sockets basic support.Martin v. Löwis2006-01-141-0/+9
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-18/+21
* Make socket.sslerror a subclass of socket.error .Brett Cannon2004-03-231-0/+1
* Add FreeBSD support for bluetooth sockets. (SF Patch #888148)Hye-Shik Chang2004-02-021-0/+4
* Patch #874083: Bluetooth support for socket module.Martin v. Löwis2004-01-311-0/+12
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-031-1/+5
* Major overhaul of timeout sockets:Guido van Rossum2002-06-131-3/+2
* Repair a comment.Guido van Rossum2002-06-071-1/+1
* SF patch 555085 (timeout socket implementation) by Michael Gilfix.Guido van Rossum2002-06-061-0/+3
* Patch #520062: Support IPv6 with VC.NET.Martin v. Löwis2002-03-011-0/+10
* Add documentation about how the inter-module linking works.Marc-André Lemburg2002-02-251-1/+54
* Moved the declaration of PySocketSock_Type from socketmodule.h toTim Peters2002-02-171-7/+0
* For readability, switch to tab indents; was using a mix of tab indents,Tim Peters2002-02-171-35/+35
* Break SSL support out of _socket module and place it into a newMarc-André Lemburg2002-02-161-0/+159