summaryrefslogtreecommitdiff
path: root/tests/stdlib/test_socket.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-1/+2
|
* Disabling tpool on darwin, disabling a misbehaving test.Ryan Williams2010-01-171-1/+4
|
* Converted test_socket to use the patcher, fixed minor divergence from ↵Ryan Williams2009-11-261-9/+8
| | | | standard library's behavior (which honestly looks to me like a stdlib unit test that isn't testing what it's supposed to, but what can ya do).
* Converted test_socket_ssl away from copy-n-paste.Ryan Williams2009-08-061-1/+2
|
* Moved from having a copy-n-pasted test_socket to using the system ↵Ryan Williams2009-08-061-0/+19
test_socket. This means we don't get quite so many gratuitous failures when running on differing versions.