[issue19782] No SSL match_hostname() in imaplib

2013-12-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 23001d915b39 by Christian Heimes in branch 'default': Issue #19782: imaplib now supports SSLContext.check_hostname and server name http://hg.python.org/cpython/rev/23001d915b39 -- nosy: +python-dev ___ Py

[issue19782] No SSL match_hostname() in imaplib

2013-12-02 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19782] No SSL match_hostname() in imaplib

2013-11-26 Thread R. David Murray
Changes by R. David Murray : -- components: +email nosy: +barry, r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue19782] No SSL match_hostname() in imaplib

2013-11-25 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue19782] No SSL match_hostname() in imaplib

2013-11-25 Thread Christian Heimes
New submission from Christian Heimes: match_hostname patch for imaplib (see #19509). The patch doesn't have tests yet. -- components: Library (Lib) messages: 204434 nosy: christian.heimes priority: normal severity: normal stage: patch review status: open title: No SSL match_hostname() in

[issue19782] No SSL match_hostname() in imaplib

2013-11-25 Thread Christian Heimes
Changes by Christian Heimes : -- keywords: +patch Added file: http://bugs.python.org/file32845/check_imaplib.patch ___ Python tracker ___