summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.policy.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
This new interface will also allow for future planned enhancements in control over the parser/generator without requiring any additional complexity in the parser/generator API. Patch reviewed by Éric Araujo and Barry Warsaw.