Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -1/+1 |
| | | | | | | | | | * "Return true/false" is replaced with "Return ``True``/``False``" if the function actually returns a bool. * Fixed formatting of some True and False literals (now in monospace). * Replaced "True/False" with "true/false" if it can be not only bool. * Replaced some 1/0 with True/False if it corresponds the code. * "Returns <bool>" is replaced with "Return <bool>". | ||||
* | Doc fix: duplicate object description of email.message (GH-13742) | Julien Palard | 2019-06-03 | 1 | -0/+1 |
| | |||||
* | Correct a couple of unbalanced parenthesis. (GH-10779) | Andre Delfino | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) | Serhiy Storchaka | 2018-10-31 | 1 | -2/+2 |
| | |||||
* | Fix "Python" casing in a few places (GH-9001) | Andrés Delfino | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | Fix typos in multiple `.rst` files (#1668) | delirious-lettuce | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | bpo-27200: Fix several doctests (GH-604) | Marco Buttu | 2017-04-27 | 1 | -10/+14 |
| | |||||
* | email.compat32-message.rst: Fix typo in the word `message` (GH-379) | Mariatta | 2017-03-01 | 1 | -3/+3 |
| | |||||
* | Fixed a handful of typos (GH-343) | Alex Gaynor | 2017-03-01 | 1 | -2/+2 |
| | |||||
* | #24277: The new email API is no longer provisional. | R David Murray | 2016-09-08 | 1 | -0/+754 |
This is a wholesale reorganization and editing of the email documentation to make the new API the standard one, and the old API the 'legacy' one. The default is still the compat32 policy, for backward compatibility. We will change that eventually. |