cpython/Lib/email
Damien 91ff700de2
gh-122989: Replace duplicate “self.policy.linesep” with “linesep” (#123002)
`linesep` is already defined as `self.policy.linesep`.  It appears that previous refactor was not completed.
2024-09-04 02:30:25 -04:00
..
mime Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
__init__.py
_encoded_words.py
_header_value_parser.py gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) 2024-07-31 00:19:48 +02:00
_parseaddr.py Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
_policybase.py gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) 2024-07-31 00:19:48 +02:00
architecture.rst
base64mime.py Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
charset.py Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
contentmanager.py
encoders.py
errors.py gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) 2024-07-31 00:19:48 +02:00
feedparser.py
generator.py gh-122989: Replace duplicate “self.policy.linesep” with “linesep” (#123002) 2024-09-04 02:30:25 -04:00
header.py Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
headerregistry.py
iterators.py Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
message.py Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
parser.py Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
policy.py gh-117313: Fix re-folding email messages containing non-standard line separators (GH-117369) 2024-04-17 13:00:25 +03:00
quoprimime.py Remove almost all unpaired backticks in docstrings (#119231) 2024-05-22 12:35:18 -04:00
utils.py gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) 2024-07-19 08:06:02 +00:00