index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_poplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
Benjamin Peterson
2018-03-04
1
-0/+10
*
in poplib, limit maximum line length that we read from the network (closes #1...
Benjamin Peterson
2014-12-06
1
-0/+4
*
Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.
Serhiy Storchaka
2014-02-08
1
-3/+3
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-13/+15
*
Issue #13453: Fix a race condition in test_poplib.
Charles-François Natali
2011-12-14
1
-10/+12
*
Issue #7449, last part (11): fix many tests if thread support is disabled
Victor Stinner
2010-04-27
1
-1/+1
*
Issue #5103: SSL handshake would ignore the socket timeout and block
Antoine Pitrou
2010-04-24
1
-1/+28
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-1/+1
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
*
give poplib a real test suite
Benjamin Peterson
2008-10-11
1
-23/+267
*
Fixed the semantic of timeout for socket.create_connection and
Facundo Batista
2008-05-29
1
-12/+13
*
- Issue #2550: The approach used by client/server code for obtaining ports
Trent Nelson
2008-04-08
1
-10/+10
*
Whitespace normalization. Ugh, we really need to do this more often.
Neal Norwitz
2007-04-25
1
-3/+3
*
The basic test cases of poplib.py.
Facundo Batista
2007-03-27
1
-0/+71