summaryrefslogtreecommitdiff
path: root/Lib/test/test_imaplib.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in tests (GH-14518) (GH-14520)Victor Stinner2019-07-011-1/+0
* bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)Victor Stinner2019-04-151-4/+4
* bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)Victor Stinner2019-04-151-8/+2
* bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...Matěj Cepl2019-02-121-0/+10
* bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)Berker Peksag2018-08-071-0/+14
* bpo-31399: Let OpenSSL verify hostname and IP address (#3462)Christian Heimes2018-01-271-2/+4
* bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)Christian Heimes2017-09-151-10/+8
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-141-1/+3
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-4/+1
* bpo-30231: Remove skipped test_imaplib tests (#1419)Victor Stinner2017-06-141-20/+10
* bpo-30175: Skip client cert tests of test_imaplib (#1320)Victor Stinner2017-04-271-0/+6
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-1/+0
* Merge 3.5Victor Stinner2017-01-121-1/+1
|\
| * Issue #25591: Fix test_imaplib if ssl missVictor Stinner2017-01-121-1/+1
* | Merge: #25591: improve imap tests.R David Murray2016-12-241-0/+330
|\ \ | |/
| * #25591: improve imap tests.R David Murray2016-12-241-0/+330
* | Issue #28022: Catch another deprecation warning in imaplibChristian Heimes2016-09-111-2/+4
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-3/+3
* | #21815: violate IMAP RFC to be compatible with, e.g., gmailR David Murray2016-01-021-0/+49
|/
* Issue #20220: Merge time zone workaround from 3.4 into 3.5Martin Panter2015-11-161-1/+3
|\
| * Issue #20220: Add DST rules to work around glibc quirkMartin Panter2015-11-161-1/+3
* | Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-311-0/+20
|\ \ | |/
| * Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-311-0/+19
* | #21800: Add RFC 6855 support to imaplib.R David Murray2015-05-101-0/+78
* | merge 3.4 (#22921)Benjamin Peterson2014-11-231-4/+0
|\ \ | |/
| * don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-4/+0
* | imaplib.IMAP4 now supports the context manager protocol.Serhiy Storchaka2014-09-091-0/+35
* | Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch.Antoine Pitrou2014-07-311-65/+51
|/
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-1/+0
* test_imaplib: skip check_hostname test when SNI is not availableChristian Heimes2013-12-151-0/+4
* Issue #19857: Make sure that test_imaplib reaps server threads even in face ofCharles-François Natali2013-12-071-7/+6
* Issue #19782: imaplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-2/+26
* merge with 3.3Georg Brandl2013-10-271-0/+11
|\
| * Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limitGeorg Brandl2013-10-271-0/+11
* | #17333: merge with 3.3.Ezio Melotti2013-03-021-3/+3
|\ \ | |/
| * #17333: test_imaplib now works with unittest test discovery. Patch by Zachar...Ezio Melotti2013-03-021-3/+3
* | Merge: #13700: Make imap.authenticate with authobject work.R David Murray2013-02-191-9/+118
|\ \ | |/
| * Merge: #13700: Make imap.authenticate with authobject work.R David Murray2013-02-191-9/+118
| |\
| | * #13700: Make imap.authenticate with authobject work.R David Murray2013-02-191-9/+118
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/ /
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|\ \ | |/
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* | fixed whitespaceAlexander Belopolsky2012-06-221-1/+1
* | Issues #11024: Fixes and additional tests for Time2Internaldate.Alexander Belopolsky2012-06-221-9/+25
* | Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib)Nick Coghlan2012-06-171-5/+5
|\ \ | |/
| * Issue #15095: Use better assertions in test_imaplibNick Coghlan2012-06-171-5/+5
* | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-1/+8
|\ \ | |/
| * Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-1/+8
* | Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContextAntoine Pitrou2011-05-061-4/+51
|/
* Use transient_internet() consistently in test_imaplibAntoine Pitrou2011-03-231-12/+16