summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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-191-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-11-011-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
* bpo-29845: Mark tests that use _testcapi as CPython-only (#711)Serhiy Storchaka2017-03-191-0/+1
* bpo-28728: clarify possible test failure due to ISP (GH-412)Xiang Zhang2017-03-071-5/+15
* update test_socket AEAD test for kernel 4.9 and up (#133)matejcik2017-02-161-8/+7
* Issue #28815: Merge test tweak from 3.6Martin Panter2017-01-081-7/+3
|\
| * Issue #28815: Merge test tweak from 3.5Martin Panter2017-01-081-7/+3
| |\
| | * Issue #28815: Use new exception subclassesMartin Panter2017-01-081-7/+3
* | | Issue #28815: Merge test_socket fix from 3.6Martin Panter2016-12-241-3/+11
|\ \ \ | |/ /
| * | Issue #28815: Merge test_socket fix from 3.5Martin Panter2016-12-241-3/+11
| |\ \ | | |/
| | * Issue #28815: Skip TIPC tests if /proc/modules is not readableMartin Panter2016-12-241-3/+11
* | | Issue #28683: Merge 3.6.Xavier de Gaye2016-12-141-6/+15
|\ \ \ | |/ /
| * | Issue #28683: Fix the tests that bind() a unix socket and raise PermissionErrorXavier de Gaye2016-12-141-6/+15
* | | Issue #26936: Fix the test_socket failures on Android - getservbyname(),Xavier de Gaye2016-12-131-4/+12
* | | Merge 3.6Xavier de Gaye2016-11-131-1/+2
|\ \ \ | |/ /
| * | Merge 3.5Xavier de Gaye2016-11-131-1/+2
| |\ \ | | |/
| | * Fix temporary file not deleted in test_socketXavier de Gaye2016-11-131-1/+2
* | | Merge test suite fixes from 3.6Martin Panter2016-10-201-0/+1
|\ \ \ | |/ /
| * | Issue #28471: Avoid ResourceWarning by detaching test socketMartin Panter2016-10-201-0/+1
* | | Merge 3.6 (issue #28471)Yury Selivanov2016-10-181-0/+12
|\ \ \ | |/ /
| * | Issue #28471: Fix crash (GIL state related) in socket.setblockingYury Selivanov2016-10-181-0/+12
* | | Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs.Serhiy Storchaka2016-10-021-8/+18
|/ /
* | Issue #20254: Merge from 3.5Berker Peksag2016-10-021-2/+4
|\ \ | |/
| * Issue #20254: Fix duplicate tests in test_socketBerker Peksag2016-10-021-2/+4
* | Issue #26384: Merge from 3.5Berker Peksag2016-09-171-0/+19
|\ \ | |/
| * Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfileBerker Peksag2016-09-171-0/+19
* | Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for...Christian Heimes2016-09-111-3/+5