Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
884f0585a40d2e3203ee0512aa2f5a39ce660556
/
Lib
/
test
/
test_email
66383b2
Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data.
by R David Murray
· 12 years ago
6cb1d67
Merge: #16564: Fix regression in use of encoders.encode_noop with binary data.
by R David Murray
· 12 years ago
e201e9d
Merge: #16948: Fix quopri encoding of non-latin1 character sets.
by R David Murray
· 12 years ago
844b0e6
#16811: Fix folding of headers with no value in provisional policies.
by R David Murray
· 12 years ago
3f5db39
Fix a few typos and a double semicolon. Patch by Eitan Adler.
by Ezio Melotti
· 12 years ago
9d95cbe
Close #15165: Fix test_email on Windows 64 bits
by Victor Stinner
· 12 years ago
1aca31e
Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument.
by Georg Brandl
· 12 years ago
ad2a7d5
Merge #15249: Mangle From lines correctly when body contains invalid bytes.
by R David Murray
· 12 years ago
1f924d2
Added test for a bug fixed in issue #665194.
by Alexander Belopolsky
· 12 years ago
b8687df
#665194: Update email.utils.localtime to use astimezone, and fix bug.
by R David Murray
· 12 years ago
970bef2
Merge #15232: correctly mangle From lines in MIME preamble and epilogue
by R David Murray
· 12 years ago
97f43c0
#15160: Extend the new email parser to handle MIME headers.
by R David Murray
· 12 years ago
76935b9
Issue #14653: email.utils.mktime_tz() no longer relies on system
by Alexander Belopolsky
· 12 years ago
82ffabd
#2658: Add test for issue fixed by fix for #1079.
by R David Murray
· 12 years ago
07ea53c
#1079: Fix parsing of encoded words.
by R David Murray
· 12 years ago
1be413e
Don't use metaclasses when class decorators can do the job.
by R David Murray
· 12 years ago
56517e5
Make parameterized tests in email less hackish.
by R David Murray
· 12 years ago
026ba31
#10839: add new test file that was omitted from checkin
by R David Murray
· 12 years ago
6bed342
Refactor test_email/test_pickleable and add tests for date headers
by R David Murray
· 12 years ago
a7c9ddb
Regularize test_email/test_headerregistry's references to policy.
by R David Murray
· 12 years ago
d41595b
Refactor test_email/test_defect_handling.
by R David Murray
· 12 years ago
7ef3ff3
#12515: email now registers a defect if the MIME end boundary is missing.
by R David Murray
· 12 years ago
80e0aee
#1672568: email now registers defects for base64 payload format errors.
by R David Murray
· 12 years ago
adbdcdb
#14925: email now registers a defect for missing header/body separator.
by R David Murray
· 12 years ago
ea97668
Make headerregistry fully part of the provisional api.
by R David Murray
· 12 years ago
032eed3
Recognize '<>' as a special case of an angle-addr in header_value_parser.
by R David Murray
· 12 years ago
d2d521e
#665194: Add a localtime function to email.utils.
by R David Murray
· 12 years ago
dcaf2ec
#12586: Fix a small oversight in the new email policy header setting code.
by R David Murray
· 12 years ago
0b6f6c8
#12586: add provisional email policy with new header parsing and folding.
by R David Murray
· 12 years ago
c27e522
#14731: refactor email policy framework.
by R David Murray
· 12 years ago
42243c4
#14380: Make actual default match docs, fix __init__ order.
by R David Murray
· 13 years ago
8680bcc
#14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode
by R David Murray
· 13 years ago
80e22b5
Merge #11686: add missing entries to email __all__ lists.
by R David Murray
· 13 years ago
7104c72
#12788: fix error in test_policy when run under refleak detection
by R David Murray
· 13 years ago
b53319f
#12818: remove escaping of () in quoted strings in formataddr
by R David Murray
· 13 years ago
8d8f110
#14062: fix BytesParser handling of Header objects
by R David Murray
· 13 years ago
e292283
Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8
by R David Murray
· 13 years ago
910df32
#8315: add automatic unittest test discovery in test.test_email
by R David Murray
· 13 years ago
d8b509b
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
by Ezio Melotti
· 13 years ago
875048b
#665194: support roundtripping RFC2822 date stamps in the email.utils module
by R David Murray
· 13 years ago
749073a
#1874: detect invalid multipart CTE and report it as a defect.
by R David Murray
· 13 years ago
e76ff40
merge #11584: make Header and make_header handle binary unknown-8bit input
by R David Murray
· 13 years ago
7df0837
merge #11584: make decode_header handle Header objects correctly
by R David Murray
· 13 years ago
3edd22a
#11731: simplify/enhance parser/generator API by introducing policy objects.
by R David Murray
· 14 years ago
f329998
Merge: #11492: rewrite header folding algorithm. Less code, more passing tests.
by R David Murray
· 14 years ago
e2c4cfc
Merge: Improve message.py test coverage to 100%.
by R David Murray
· 14 years ago
b35c850
#11684: Complete parser bytes interface by adding BytesHeaderParser
by R David Murray
· 14 years ago
eb9e074
Use stock assertEqual instead of custom ndiffAssertEqual.
by R David Murray
· 14 years ago
7ede59d
Merge #11492: fix header truncation on folding when there are runs of split chars.
by R David Murray
· 14 years ago
63d320b
Merge: Improve test coverage of _split_ascii method.
by R David Murray
· 14 years ago
8debacb
#1690608: make formataddr RFC2047 aware.
by R David Murray
· 14 years ago
a0b1c77
Merge #11605: don't use set/get_payload in feedparser; they do conversions.
by R David Murray
· 14 years ago
a46ed11
Move assertBytesEqual to base test class, improve it, and hook into assertEqual
by R David Murray
· 14 years ago
a256bac
Move infrastructure into __init__ to lay groundwork for splitting test_email.
by R David Murray
· 14 years ago
28346b8
Only a few files were opened using findfile; consistently don't use it.
by R David Murray
· 14 years ago
1ebdd71
Add a __main__.py to test_email so it works with -m like it did before move.
by R David Murray
· 14 years ago
961355a
Merge #11584: Since __getitem__ returns headers, make decode_header handle them.
by R David Murray
· 14 years ago
73bd044
Merge #11606: improved body_encode algorithm, no longer produces overlong lines
by R David Murray
· 14 years ago
5839b96
Merge #11590: fix quoprimime decode handling of empty strings and line endings.
by R David Murray
· 14 years ago
3dcf745
Merge #11589: add additional tests for the email quoprimime module.
by R David Murray
· 14 years ago
39bc38c
Fix rename spelling error.
by R David Murray
· 14 years ago
9aaba78
Correctly move email package tests to Lib/test.
by R David Murray
· 14 years ago