summaryrefslogtreecommitdiff
path: root/Doc/library/email.policy.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-191-3/+3
* #20476: Deal with the message_factory circular import differently.R David Murray2016-09-101-2/+2
* #20476: add a message_factory policy attribute to email.R David Murray2016-09-091-0/+11
* 24277: Make it clearer that the new modules are not provisional.R David Murray2016-09-081-3/+7
* #24277: The new email API is no longer provisional.R David Murray2016-09-071-106/+159
* Issue #27209: Fix doctests in Doc/library/email*.rstZachary Ware2016-08-101-15/+14
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* #24211: Add missing docs for SMTPUTF8 policy instance.R David Murray2015-05-171-0/+8
* #20098: add mangle_from_ policy option.R David Murray2015-05-171-0/+27
* #24211: Add RFC6532 support to the email library.R David Murray2015-05-171-0/+8
* Fix typo.Barry Warsaw2014-12-191-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-1/+1
* #18891: Complete new provisional email API.R David Murray2013-10-161-10/+24
* Issue #18761: Improved cross-references in email documentation.Serhiy Storchaka2013-08-191-4/+5
|\
| * Issue #18761: Improved cross-references in email documentation.Serhiy Storchaka2013-08-191-4/+5
| * #18600: In 3.3, as_string does not accept a policy keyword.R David Murray2013-08-091-10/+0
* | #18600: add policy to add_string, and as_bytes and __bytes__ methods.R David Murray2013-08-091-1/+2
|/
* #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.R David Murray2013-07-301-1/+1
* #18584: make doctest examples in email documentation pass.R David Murray2013-07-291-11/+34
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
* Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* #10839: raise an error on add of duplicate unique headers in new email policiesR David Murray2012-05-291-0/+25
* #11785: fix the :mod: references in email package submodule titles.R David Murray2012-05-271-2/+5
* Make headerregistry fully part of the provisional api.R David Murray2012-05-271-174/+12
* Fix markup.Georg Brandl2012-05-271-1/+1
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-0/+323
* #14731: refactor email policy framework.R David Murray2012-05-251-83/+207
* Fix glitches in email.policy docs (#12208)Éric Araujo2011-12-031-2/+4
* Fix directive markupÉric Araujo2011-08-101-1/+1
* Add new email.policy document to the toctree and fix markup glitch.Georg Brandl2011-04-191-1/+1
* Markup and text fixes from Georg Brandl's review.R David Murray2011-04-181-23/+26
* #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-0/+179