1. faad6bb in poplib, limit maximum line length that we read from the network (closes #16041) by Benjamin Peterson · 11 years ago
  2. 79b6f17 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 11 years ago
  3. 32e23e7 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
  4. 27b154e Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 14 years ago
  5. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  6. fc69af1 Issue #5103: SSL handshake would ignore the socket timeout and block by Antoine Pitrou · 15 years ago
  7. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  8. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  9. 76f71a5 give poplib a real test suite by Benjamin Peterson · 17 years ago
  10. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  11. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
  12. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  13. b20c500 The basic test cases of poplib.py. by Facundo Batista · 18 years ago