Commits
User selector
Commit History
Commits on Sep 17, 2025
gh-86819: Add ISO-TP CAN socket constants (#23794)
Show description for a9b6b09andauthored
Commits on Jul 28, 2025
Commits on May 14, 2025
Commits on Apr 12, 2025
gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD (GH-132431)
Show description for f2f86d3authored
Commits on Oct 14, 2024
Commits on Sep 5, 2024
gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)
Show description for b5aa271authored
Commits on Feb 20, 2024
gh-110850: Cleanup pycore_time.h includes (#115724)
Show description for d207c7cauthoredgh-110850: Replace _PyTime_t with PyTime_t (#115719)
Show description for 9af80ecauthored
Commits on Aug 10, 2023
Commits on Jul 1, 2023
gh-106316: Remove pytime.h header file (#106317)
Show description for 46d7761authored
Commits on Apr 9, 2023
Commits on May 25, 2022
gh-92658: AF_HYPERV is only supported on Windows (#93192)
Show description for 08e4e88authored
Commits on May 24, 2022
Commits on Mar 11, 2022
bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)
Show description for ecfff63authored
Commits on Jan 21, 2022
Commits on Oct 20, 2021
Commits on Jan 6, 2021
- authored
Erlend Egeberg Aasland
Commits on Apr 29, 2020
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
Show description for 360371fauthored
Commits on Oct 13, 2019
Commits on Oct 10, 2019
bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698)
Show description for d565fb9authored
Commits on Aug 21, 2019
Unmark files as executable that can't actually be executed. (GH-15353)
Show description for 9ece4a5authored andcommitted
Commits on Aug 2, 2019
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Show description for 8fbece1authored andcommitted
Commits on Sep 26, 2018
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Show description for bb81651authored andcommitted
Commits on Sep 1, 2018
- authored andcommitted
Commits on Jul 25, 2018
- authored andcommitted
Commits on Nov 9, 2017
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
Show description for d318715authored
Commits on Sep 14, 2017
Commits on Sep 6, 2017
bpo-27584: New addition of vSockets to the python socket module (#2489)
Show description for effc12fauthored andcommitted
Commits on Feb 22, 2017
Add sockaddr_alg to sock_addr_t (#234)
Show description for d37c068authored andcommitted
Commits on Mar 28, 2015
Commits on Mar 2, 2015
Commits on Feb 5, 2013
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Show description for 773e42dcommitted
Commits on Oct 5, 2012
Commits on Feb 3, 2012
Issue #13777: Add PF_SYSTEM sockets on OS X.
Show description for 9d6c669committed
Commits on Dec 23, 2011
- committed
Charles-François Natali