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
/
smtplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-12/+12
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-3/+3
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-5/+34
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1/+5
*
Bug #1430298: It is now possible to send a mail with an empty
Georg Brandl
2006-02-17
1
-1/+4
*
SMTP.help() was returning a tuple instead of the promised text.
Kurt B. Kaiser
2005-06-26
1
-1/+1
*
Replace list of constants with tuples of constants.
Raymond Hettinger
2005-02-06
1
-1/+1
*
Patch #1100140: improved smtp connect debugging
Johannes Gijsbers
2005-01-16
1
-2/+2
*
Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is
Johannes Gijsbers
2005-01-08
1
-2/+2
*
Patch #1075928: AUTH PLAIN in smtplib.
Johannes Gijsbers
2004-12-06
1
-1/+1
*
Debug output is now printed to sys.stderr .
Brett Cannon
2004-07-10
1
-9/+10
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4/+4
*
Patch #572031: AUTH method LOGIN for smtplib
Martin v. Löwis
2002-10-06
1
-1/+1
*
smptlib did not handle empty addresses.
Raymond Hettinger
2002-09-05
1
-3/+3
*
Whitespace normalization.
Tim Peters
2002-08-08
1
-1/+1
*
Patch #586999: Fix multiline string in sendmail example.
Martin v. Löwis
2002-07-28
1
-1/+1
*
remove o/s dependancy from test
Piers Lauder
2002-07-27
1
-7/+32
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
1
-2/+1
*
Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint.
Martin v. Löwis
2002-06-02
1
-0/+2
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-02
1
-1/+1
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-1/+1
*
Replace '== None' with 'is None'
Raymond Hettinger
2002-05-31
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-04-16
1
-2/+2
*
ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP
Barry Warsaw
2002-04-15
1
-1/+5
*
__init__(): We'll try to be more RFC 2821 compliant by providing for a
Barry Warsaw
2002-03-26
1
-2/+11
*
SMTP.__init__(): Fixed minor typo in docstring.
Barry Warsaw
2002-03-25
1
-1/+1
*
Add local_hostname option to SMTP.__init__. If supplied, it is used
Neil Schemenauer
2002-03-24
1
-10/+10
*
Accept Unicode strings as SMTP TO addresses. Fixes #521270.
Martin v. Löwis
2002-02-24
1
-1/+1
*
The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
Martin v. Löwis
2002-02-16
1
-3/+1
*
send(), ehlo(): Integrate patch #487310 by Fazal Majid. Consistently
Barry Warsaw
2001-12-14
1
-0/+2
*
SMTPError should be SMTPException; reported by Neal Norwitz.
Fred Drake
2001-10-13
1
-2/+2
*
Only close sockets if they have been created. Reported by Blake Winton.
Martin v. Löwis
2001-10-07
1
-1/+3
*
Whitespace normalization.
Tim Peters
2001-09-18
1
-7/+7
*
SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib
Guido van Rossum
2001-09-14
1
-2/+54
*
Add login() method and SMTPAuthenticationError exception. SF patch
Guido van Rossum
2001-09-11
1
-3/+93
*
Remove redundant import
Andrew M. Kuchling
2001-08-13
1
-1/+1
*
Initialize msg to avoid unbound locals.
Martin v. Löwis
2001-07-31
1
-0/+1
*
Untabify IPv6 changes.
Martin v. Löwis
2001-07-26
1
-16/+16
*
Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.
Martin v. Löwis
2001-07-24
1
-12/+20
*
bunch more __all__ lists
Skip Montanaro
2001-02-15
1
-0/+5
*
Aha. We can remove he string import after all by using ValueError.
Eric S. Raymond
2001-02-09
1
-2/+1
*
Fixed a bug in the test jig.
Eric S. Raymond
2001-02-09
1
-1/+1
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-13/+13
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-31/+31
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-6/+6
*
SMTP.connect(): If the socket.connect() raises a socket.error, be sure
Barry Warsaw
2000-11-08
1
-1/+5
*
Applied patch #101350, closing it.
Barry Warsaw
2000-09-01
1
-1/+3
*
Use socket.getfqdn() instead of defining make_fqdn().
Fred Drake
2000-08-16
1
-27/+2
[next]