Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
dbb718fa8775731666bb9cbc73662fadee41ea8f
/
Lib
/
test
/
test_socket.py
6870bba
Make socket.getservbyname test optional on socket module having that
by Barry Warsaw
· 24 years ago
83ff749
String method conversion.
by Eric S. Raymond
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
132dce2
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
1bfdc78
Skip Montanaro: modify test_socket.py to listen/connect using loopback addr
by Guido van Rossum
· 25 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
· 28 years ago
cf3527b
socket_type --> SocketType
by Fred Drake
· 28 years ago
f858021
Add test for presence of socket_type.
by Guido van Rossum
· 28 years ago
9522274
Increase the child's sleep time to 5 for slow machines.
by Guido van Rossum
· 28 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