summaryrefslogtreecommitdiff
path: root/Modules/socketmodule.h
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...Miss Islington (bot)2018-09-011-24/+25
* bpo-34217: Use lowercase header for Windows (GH-8453)Miss Islington (bot)2018-07-291-1/+1
* bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)Serhiy Storchaka2017-11-091-1/+4
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-141-1/+1
* bpo-27584: New addition of vSockets to the python socket module (#2489)caavery2017-09-061-0/+9
* Add sockaddr_alg to sock_addr_t (#234)Christian Heimes2017-02-221-0/+34
* Issue #22117: The socket module uses _PyTime_t timestamp for timeoutsVictor Stinner2015-03-281-1/+1
* Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...Steve Dower2015-03-021-0/+7
* Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by BrianCharles-François Natali2013-02-051-0/+4
* #16135: Removal of OS/2 support (Modules/*)Jesus Cea2012-10-051-1/+1
* Issue #13777: Add PF_SYSTEM sockets on OS X.Martin v. Löwis2012-02-031-0/+10
* Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson.Charles-François Natali2011-12-231-0/+1
* Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by MatthiasCharles-François Natali2011-10-061-0/+11
* Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656).Nadeem Vawda2011-05-151-1/+4
* Issue #10272: The ssl module now raises socket.timeout instead of a genericAntoine Pitrou2010-12-031-0/+1
* Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() privateAntoine Pitrou2010-08-281-0/+8
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-42/+42
* fix typo in c++ ifdefBenjamin Peterson2009-08-121-1/+1
* turn this into a macroBenjamin Peterson2009-05-061-31/+2
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-41/+4
* 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