COMMITS
/ Modules/socketmodule.h April 29, 2020
K
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding committed
October 13, 2019
P
bpo-38282: Correctly manage the Bluetooth L2CAP socket structure in FreeBSD (GH-16738)
Pablo Galindo committed
October 10, 2019
V
bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698)
Victor Stinner committed
August 21, 2019
G
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price committed
August 2, 2019
G
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser committed
September 26, 2018
B
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson committed
September 1, 2018
T
closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH-9016)
Thomas Herzog committed
July 25, 2018
E
bpo-34217: Use lowercase header for Windows (GH-8453)
erikjanss committed
November 9, 2017
S
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
Serhiy Storchaka committed
September 14, 2017
S
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka committed
September 6, 2017
C
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery committed
February 22, 2017
C
Add sockaddr_alg to sock_addr_t (#234)
Christian Heimes committed
March 28, 2015
V
Issue #22117: The socket module uses _PyTime_t timestamp for timeouts
Victor Stinner committed
March 2, 2015
February 5, 2013
C
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Charles-François Natali committed
October 5, 2012
J
#16135: Removal of OS/2 support (Modules/*)
Jesus Cea committed
February 3, 2012
M
Issue #13777: Add PF_SYSTEM sockets on OS X.
Martin v. Löwis committed
December 23, 2011
C
Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson.
Charles-François Natali committed
October 6, 2011
C
Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias
Charles-François Natali committed
May 15, 2011
N
Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656).
Nadeem Vawda committed
December 3, 2010
A
Issue #10272: The ssl module now raises socket.timeout instead of a generic
Antoine Pitrou committed
August 28, 2010
A
Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
August 12, 2009
B
fix typo in c++ ifdef
Benjamin Peterson committed
May 6, 2009
B
turn this into a macro
Benjamin Peterson committed
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed
June 14, 2008
M
Merged revisions 64267-64272 via svnmerge from
Martin v. Löwis committed
June 13, 2008
A
Merged revisions 64214 via svnmerge from
Amaury Forgeot d'Arc committed
January 7, 2008
C
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes committed
January 6, 2008
C
Merged revisions 59703-59773 via svnmerge from
Christian Heimes committed
January 4, 2008
January 3, 2008
C
Merged revisions 59666-59679 via svnmerge from
Christian Heimes committed
November 30, 2007
C
Marc-Andre Lemburg has found the culprit of the problem in r57142.
Christian Heimes committed
August 17, 2007
S
Remove support for BeOS
Skip Montanaro committed
February 23, 2007
T
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
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