GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
socketmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Giampaolo Rodola
2019-03-28
1
-1
/
+46
*
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467)
Inada Naoki
2019-03-20
1
-1
/
+2
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
1
-2
/
+2
*
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Jakub Kulík
2018-12-30
1
-1
/
+1
*
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)
Gregory P. Smith
2018-12-30
1
-0
/
+20
*
bpo-35415: validate fileno argument to socket.socket (GH-10917)
Dima Tisnek
2018-12-17
1
-20
/
+29
*
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka
2018-12-11
1
-4
/
+8
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058)
Christian Heimes
2018-12-10
1
-3
/
+5
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-4
/
+4
*
Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)
Zackery Spytz
2018-11-15
1
-2
/
+4
*
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson
2018-09-26
1
-2
/
+49
*
closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)
Cheryl Sabella
2018-09-11
1
-3
/
+3
*
closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163)
Oren Milman
2018-09-11
1
-60
/
+119
*
closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...
Erik Janssens
2018-09-04
1
-2
/
+5
*
bpo-34217: Use lowercase for windows headers (GH-8472)
Erik Janssens
2018-08-16
1
-1
/
+1
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-10
/
+10
*
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
animalize
2018-02-26
1
-0
/
+70
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
Коренберг Марк
2018-02-12
1
-28
/
+31
*
Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka
2018-02-09
1
-2
/
+6
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-03
1
-1
/
+1
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
1
-7
/
+7
*
bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes
2018-01-29
1
-2
/
+69
*
bpo-32373: Add socket.getblocking() method. (#4926)
Yury Selivanov
2018-01-28
1
-1
/
+48
*
Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (...
Yury Selivanov
2018-01-28
1
-31
/
+28
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)
Коренберг Марк
2018-01-27
1
-28
/
+31
*
bpo-32454: socket closefd (#5048)
Christian Heimes
2018-01-27
1
-2
/
+29
*
bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c...
Max Bélanger
2018-01-07
1
-10
/
+0
*
bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)
Yury Selivanov
2017-12-18
1
-6
/
+15
*
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
Serhiy Storchaka
2017-11-09
1
-64
/
+67
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1
/
+1
*
bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147)
Erik Bray
2017-10-27
1
-7
/
+0
*
Fix _socket module compilation on Cygwin. (#4137)
Erik Bray
2017-10-27
1
-1
/
+1
*
bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more...
Pablo Galindo
2017-10-18
1
-3
/
+3
*
Remove a null statement that was necessary for --without-threads (#3478)
Zackery Spytz
2017-09-11
1
-1
/
+0
*
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka
2017-09-08
1
-1
/
+4
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-12
/
+2
*
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery
2017-09-06
1
-2
/
+91
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
1
-4
/
+2
*
bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)
Pier-Yves Lessard
2017-08-28
1
-5
/
+70
*
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...
Oren Milman
2017-08-20
1
-2
/
+4
*
bpo-30319: socket.close() now ignores ECONNRESET (#2565)
Victor Stinner
2017-07-04
1
-1
/
+3
*
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
Segev Finer
2017-06-28
1
-171
/
+16
*
bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)
Antoine Pitrou
2017-05-02
1
-3
/
+3
*
bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)
Nathaniel J. Smith
2017-03-22
1
-0
/
+3
*
Add sockaddr_alg to sock_addr_t (#234)
Christian Heimes
2017-02-22
1
-30
/
+0
*
Remove double definition of IPPROTO_IPV6 (#100)
Maximilian Hils
2017-02-15
1
-3
/
+0
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-16
/
+8
*
Address a minor Coverity warning re: unchecked PyArg_ParseTuple calls
Gregory P. Smith
2017-01-17
1
-5
/
+7
*
Add TCP_CONGESTION and TCP_USER_TIMEOUT
Victor Stinner
2016-11-29
1
-0
/
+6
*
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
1
-1
/
+1
[next]