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_smtplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
1
-0/+15
*
#17498: Defer SMTPServerDisconnected errors until the next command.
R David Murray
2014-04-14
1
-0/+13
*
merge with 3.3
Georg Brandl
2014-02-10
1
-1/+29
*
Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.
Serhiy Storchaka
2014-02-08
1
-3/+3
|
\
|
*
Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.
Serhiy Storchaka
2014-02-08
1
-3/+3
*
|
Closes #6683: add a test that exercises multiple authentication.
Andrew Kuchling
2013-11-11
1
-0/+9
*
|
merge 3.3 (#19125)
Benjamin Peterson
2013-09-29
1
-3/+3
|
\
\
|
|
/
|
*
fix test to run and test that smtpd does support ELHO (closes #19125)
Benjamin Peterson
2013-09-29
1
-3/+3
*
|
Merge: #5713: One more test_smtplib timing fix.
R David Murray
2013-03-21
1
-1/+1
|
\
\
|
|
/
|
*
#5713: One more test_smtplib timing fix.
R David Murray
2013-03-21
1
-1/+1
*
|
Merge: #5712: Preemptively fix some other possible timing issues.
R David Murray
2013-03-21
1
-3/+3
|
\
\
|
|
/
|
*
Merge: #5712: Preemptively fix some other possible timing issues.
R David Murray
2013-03-21
1
-3/+3
|
|
\
|
|
*
#5712: Preemptively fix some other possible timing issues.
R David Murray
2013-03-21
1
-3/+3
*
|
|
Merge: #5713: fix timing issue in smtplib tests.
R David Murray
2013-03-21
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Merge: #5713: fix timing issue in smtplib tests.
R David Murray
2013-03-21
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
#5713: fix timing issue in smtplib tests.
R David Murray
2013-03-21
1
-0/+3
*
|
|
Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray
2013-03-21
1
-9/+65
|
\
\
\
|
|
/
/
|
*
|
Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray
2013-03-21
1
-9/+65
|
|
\
\
|
|
|
/
|
|
*
#5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray
2013-03-21
1
-1/+64
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1/+1
*
|
|
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov
2012-12-18
1
-1/+1
*
|
|
Cleanup: remove not needed mocks.
Andrew Svetlov
2012-12-17
1
-6/+0
*
|
|
Issue #16647: save socket error details in LMTP.connect()
Andrew Svetlov
2012-12-17
1
-2/+2
|
/
/
*
|
#8739: upgrade smtpd to RFC 5321 and 1870.
R David Murray
2012-05-26
1
-5/+14
*
|
Issue #14442: Add missing errno import in test_smtplib.
Ross Lagerwall
2012-03-29
1
-0/+1
*
|
Make tests faster by reaping threads only at the end
Antoine Pitrou
2011-08-27
1
-4/+1
|
\
\
|
|
/
|
*
Make tests faster by reaping threads only at the end
Antoine Pitrou
2011-08-27
1
-4/+1
*
|
Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp...
Senthil Kumaran
2011-07-31
1
-6/+11
*
|
Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...
Senthil Kumaran
2011-07-30
1
-0/+17
*
|
Merge #7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
1
-9/+24
|
\
\
|
|
/
|
*
#7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
1
-9/+24
*
|
merge #12147: make send_message correctly handle Sender and Resent- headers.
R David Murray
2011-07-03
1
-1/+110
|
\
\
|
|
/
|
*
#12147: make send_message correctly handle Sender and Resent- headers.
R David Murray
2011-07-03
1
-1/+110
*
|
merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.
R David Murray
2011-06-09
1
-0/+15
|
\
\
|
|
/
|
*
#12283: Fixed regression in smtplib quoting of leading dots in DATA.
R David Murray
2011-06-09
1
-0/+15
*
|
Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver.
R David Murray
2011-05-02
1
-6/+3
|
\
\
|
|
/
|
*
I was right, hardconding the localhost IP doesn't work in linux-vserver.
R David Murray
2011-05-02
1
-6/+3
*
|
- Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used
Barry Warsaw
2011-03-15
1
-2/+36
|
/
*
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...
Ezio Melotti
2010-12-01
1
-4/+4
*
#10321: Add support for sending binary DATA and Message objects to smtplib
R. David Murray
2010-11-08
1
-0/+106
*
string exceptions; how quaint
Benjamin Peterson
2010-10-31
1
-4/+2
*
cleanup resources in test_smtplib #10264
Benjamin Peterson
2010-10-31
1
-0/+3
*
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
Giampaolo RodolĂ
2010-10-04
1
-2/+1
*
fix test_smtplib/test_smtpd collision through pre-loaded reply data in mock_s...
Richard Jones
2010-08-04
1
-0/+5
*
improvements to test_smtplib per issue2423
Richard Jones
2010-08-03
1
-34/+27
*
Merged revisions 80882 via svnmerge from
Giampaolo RodolĂ
2010-05-06
1
-0/+6
*
Merged revisions 80669 via svnmerge from
Antoine Pitrou
2010-04-30
1
-4/+8
*
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner
2010-04-28
1
-7/+15
*
Merged revisions 75849 via svnmerge from
Antoine Pitrou
2009-10-27
1
-4/+20
*
Merged revisions 73022 via svnmerge from
R. David Murray
2009-05-29
1
-14/+13
[next]