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_imaplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...
Christian Heimes
2021-04-19
1
-1/+1
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-1/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi
2020-07-06
1
-1/+2
*
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes
2020-06-12
1
-0/+3
*
bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206)
Sanyam Khurana
2020-06-02
1
-0/+14
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-20/+21
*
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
Serhiy Storchaka
2020-04-29
1
-10/+10
*
bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)
Hai Shi
2020-04-29
1
-5/+5
*
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
Dong-hee Na
2020-04-27
1
-0/+25
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
1
-3/+4
*
bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)
Dong-hee Na
2020-01-07
1
-0/+23
*
bpo-38614: Use default join_thread() timeout in tests (GH-17559)
Victor Stinner
2019-12-10
1
-1/+1
*
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
Victor Stinner
2019-12-10
1
-1/+1
*
bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)
Christian Heimes
2019-09-25
1
-1/+5
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)
Victor Stinner
2019-04-15
1
-4/+4
*
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)
Victor Stinner
2019-04-15
1
-8/+2
*
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...
Matěj Cepl
2019-02-12
1
-0/+10
*
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
Berker Peksag
2018-08-07
1
-0/+14
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
1
-2/+4
*
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes
2017-09-15
1
-10/+8
*
bpo-31234: Add support.join_thread() helper (#3587)
Victor Stinner
2017-09-14
1
-1/+3
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-4/+1
*
bpo-30231: Remove skipped test_imaplib tests (#1419)
Victor Stinner
2017-06-14
1
-20/+10
*
bpo-30175: Skip client cert tests of test_imaplib (#1320)
Victor Stinner
2017-04-27
1
-0/+6
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-1/+0
*
Merge 3.5
Victor Stinner
2017-01-12
1
-1/+1
|
\
|
*
Issue #25591: Fix test_imaplib if ssl miss
Victor Stinner
2017-01-12
1
-1/+1
*
|
Merge: #25591: improve imap tests.
R David Murray
2016-12-25
1
-0/+330
|
\
\
|
|
/
|
*
#25591: improve imap tests.
R David Murray
2016-12-25
1
-0/+330
*
|
Issue #28022: Catch another deprecation warning in imaplib
Christian Heimes
2016-09-11
1
-2/+4
*
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
1
-3/+3
*
|
#21815: violate IMAP RFC to be compatible with, e.g., gmail
R David Murray
2016-01-02
1
-0/+49
|
/
*
Issue #20220: Merge time zone workaround from 3.4 into 3.5
Martin Panter
2015-11-16
1
-1/+3
|
\
|
*
Issue #20220: Add DST rules to work around glibc quirk
Martin Panter
2015-11-16
1
-1/+3
*
|
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins
2015-07-30
1
-0/+20
|
\
\
|
|
/
|
*
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins
2015-07-30
1
-0/+19
*
|
#21800: Add RFC 6855 support to imaplib.
R David Murray
2015-05-10
1
-0/+78
*
|
merge 3.4 (#22921)
Benjamin Peterson
2014-11-23
1
-4/+0
|
\
\
|
|
/
|
*
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson
2014-11-23
1
-4/+0
*
|
imaplib.IMAP4 now supports the context manager protocol.
Serhiy Storchaka
2014-09-09
1
-0/+35
*
|
Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch.
Antoine Pitrou
2014-07-31
1
-65/+51
|
/
*
Issue #18492: Allow all resources when tests are not run by regrtest.py.
Zachary Ware
2014-06-02
1
-1/+0
*
test_imaplib: skip check_hostname test when SNI is not available
Christian Heimes
2013-12-15
1
-0/+4
*
Issue #19857: Make sure that test_imaplib reaps server threads even in face of
Charles-François Natali
2013-12-07
1
-7/+6
*
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-2/+26
*
merge with 3.3
Georg Brandl
2013-10-27
1
-0/+11
|
\
|
*
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
Georg Brandl
2013-10-27
1
-0/+11
*
|
#17333: merge with 3.3.
Ezio Melotti
2013-03-02
1
-3/+3
|
\
\
|
|
/
|
*
#17333: test_imaplib now works with unittest test discovery. Patch by Zachar...
Ezio Melotti
2013-03-02
1
-3/+3
[next]