summaryrefslogtreecommitdiff
path: root/Lib/test/test_poplib.py
Commit message (Expand)AuthorAgeFilesLines
* in poplib, limit maximum line length that we read from the network (closes #1...Benjamin Peterson2014-12-051-0/+4
* Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-081-3/+3
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-13/+15
* Issue #13453: Fix a race condition in test_poplib.Charles-François Natali2011-12-141-10/+12
* 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