summaryrefslogtreecommitdiff
path: root/Modules/socketmodule.c
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (...Serhiy Storchaka2019-03-141-2/+2
* bpo-35550: Fix incorrect Solaris define guards (GH-11275)Miss Islington (bot)2018-12-301-1/+1
* bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-1137...Miss Islington (bot)2018-12-301-0/+20
* bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077)Miss Islington (bot)2018-12-101-4/+8
* bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11069)Victor Stinner2018-12-101-3/+7
* Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)Miss Islington (bot)2018-11-151-2/+4
* [3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207)Benjamin Peterson2018-09-111-3/+3
* closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...Miss Islington (bot)2018-09-041-2/+5
* bpo-34217: Use lowercase for windows headers (GH-8472)Miss Islington (bot)2018-08-161-1/+1
* bpo-32394: Remove some TCP options on old version Windows. (GH-5523)Miss Islington (bot)2018-02-261-0/+70
* bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) ...Miss Islington (bot)2018-02-121-28/+31
* Fix some warnings produced by different compilers. (GH-5593) (GH-5600)Miss Islington (bot)2018-02-091-2/+6
* [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)Miss Islington (bot)2018-02-031-1/+1
* bpo-28134: Auto-detect socket values from file descriptor (#1349)Christian Heimes2018-01-291-2/+69
* bpo-32373: Add socket.getblocking() method. (#4926)Yury Selivanov2018-01-281-1/+48
* Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (...Yury Selivanov2018-01-281-31/+28
* bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)Коренберг Марк2018-01-271-28/+31
* bpo-32454: socket closefd (#5048)Christian Heimes2018-01-271-2/+29
* bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c...Max Bélanger2018-01-071-10/+0
* bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)Yury Selivanov2017-12-181-6/+15
* bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)Serhiy Storchaka2017-11-091-64/+67
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147)Erik Bray2017-10-271-7/+0
* Fix _socket module compilation on Cygwin. (#4137)Erik Bray2017-10-271-1/+1
* bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more...Pablo Galindo2017-10-181-3/+3
* Remove a null statement that was necessary for --without-threads (#3478)Zackery Spytz2017-09-111-1/+0
* bpo-31393: Fix the use of PyUnicode_READY(). (#3451)Serhiy Storchaka2017-09-081-1/+4
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-12/+2
* bpo-27584: New addition of vSockets to the python socket module (#2489)caavery2017-09-061-2/+91
* remove IRIX support (closes bpo-31341) (#3310)Benjamin Peterson2017-09-041-4/+2
* bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)Pier-Yves Lessard2017-08-281-5/+70
* bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...Oren Milman2017-08-201-2/+4
* bpo-30319: socket.close() now ignores ECONNRESET (#2565)Victor Stinner2017-07-041-1/+3
* bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)Segev Finer2017-06-281-171/+16
* bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)Antoine Pitrou2017-05-021-3/+3
* bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)Nathaniel J. Smith2017-03-221-0/+3
* Add sockaddr_alg to sock_addr_t (#234)Christian Heimes2017-02-221-30/+0
* Remove double definition of IPPROTO_IPV6 (#100)Maximilian Hils2017-02-151-3/+0
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-16/+8
* Address a minor Coverity warning re: unchecked PyArg_ParseTuple callsGregory P. Smith2017-01-171-5/+7
* Add TCP_CONGESTION and TCP_USER_TIMEOUTVictor Stinner2016-11-291-0/+6
* Added the const qualifier to char* variables that refer to readonly internalSerhiy Storchaka2016-11-201-1/+1
* Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-201-1/+1
|\
| * Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-201-1/+1
* | Merge AIX fixes from 3.6Martin Panter2016-11-141-1/+3
|\ \ | |/
| * Merge AIX fixes from 3.5 into 3.6Martin Panter2016-11-141-1/+3
| |\
| | * Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPATMartin Panter2016-11-141-1/+3
* | | Issue #28480: Merge multithreading fixes from 3.6Martin Panter2016-10-201-0/+1
|\ \ \ | |/ /
| * | Issue #28480: Avoid label at end of compound statement --without-threadsMartin Panter2016-10-201-0/+1
* | | Merge 3.6 (issue #28471)Yury Selivanov2016-10-181-9/+15
|\ \ \ | |/ /