summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_poplib.py
Commit message (Expand)AuthorAgeFilesLines
* - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-301-0/+71
* 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