summaryrefslogtreecommitdiffstats
path: root/Lib/test/mock_socket.py
Commit message (Collapse)AuthorAgeFilesLines
* merge with 3.3Georg Brandl2014-02-101-2/+7
|
* Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-171-6/+2
| | | | Initial patch by Serhiy Storchaka.
* 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