index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_socket.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Remove a few lines that aren't used and cause problems on platforms
Guido van Rossum
2002-07-19
1
-6/+0
*
Add test for previous core dump when sending on closed socket with
Guido van Rossum
2002-07-19
1
-1/+10
*
Add default timeout functionality. This adds setdefaulttimeout() and
Guido van Rossum
2002-07-18
1
-0/+30
*
I get failures half of the time that I run this, so I'll disable
Guido van Rossum
2002-06-20
1
-2/+2
*
Michael fixed the race conditions and removed the sleeps.
Guido van Rossum
2002-06-18
1
-9/+55
*
Temporarily disable the timeout and socket tests.
Guido van Rossum
2002-06-13
1
-12/+12
*
Comment out testHostnameRes() -- it depends on a correctly working
Guido van Rossum
2002-06-13
1
-10/+10
*
Fix non-blocking connect() for Windows. Refactored the code
Guido van Rossum
2002-06-13
1
-12/+2
*
Major overhaul of timeout sockets:
Guido van Rossum
2002-06-13
1
-1/+4
*
Fix a typo.
Guido van Rossum
2002-06-13
1
-1/+2
*
Remove some overly complicated ways to concatenate and repeat strings
Guido van Rossum
2002-06-12
1
-6/+7
*
Don't test for Java, test for sys.getrefcount.
Guido van Rossum
2002-06-12
1
-2/+2
*
Some provisional changes to get more tests to run on Windows (I hope).
Guido van Rossum
2002-06-12
1
-6/+8
*
Argh. Typo. :-(
Guido van Rossum
2002-06-12
1
-1/+1
*
Allow absent fromfd(), for Windows.
Guido van Rossum
2002-06-12
1
-0/+2
*
testSetSockOpt() should not require the reuse flag to be 1 -- any
Guido van Rossum
2002-06-12
1
-2/+2
*
Lose the message on assertEqual calls -- they actually hide
Guido van Rossum
2002-06-12
1
-18/+15
*
New test suite for the socket module by Michael Gilfix.
Guido van Rossum
2002-06-12
1
-165/+472
*
SF patch 555085 (timeout socket implementation) by Michael Gilfix.
Guido van Rossum
2002-06-06
1
-10/+57
*
Refcounting isn't available in Jython. Putting the jython test around it.
Finn Bock
2001-12-09
1
-8/+9
*
getnameinfo() appears to raise socket.error instead of
Barry Warsaw
2001-11-09
1
-1/+1
*
Correct getnameinfo refcounting and tuple parsing. Fixes #476648.
Martin v. Löwis
2001-11-02
1
-0/+14
*
Test sendall().
Guido van Rossum
2001-10-29
1
-1/+1
*
Make socket.getservbyname test optional on socket module having that
Barry Warsaw
2001-03-23
1
-5/+6
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-2/+1
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1/+1
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1/+1
*
Skip Montanaro: modify test_socket.py to listen/connect using loopback addr
Guido van Rossum
2000-06-29
1
-2/+2
*
Fix the test so that connect() and bind() are called with a single
Guido van Rossum
2000-03-24
1
-2/+2
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-87/+87
*
Fixed test for socket.error to work when it's a class exception.
Guido van Rossum
1997-10-01
1
-1/+2
*
socket_type --> SocketType
Fred Drake
1997-06-03
1
-1/+1
*
Add test for presence of socket_type.
Guido van Rossum
1997-05-21
1
-0/+1
*
Increase the child's sleep time to 5 for slow machines.
Guido van Rossum
1997-05-16
1
-1/+1
*
Suppress fork part of socket test when we can't fork.
Guido van Rossum
1997-05-14
1
-27/+29
*
Print less in test_socket.
Guido van Rossum
1997-05-09
1
-6/+6
*
Did nobody ever notice that "make test" didn't print the summary line
Guido van Rossum
1997-01-29
1
-1/+0
*
Make as sure as we can that the forked child does not return and
Guido van Rossum
1997-01-17
1
-12/+15
*
Rewrite the `hostname mismatch' test as per GvR suggestion.
Barry Warsaw
1997-01-13
1
-2/+8
*
Added an os._exit(0) in the parent so we don't have two test processes
Barry Warsaw
1997-01-07
1
-0/+3
*
Test of the socket module. The following functions and methods are
Barry Warsaw
1997-01-03
1
-0/+131