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
/
Header.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header.__init__(), .append(): Add an optional argument `errors' which
Barry Warsaw
2002-12-30
1
-6/+11
*
append(): Fixing the test for convertability after consultation with
Barry Warsaw
2002-10-14
1
-14/+28
*
__init__(): Fix an invariant, that the charset item in a chunk tuple
Barry Warsaw
2002-10-14
1
-2/+11
*
_encode_chunks(), encode(): Don't modify self._chunks. As Ben says:
Barry Warsaw
2002-10-13
1
-23/+22
*
Docstring consistency with the updated .tex files.
Barry Warsaw
2002-09-30
1
-3/+4
*
With help from Martin v. Loewis, clarification is added for the
Barry Warsaw
2002-09-30
1
-29/+61
*
_ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392.
Barry Warsaw
2002-09-10
1
-1/+1
*
append(): Bite the bullet and let charset be the string name of a
Barry Warsaw
2002-07-23
1
-3/+6
*
make_header(): Watch out for charset is None, which decode_header()
Barry Warsaw
2002-07-23
1
-3/+2
*
make_header(): New function to take the output of decode_header() and
Barry Warsaw
2002-07-09
1
-6/+45
*
append(): Clarify the expected type of charset.
Barry Warsaw
2002-07-03
1
-1/+2
*
__unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation
Barry Warsaw
2002-06-29
1
-0/+6
*
Teach this class about "highest-level syntactic breaks" but only for
Barry Warsaw
2002-06-28
1
-58/+151
*
The _compat modules now export _floordiv() instead of _intdiv2() for
Barry Warsaw
2002-06-01
1
-5/+4
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-4/+4
*
Fixed a bug in the splitting of lines, and improved the splitting for
Barry Warsaw
2002-05-19
1
-11/+29
*
Sync'ing with standalone email package 2.0.1. This adds support for
Barry Warsaw
2002-04-10
1
-0/+210