summaryrefslogtreecommitdiff
path: root/Lib/test/test_poplib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-4/+6
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* #21804: Add RFC 6856 (UTF8) support to poplib.R David Murray2015-05-161-0/+16
* merge 3.4 (#22921)Benjamin Peterson2014-11-231-11/+6
|\
| * Issue #21566: Make use of socket.listen() default backlog.Charles-Fran?ois Natali2014-07-231-1/+1
| * Fix failure in test_poplib after issue #20951.Antoine Pitrou2014-04-291-10/+5
* | don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-4/+0
|/
* Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-081-36/+154
|\
| * test_poplib: skip stls_context test when SNI is not availableChristian Heimes2013-12-151-0/+5
| * Fix #19830: Fix a ResourceWarning in test_poplib.Victor Stinner2013-12-091-1/+1
| * Issue #19784: poplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-1/+8
| * Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-78/+80
| * merge with 3.3Georg Brandl2013-10-271-2/+12
| |\
| * | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1
| * | Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an en...Antoine Pitrou2012-11-231-31/+114
| * | Issue #4473: Add a POP3.capa() method to query the capabilities advertised by...Antoine Pitrou2012-11-231-0/+16
* | | 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-28/+29
| |/ |/|
* | Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-271-1/+5
|/
* Issue #13453: Fix a race condition in test_poplib.Charles-François Natali2011-12-141-2/+13
|\
| * Issue 11291: poplib suppresses errors on QUIT.Giampaolo Rodolà2011-02-251-2/+13
* | Issue #13453: Fix a race condition in test_poplib.Charles-François Natali2011-12-141-10/+12
|/
* Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcherGiampaolo Rodolà2010-10-041-2/+1
* fix issue #8807: adds a context parameter to POP3_SSL class.Giampaolo Rodolà2010-08-171-2/+19
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+1
* Merged revisions 80451-80452 via svnmerge fromAntoine Pitrou2010-04-241-1/+28
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop.Mark Dickinson2009-08-061-3/+10
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* Fixed issue #3727: poplib module broken by str to unicode conversionChristian Heimes2008-11-051-25/+274
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-12/+13
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-13/+11
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-211-1/+1
* Don't use a sleep to wait for the server to be ready; this causedGuido van Rossum2007-07-231-3/+5
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+71