summaryrefslogtreecommitdiffstats
path: root/Lib/test/mock_socket.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which ↵Senthil Kumaran2011-07-301-1/+2
| | | | adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine.
* fix test_smtplib/test_smtpd collision through pre-loaded reply data in ↵Richard Jones2010-08-041-0/+1
| | | | mock_socket
* improvements to test_smtplib per issue2423Richard Jones2010-08-031-0/+153
merged the socket mock introduced in test_smtpd