GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_imaplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
Miss Islington (bot)
2018-08-07
1
-0
/
+14
*
bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192)
Victor Stinner
2017-06-14
1
-20
/
+10
*
bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1323)
Victor Stinner
2017-04-27
1
-0
/
+6
*
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-24
1
-0
/
+330
|
\
|
|
*
#25591: improve imap tests.
R David Murray
2016-12-24
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-31
1
-0
/
+20
|
\
|
|
*
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins
2015-07-31
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
*
|
Merge: #13700: Make imap.authenticate with authobject work.
R David Murray
2013-02-19
1
-9
/
+118
|
\
|
|
*
Merge: #13700: Make imap.authenticate with authobject work.
R David Murray
2013-02-19
1
-9
/
+118
|
|
\
|
|
*
#13700: Make imap.authenticate with authobject work.
R David Murray
2013-02-19
1
-9
/
+118
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1
/
+1
|
/
/
*
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1
/
+1
|
\
|
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1
/
+1
*
|
fixed whitespace
Alexander Belopolsky
2012-06-22
1
-1
/
+1
*
|
Issues #11024: Fixes and additional tests for Time2Internaldate.
Alexander Belopolsky
2012-06-22
1
-9
/
+25
*
|
Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib)
Nick Coghlan
2012-06-17
1
-5
/
+5
|
\
|
|
*
Issue #15095: Use better assertions in test_imaplib
Nick Coghlan
2012-06-17
1
-5
/
+5
*
|
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
Alexander Belopolsky
2012-04-29
1
-1
/
+8
|
\
|
|
*
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
Alexander Belopolsky
2012-04-29
1
-1
/
+8
*
|
Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext
Antoine Pitrou
2011-05-06
1
-4
/
+51
|
/
*
Use transient_internet() consistently in test_imaplib
Antoine Pitrou
2011-03-23
1
-12
/
+16
*
Issue #10939: Make Internaldate2tuple test more robust.
Alexander Belopolsky
2011-01-29
1
-6
/
+8
*
Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson
Alexander Belopolsky
2011-01-29
1
-0
/
+11
*
test_imaplib: reap_server() closes the server when done
Victor Stinner
2011-01-05
1
-0
/
+1
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-1
/
+1
*
Issue #10429: IMAP.starttls() stored the capabilities as bytes objects,
Antoine Pitrou
2010-11-16
1
-0
/
+6
*
Avoid some BytesWarnings when running test_imaplib in verbose mode
Antoine Pitrou
2010-11-16
1
-2
/
+2
*
Issue #4471: Add the IMAP.starttls() method to enable encryption on
Antoine Pitrou
2010-11-12
1
-3
/
+13
*
Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by
Antoine Pitrou
2010-11-09
1
-0
/
+1
*
Fix IMAP.login() to work properly.
Antoine Pitrou
2010-11-09
1
-3
/
+43
[next]