summaryrefslogtreecommitdiff
path: root/Modules/socketmodule.h
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-52/+52
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-19/+5
* on windows, r64214 broke compilation with some recent SDKs,Amaury Forgeot d'Arc2008-06-141-2/+3
* Restore support for Microsoft VC6 compiler.Amaury Forgeot d'Arc2008-06-131-11/+15
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-0/+4
* Added interface to Windows' WSAIoctl and a simple example for a network sniffer.Christian Heimes2008-01-041-0/+1
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-031-1/+1
* 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