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.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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-19
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-23
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-14
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-18
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
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-1/+1
|
\
|
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-1/+1
*
|
Merge AIX fixes from 3.6
Martin Panter
2016-11-14
1
-1/+3
|
\
\
|
|
/
|
*
Merge AIX fixes from 3.5 into 3.6
Martin Panter
2016-11-14
1
-1/+3
|
|
\
|
|
*
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
Martin Panter
2016-11-14
1
-1/+3
*
|
|
Issue #28480: Merge multithreading fixes from 3.6
Martin Panter
2016-10-20
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #28480: Avoid label at end of compound statement --without-threads
Martin Panter
2016-10-20
1
-0/+1
*
|
|
Merge 3.6 (issue #28471)
Yury Selivanov
2016-10-18
1
-9/+15
|
\
\
\
|
|
/
/
|
*
|
Issue #28471: Fix crash (GIL state related) in socket.setblocking
Yury Selivanov
2016-10-18
1
-9/+15
*
|
|
Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs.
Serhiy Storchaka
2016-10-02
1
-14/+42
|
/
/
*
|
Issue #28139: Merge indentation fixes from 3.5 into 3.6
Martin Panter
2016-09-17
1
-5/+6
|
\
\
|
|
/
|
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
1
-5/+6
|
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
*
|
Fix NULL check in sock_sendmsg_iovec. CID 1372885
Christian Heimes
2016-09-13
1
-1/+1
*
|
socket: Fix memory leak in sendmsg() and sendmsg_afalg()
Victor Stinner
2016-09-12
1
-5/+12
*
|
Cleanup socketmodule.c
Victor Stinner
2016-09-12
1
-13/+31
*
|
Issue 18550: Check return value of ioctl() / fnctl() in internal_setblocking
Christian Heimes
2016-09-08
1
-20/+41
*
|
use the '__linux__' instead 'linux' preprocessor define
Benjamin Peterson
2016-09-07
1
-4/+4
*
|
Issue #27744: correct comment and markup
Christian Heimes
2016-09-05
1
-1/+1
*
|
Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
Christian Heimes
2016-09-05
1
-53/+378
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
|
#26907: add some missing getsockopt constants.
R David Murray
2016-08-24
1
-0/+12
*
|
Issue #27702: Only expose SOCK_RAW when defined
Berker Peksag
2016-08-08
1
-0/+3
*
|
Merge 3.5 (INVALID_SOCKET)
Victor Stinner
2016-07-22
1
-6/+6
|
\
\
|
|
/
[prev]
[next]