COMMITS
/ Modules/socketmodule.h 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
February 16, 2002
M
Break SSL support out of _socket module and place it into a new
Marc-André Lemburg committed