Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
449f5568b7920b2d30c4813c443408a8fc42973c
/
Lib
/
test
/
test_socket.py
1bfdc78
Skip Montanaro: modify test_socket.py to listen/connect using loopback addr
by Guido van Rossum
· 24 years ago
7e57bc4
Fix the test so that connect() and bind() are called with a single
by Guido van Rossum
· 25 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
a008fa5
Fixed test for socket.error to work when it's a class exception.
by Guido van Rossum
· 27 years ago
cf3527b
socket_type --> SocketType
by Fred Drake
· 27 years ago
f858021
Add test for presence of socket_type.
by Guido van Rossum
· 27 years ago
9522274
Increase the child's sleep time to 5 for slow machines.
by Guido van Rossum
· 27 years ago
2b4d280
Suppress fork part of socket test when we can't fork.
by Guido van Rossum
· 28 years ago
f518d5e
Print less in test_socket.
by Guido van Rossum
· 28 years ago
fc167c6
Did nobody ever notice that "make test" didn't print the summary line
by Guido van Rossum
· 28 years ago
1d1394e
Make as sure as we can that the forked child does not return and
by Guido van Rossum
· 28 years ago
dbfb8d4
Rewrite the `hostname mismatch' test as per GvR suggestion.
by Barry Warsaw
· 28 years ago
dce1005
Added an os._exit(0) in the parent so we don't have two test processes
by Barry Warsaw
· 28 years ago
cf3d4b5
Test of the socket module. The following functions and methods are
by Barry Warsaw
· 28 years ago