summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* Make socket.getservbyname test optional on socket module having thatBarry Warsaw2001-03-231-5/+6
* String method conversion.Eric S. Raymond2001-02-091-2/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Skip Montanaro: modify test_socket.py to listen/connect using loopback addrGuido van Rossum2000-06-291-2/+2
* Fix the test so that connect() and bind() are called with a singleGuido van Rossum2000-03-241-2/+2
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-87/+87
* Fixed test for socket.error to work when it's a class exception.Guido van Rossum1997-10-011-1/+2
* socket_type --> SocketTypeFred Drake1997-06-031-1/+1
* Add test for presence of socket_type.Guido van Rossum1997-05-211-0/+1
* Increase the child's sleep time to 5 for slow machines.Guido van Rossum1997-05-161-1/+1
* Suppress fork part of socket test when we can't fork.Guido van Rossum1997-05-141-27/+29
* Print less in test_socket.Guido van Rossum1997-05-091-6/+6
* Did nobody ever notice that "make test" didn't print the summary lineGuido van Rossum1997-01-291-1/+0
* Make as sure as we can that the forked child does not return andGuido van Rossum1997-01-171-12/+15
* Rewrite the `hostname mismatch' test as per GvR suggestion.Barry Warsaw1997-01-131-2/+8
* Added an os._exit(0) in the parent so we don't have two test processesBarry Warsaw1997-01-071-0/+3
* Test of the socket module. The following functions and methods areBarry Warsaw1997-01-031-0/+131