summaryrefslogtreecommitdiff
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN....Miss Islington (bot)2019-09-121-1/+3
* bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646)Miss Islington (bot)2019-07-311-0/+13
* bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480)Miss Islington (bot)2019-06-301-1/+8
* bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...Zackery Spytz2019-05-291-13/+11
* bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)xdegaye2019-05-031-2/+7
* bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)Victor Stinner2019-04-151-8/+1
* bpo-35934: Add socket.create_server() utility function (GH-11784)Giampaolo Rodola2019-04-091-1/+125
* bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)Giampaolo Rodola2019-03-281-0/+19
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)Serhiy Storchaka2019-03-051-24/+19
* bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...Joannah Nanjekye2019-02-261-2/+3
* Make sure file object is close if socket.create_connection fails (GH-11334)Pablo Galindo2018-12-291-5/+4
* bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954)Michael Felt2018-12-261-9/+15
* bpo-35415: validate fileno argument to socket.socket (GH-10917)Dima Tisnek2018-12-171-5/+44
* bpo-35050: AF_ALG length check off-by-one error (GH-10058)Christian Heimes2018-12-101-0/+18
* bpo-35347: Cleanup test_socket.NonBlockingTCPTests (GH-10818)Victor Stinner2018-11-301-89/+74
* bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791)Victor Stinner2018-11-301-25/+39
* Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)Pablo Galindo2018-09-271-2/+3
* bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)Bjorn Andersson2018-09-261-0/+41
* bpo-33937: Catch ENOMEM error in test_socket (#9557)Victor Stinner2018-09-251-2/+13
* bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)Victor Stinner2018-09-171-27/+0
* Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)Sergey Fedoseev2018-07-091-1/+1
* Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)Victor Stinner2018-06-261-1/+1
* bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)Victor Stinner2018-06-221-1/+1
* Provide a little better debug output (#6940)Barry Warsaw2018-05-171-1/+1
* Spelling fixes to docs, docstrings, and comments (GH-6374)Ville Skyttä2018-04-201-1/+1
* bpo-32394: Remove some TCP options on old version Windows. (GH-5523)animalize2018-02-261-0/+22
* bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)Коренберг Марк2018-02-121-0/+66
* bpo-28134: Ignore proto in unknown socket test (GH-5435)Christian Heimes2018-01-301-2/+3
* bpo-28134: Auto-detect socket values from file descriptor (#1349)Christian Heimes2018-01-291-1/+44
* bpo-32373: Add socket.getblocking() method. (#4926)Yury Selivanov2018-01-281-3/+60
* Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (...Yury Selivanov2018-01-281-44/+0
* bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)Коренберг Марк2018-01-271-0/+44
* bpo-32454: socket closefd (#5048)Christian Heimes2018-01-271-0/+16
* bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner2018-01-221-4/+0
* bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)Yury Selivanov2017-12-181-6/+35
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-2/+2
* Skip test_socket.test_sha256() on linux < 4.5 (#4643)Victor Stinner2017-11-301-0/+3
* test_socket: socket.socketpair() is always available (#4634)Victor Stinner2017-11-291-2/+0
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-1/+1
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* Fix test_socket.test_create_connection() (#4206)Victor Stinner2017-10-311-0/+4
* bpo-31479: Always reset the signal alarm in tests (#3588)Victor Stinner2017-09-191-9/+14
* bpo-31234: Add test.support.wait_threads_exit() (#3578)Victor Stinner2017-09-141-0/+4
* bpo-29639: change test.support.HOST to "localhost"Gregory P. Smith2017-09-091-2/+2
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-51/+18
* bpo-27584: New addition of vSockets to the python socket module (#2489)caavery2017-09-061-0/+107
* bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)Pier-Yves Lessard2017-08-281-0/+55
* Fix tests: getsockname() can return None on OS X on unbound sockets (#1400)Antoine Pitrou2017-05-021-2/+2
* bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)Antoine Pitrou2017-05-021-0/+4
* bpo-29972: Skip tests known to fail on AIX (#979)Victor Stinner2017-04-041-3/+7