summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.h
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64267-64272 via svnmerge fromMartin v. Löwis2008-06-141-2/+3
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-131-12/+15
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-071-0/+4
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-0/+1
* Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...Christian Heimes2008-01-041-0/+1
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-1/+1
* Marc-Andre Lemburg has found the culprit of the problem in r57142.Christian Heimes2007-11-301-1/+1
* Remove support for BeOSSkip Montanaro2007-08-171-1/+1
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-0/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-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