index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
socketmodule.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
1
-0/+2
*
gh-103092: Isolate `socket` module (#103094)
Erlend E. Aasland
2023-04-09
1
-0/+1
*
gh-92658: AF_HYPERV is only supported on Windows (#93192)
Victor Stinner
2022-05-25
1
-1/+6
*
gh-92658: Add Hyper-V socket support (GH-92755)
Jordan Borean
2022-05-24
1
-0/+12
*
bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)
Christian Heimes
2022-03-11
1
-0/+15
*
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Thomas Klausner
2022-01-21
1
-1/+3
*
bpo-41374: Remove obsolete exclusion of netinet/tcp.h on Cygwin (GH-21649)
Zackery Spytz
2021-10-20
1
-3/+1
*
bpo-41798: Allocate _socket module C API on the heap (GH-24126)
Erlend Egeberg Aasland
2021-01-06
1
-1/+2
*
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding
2020-04-29
1
-0/+4
*
bpo-38282: Correctly manage the Bluetooth L2CAP socket structure in FreeBSD (...
Pablo Galindo
2019-10-13
1
-1/+6
*
bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698)
Victor Stinner
2019-10-10
1
-0/+3
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser
2019-08-02
1
-0/+43
*
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson
2018-09-26
1
-0/+12
*
closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...
Thomas Herzog
2018-09-01
1
-24/+25
*
bpo-34217: Use lowercase header for Windows (GH-8453)
erikjanss
2018-07-25
1
-1/+1
*
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
Serhiy Storchaka
2017-11-09
1
-1/+4
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
1
-1/+1
*
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery
2017-09-06
1
-0/+9
*
Add sockaddr_alg to sock_addr_t (#234)
Christian Heimes
2017-02-22
1
-0/+34
*
Issue #22117: The socket module uses _PyTime_t timestamp for timeouts
Victor Stinner
2015-03-28
1
-1/+1
*
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...
Steve Dower
2015-03-02
1
-0/+7
*
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Charles-François Natali
2013-02-05
1
-0/+4
*
#16135: Removal of OS/2 support (Modules/*)
Jesus Cea
2012-10-05
1
-1/+1
*
Issue #13777: Add PF_SYSTEM sockets on OS X.
Martin v. Löwis
2012-02-03
1
-0/+10
*
Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson.
Charles-François Natali
2011-12-23
1
-0/+1
*
Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias
Charles-François Natali
2011-10-06
1
-0/+11
*
Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656).
Nadeem Vawda
2011-05-15
1
-1/+4
*
Issue #10272: The ssl module now raises socket.timeout instead of a generic
Antoine Pitrou
2010-12-03
1
-0/+1
*
Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private
Antoine Pitrou
2010-08-28
1
-0/+8
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-42/+42
*
fix typo in c++ ifdef
Benjamin Peterson
2009-08-12
1
-1/+1
*
turn this into a macro
Benjamin Peterson
2009-05-06
1
-31/+2
*
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson
2009-05-05
1
-41/+4
*
Merged revisions 64267-64272 via svnmerge from
Martin v. Löwis
2008-06-14
1
-2/+3
*
Merged revisions 64214 via svnmerge from
Amaury Forgeot d'Arc
2008-06-13
1
-12/+15
*
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes
2008-01-07
1
-0/+4
*
Merged revisions 59703-59773 via svnmerge from
Christian Heimes
2008-01-06
1
-0/+1
*
Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...
Christian Heimes
2008-01-04
1
-0/+1
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
1
-1/+1
*
Marc-Andre Lemburg has found the culprit of the problem in r57142.
Christian Heimes
2007-11-30
1
-1/+1
*
Remove support for BeOS
Skip Montanaro
2007-08-17
1
-1/+1
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-0/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-1/+0
*
Get socketmodule to build after adding netlink support.
Neal Norwitz
2006-01-16
1
-0/+3
*
Patch #1103116: AF_NETLINK sockets basic support.
Martin v. Löwis
2006-01-14
1
-0/+9
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
1
-18/+21
*
Make socket.sslerror a subclass of socket.error .
Brett Cannon
2004-03-23
1
-0/+1
*
Add FreeBSD support for bluetooth sockets. (SF Patch #888148)
Hye-Shik Chang
2004-02-02
1
-0/+4
*
Patch #874083: Bluetooth support for socket module.
Martin v. Löwis
2004-01-31
1
-0/+12
[next]