summaryrefslogtreecommitdiff
path: root/Lib/test/test_poplib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
* Issue #5103: SSL handshake would ignore the socket timeout and blockAntoine Pitrou2010-04-241-1/+28
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* give poplib a real test suiteBenjamin Peterson2008-10-111-23/+267
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-12/+13
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-10/+10
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-3/+3
* The basic test cases of poplib.py.Facundo Batista2007-03-271-0/+71