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
/
email
/
generator.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge: PEP8 fixup on previous patch, remove unused imports in test_email.
R David Murray
2013-03-07
1
-1/+1
|
\
|
*
PEP8 fixup on previous patch, remove unused import in test_email.
R David Murray
2013-03-07
1
-1/+1
*
|
Merge: #14645: Generator now emits correct linesep for all parts.
R David Murray
2013-03-07
1
-4/+18
|
\
\
|
|
/
|
*
#14645: Generator now emits correct linesep for all parts.
R David Murray
2013-03-07
1
-4/+18
*
|
Merge: #16564: Fix regression in use of encoders.encode_noop with binary data.
R David Murray
2013-02-09
1
-0/+3
|
\
\
|
|
/
|
*
#16564: Fix regression in use of encoders.encode_noop with binary data.
R David Murray
2013-02-09
1
-0/+3
*
|
Merge #15249: Mangle From lines correctly when body contains invalid bytes.
R David Murray
2012-08-24
1
-0/+2
|
\
\
|
|
/
|
*
#15249: Mangle From lines correctly when body contains invalid bytes.
R David Murray
2012-08-24
1
-0/+2
*
|
Merge #15232: correctly mangle From lines in MIME preamble and epilogue
R David Murray
2012-07-23
1
-2/+10
|
\
\
|
|
/
|
*
#15232: correctly mangle From lines in MIME preamble and epilogue
R David Murray
2012-07-23
1
-2/+10
*
|
#12586: add provisional email policy with new header parsing and folding.
R David Murray
2012-05-25
1
-2/+9
*
|
#14731: refactor email policy framework.
R David Murray
2012-05-25
1
-51/+36
*
|
Merge #11686: add missing entries to email __all__ lists.
R David Murray
2012-03-17
1
-1/+1
|
\
\
|
|
/
|
*
#11686: add missing entries to email __all__ lists.
R David Murray
2012-03-17
1
-1/+1
*
|
#14062: fix BytesParser handling of Header objects
R David Murray
2012-03-14
1
-0/+3
|
\
\
|
|
/
|
*
#14062: fix BytesParser handling of linesep for Header objects
R David Murray
2012-03-14
1
-1/+1
*
|
#11731: simplify/enhance parser/generator API by introducing policy objects.
R David Murray
2011-04-18
1
-25/+37
*
|
#11684: Complete parser bytes interface by adding BytesHeaderParser
R David Murray
2011-04-13
1
-1/+3
|
/
*
Harmonize linesep docstrings, and fix the quoting of \r\n
R David Murray
2011-03-14
1
-2/+5
*
#11019: Make BytesGenerator handle Message with None body.
R. David Murray
2011-01-26
1
-0/+2
*
Revert r88197. I'll refix correctly once there is a test.
R. David Murray
2011-01-26
1
-5/+2
*
Fix BytesGenerator._handle_text() if the message has no payload (None)
Victor Stinner
2011-01-26
1
-2/+5
*
Fix the change made for issue 1243654.
R. David Murray
2010-12-21
1
-1/+2
*
#243654: only create a new MIME boundary if we don't already have one.
R. David Murray
2010-12-12
1
-12/+6
*
Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed.
R. David Murray
2010-11-21
1
-2/+2
*
#1349106: add linesep argument to generator.flatten and header.encode.
R. David Murray
2010-10-23
1
-31/+43
*
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray
2010-10-08
1
-43/+143
*
Fix docstring typo.
R. David Murray
2010-10-01
1
-1/+1
*
Merged revisions 78274 via svnmerge from
R. David Murray
2010-02-21
1
-2/+10
*
Merged revisions 77517,77525 via svnmerge from
R. David Murray
2010-01-16
1
-0/+11
*
Merged revisions 77209,77229,77359-77360,77371 via svnmerge from
Benjamin Peterson
2010-01-09
1
-1/+1
*
"Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...
Barry Warsaw
2009-03-30
1
-1/+1
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-2/+2
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-3/+3
*
Oops. I copied a slightly older version of the email package from the sandbox.
Guido van Rossum
2007-08-30
1
-6/+2
*
Copying the email package back, despite its failings.
Guido van Rossum
2007-08-30
1
-0/+332
*
Remove the email package for now.
Guido van Rossum
2007-08-25
1
-354/+0
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-1/+1
*
SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and
Guido van Rossum
2007-07-21
1
-2/+8
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-1/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-15/+15
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+348